Files
jarvis-models/README.md
superobk 229501515a ftemp
2024-03-27 16:10:46 +08:00

686 B

jarvis-models

Dependencies

System package web install command
python filetype https://pypi.org/project/filetype/ pip install filetype
python fastAPI https://fastapi.tiangolo.com/ pip install fastapi
python python-multipart https://pypi.org/project/python-multipart/ pip install python-multipart
python uvicorn https://www.uvicorn.org/ pip install "uvicorn[standard]"
python SpeechRecognition https://pypi.org/project/SpeechRecognition/ pip install SpeechRecognition
python gtts https://pypi.org/project/gTTS/ pip install gTTS

Start

Dev rh

uvicorn main:app --reload