TODO
- 🔥 Collection of healthcare AI models under core, created using PyTorch.
- 🔑 Served using FastAPI.
- 🌀 Full deployment scripts for AWS.
- ⚡ Compatible React-Native app under app folder.
pip install -r requirements.txt
See the models README.
See the apps README.
Run the server using Docker
docker build -t qaid/model_api .
docker run -p 8000:8000 qaid/model_api
Or using uvicorn
cd core
uvicorn main:app
Seet the AWS README.
See CONTRIBUTORS.md.