feat: install dependencies shell script

This commit is contained in:
Dan Chen
2024-03-18 17:35:33 +08:00
parent 11990d47db
commit 4ae33bfb02
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# jarvis-models
## Dependency
## Dependencies
| System | package | web | install command |
| --- | --- | --- | --- |

6
install-dependencies.sh Normal file
View File

@ -0,0 +1,6 @@
# !/bin/bash
pip install filetype
pip install fastapi
pip install python-multipart
pip install "uvicorn[standard]"
pip install SpeechRecognition