Skip to content

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

License

Notifications You must be signed in to change notification settings

tudorcebere/Q-Aid-Core

 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 83.8%
  • Python 15.9%
  • Other 0.3%