mirror of
https://github.com/BoardWare-Genius/jarvis-models.git
synced 2025-12-14 00:53:25 +00:00
feat: install dependencies shell script
This commit is contained in:
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