Spaces:
Paused
Paused
metadata
title: HemoVDB
emoji: π
colorFrom: purple
colorTo: red
sdk: docker
pinned: false
license: apache-2.0
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
π FastAPI Application
This is a RESTful API built using FastAPI
π οΈ Installation
Clone the repository:
Create a virtual environment:
python -m venv venv On Windows: venv\Scripts\activate
Install dependencies: pip install -r requirements.txt
π Running the Application
uvicorn main:app --reload
By default, the app will be available at http://127.0.0.1:8000/.
π API Documentation
FastAPI provides two interactive API docs out-of-the-box:
- Swagger UI: http://127.0.0.1:8000/docs
- ReDoc: http://127.0.0.1:8000/redoc