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