mirror of
https://github.com/BoardWare-Genius/jarvis-models.git
synced 2025-12-13 16:53:24 +00:00
feat: asr blackblox
This commit is contained in:
@ -8,9 +8,9 @@
|
||||
| python | python-multipart | https://pypi.org/project/python-multipart/ | pip install python-multipart |
|
||||
| python | uvicorn | https://www.uvicorn.org/ | pip install "uvicorn[standard]" |
|
||||
| python | SpeechRecognition | https://pypi.org/project/SpeechRecognition/ | pip install SpeechRecognition |
|
||||
| python | gtts | https://pypi.org/project/gTTS/ | pip install gTTS |
|
||||
## Start
|
||||
Dev
|
||||
```bash
|
||||
cd src
|
||||
uvicorn main:app --reload
|
||||
```
|
||||
Reference in New Issue
Block a user