Skip to content

This template provides a starter FastAPI application for deploying to Health Universe.

License

Notifications You must be signed in to change notification settings

Health-Universe/fastapi-template

Repository files navigation

Health Universe - FastAPI Template 🚀

Welcome to the Health Universe community! Health Universe is an open-source cloud deployment platform and community for machine learning (ML) and AI from science to medicine.

This template provides a starter FastAPI application deployable to Health Universe.

Local Quickstart

In the root directory, open your console and run:

pip install -r requirements.txt

Then, run the following command to start the application:

uvicorn src.main:app --reload

Open up http://127.0.0.1:8000/docs in your browser to view the Swagger UI.

Structure

This repository is organized into a modular structure to enhance maintainability and scalability.

{your_folder_name_here}/
    ├── src/
        ├── api_diagnostics/
        │   ├── router.py
        │   ├── schemas.py
        │   └── __init__.py
        ├── chads_vasc_score/
        │   ├── router.py
        │   ├── schemas.py
        │   ├── utils.py
        │   └── __init__.py
        ├── __init__.py
        ├── config.py
        └── main.py

About

This template provides a starter FastAPI application for deploying to Health Universe.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages