mirror of
https://github.com/BoardWare-Genius/jarvis-models.git
synced 2025-12-13 16:53:24 +00:00
10 lines
204 B
Bash
10 lines
204 B
Bash
# !/bin/bash
|
|
pip install filetype
|
|
pip install fastapi
|
|
pip install python-multipart
|
|
pip install "uvicorn[standard]"
|
|
pip install SpeechRecognition
|
|
pip install PyYAML
|
|
pip install injector
|
|
pip install lagent
|