Skip to content

Hackathon Build 2018: Search a video for phrases ( audio search + video search )

License

Notifications You must be signed in to change notification settings

ChengSashankh/ctrl-f

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ctrl-f

Finds phrases and words in audio and video files.

CTRL-F API-Server

CTRL-F backend built using Node.js, Express.js

Set-up instructions:

  1. Run npm i in api-server folder to install the dependencies
  2. Port number can be changed in api-server/config/settings.json
  3. Start server using npm run start to start server
  4. Request formats available in api-server/requests. Import into postman for use.

CTRL-F Client

CTRL-F frontend built using React.

Set-up instructions:

  1. Clone this repository.
  2. Next, cd ctrl-f-client. Run npm install to install the dependencies.
  3. Run the app with npm run start. The default port is 3000.