ASR for cerebral palsy
First clone remote repo with:
git clone https://github.com/yaoruixuu/ASR.git
Create and activate a virtual environment to isolate depencies:
python3 -m venv your_venv_name
source your_venv_name/bin/activate
Install required libraries in requirements.txt:
pip3 install -r requirements.txt
Model is trained on 25 classification classes:
- "I need water"
- "I'm hungry"
- "Please help me"
- "Yes"
- "No"
- "Thank you"
- "I'm tired",
- "I want to go outside"
- "Stop"
- "Go"
- "More"
- "Less"
- "I need the bathroom"
- "I don't understand"
- "Wait"
- "Come here"
- "Good morning"
- "Good night"
- "I'm happy",
- "I'm sad"
- "I need medicine"
- "Call someone"
- "I feel sick"
- "I like this"
- "I don't like this"
Pipeline currently supports .wav format
Make an inference with the inference function in model.py
inference(path)
