Files
jarvis-models/README.md
2024-03-19 17:33:09 +08:00

16 lines
685 B
Markdown

# jarvis-models
## Dependencies
| System | package | web | install command |
| --- | --- | --- | --- |
| python | filetype | https://pypi.org/project/filetype/ | pip install filetype |
| python | fastAPI | https://fastapi.tiangolo.com/ | pip install fastapi |
| 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 rh
```bash
uvicorn main:app --reload
```