Skip to content

IIT_G hackathon project - Our application converts video/youtube video into audio and then allows the user to play/pause/rewind the audio and add comments to the timestamps and edit/delete accordingly and then share project.

Notifications You must be signed in to change notification settings

SinghShreyansh/audio-notes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

audio-notes

Installation Steps:

  1. Install Node.js
  2. Run npm install in frontend folder. (npm install --force if the previous command does not work)
  3. Run npm install in backend folder.
  4. Install FFMPEG for your operating system
  5. Start frontend server with npm run dev.
  6. Start backend server with npm run dev.

vTa5

vTa4

vTa3

vTa2

vTa1

Docker Image

  1. Pull the backend (nodejs microservices server) using docker pull

      docker image pull shreyansh0322/video-to-audio-app
    

2.Then run the docker image

      docker run -p 8787:8787 shreyansh0322/video-to-audio-app

About

IIT_G hackathon project - Our application converts video/youtube video into audio and then allows the user to play/pause/rewind the audio and add comments to the timestamps and edit/delete accordingly and then share project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.0%
  • HTML 1.1%
  • Other 0.9%