YAML Metadata
Warning:
empty or missing yaml metadata in repo card
(https://huggingface.co/docs/hub/model-cards#model-card-metadata)
w1-speech-recognition
Prerequisites
- libsndfile
brew install libsndfile
- python 3
brew install python
Prepare local environment
In project root directory:
Create virtual environment:
python3 -m venv venv
Activate it:
source venv/bin/activate
Run flask app:
./run.sh
You can access the app on localhost:5000.
Test the endpoint
Only .wav files are supported.
You can find a sample file in test_files directory.