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.
- Host: GitHub
- URL: https://github.com/jpedrou/fastapi-simple-example
- Owner: jpedrou
- Created: 2024-06-30T12:01:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-18T13:48:01.000Z (almost 2 years ago)
- Last Synced: 2025-04-06T23:39:10.319Z (about 1 year ago)
- Topics: fastapi, machine-learning, python
- Language: Python
- Homepage:
- Size: 58.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.