The prediction of my scream below...
- Install requirements
pip install -r requirements.txt
If an error that portaudio was not found when installing pyaudio comes up you have 2 solutions depending on your OS.
For Ubuntu:
sudo apt install portaudio19-dev
For MacOS:
1 - Install Portaudio:
brew install portaudio
2 - Install PyAudio:
pip install PyAudio
- Test the app by running:
python app.py
Which then you will open the browser with the url provided from Flask server and try the app.
For the live ASR - oliverguhr/wav2vec2-live - Brilliant work!
