An open API service indexing awesome lists of open source software.

https://github.com/jpedrou/fastapi-simple-example

Demonstration of a simple API for model deployment with Python FastAPI package.
https://github.com/jpedrou/fastapi-simple-example

fastapi machine-learning python

Last synced: about 2 months ago
JSON representation

Demonstration of a simple API for model deployment with Python FastAPI package.

Awesome Lists containing this project

README

          


FastAPI Demonstration

Demonstration of a simple API for model deployment with Python FastAPI package.

**Running**
1. Install dependencies:
```bash
conda env create -f environment.yml
```

2. Start the API:
```bash
uvicorn main:app --reload
```

3. Open the index.html in your browser.