mirror of
https://github.com/BoardWare-Genius/jarvis-models.git
synced 2025-12-13 16:53:24 +00:00
feat: install dependencies shell script
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
# jarvis-models
|
# jarvis-models
|
||||||
## Dependency
|
## Dependencies
|
||||||
|
|
||||||
| System | package | web | install command |
|
| System | package | web | install command |
|
||||||
| --- | --- | --- | --- |
|
| --- | --- | --- | --- |
|
||||||
|
|||||||
6
install-dependencies.sh
Normal file
6
install-dependencies.sh
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# !/bin/bash
|
||||||
|
pip install filetype
|
||||||
|
pip install fastapi
|
||||||
|
pip install python-multipart
|
||||||
|
pip install "uvicorn[standard]"
|
||||||
|
pip install SpeechRecognition
|
||||||
Reference in New Issue
Block a user