/Q-Aid-Core

An intuitive platform for deploying the latest discoveries in healthcare AI to everybody's phones. Powered by PyTorch!

Primary LanguageJupyter NotebookMIT LicenseMIT

Q&Aid

License: MIT Q&Aid

Motivation

TODO

Features

  • 🔥 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.

Installation

pip install -r requirements.txt

Usage

Models

See the models README.

App

See the apps README.

Server

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

AWS deployment

Seet the AWS README.

Contributors

See CONTRIBUTORS.md.

License

MIT License