You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Navigate to frontend and pip install libraries specified in requirements.txt
Navigate into backend and npm install packages from package.json
In frontend directory: run npm run start to start server on localhost:3000
In backend directory: run python manage.py runserver to start backend
Restrictions
Currently the analysis cannot handle very large/long audio files as it would require the use of cloud storage and asynchronous requests (user can implement this on top of current implementation if necessary)
Feel free to checkout the branch google-api-method if you wish to use your own api key (currently uses default generated by python library.
Additional optimizations can be made on recognition and NER.