# jarvis-models ## Dependency | 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]" | ## Start Dev ```bash src git:(main) pip install "uvicorn[standard]" ```