https://github.com/gnguilherme/didactic-carnival
A carnival that like gradio and fastapi
https://github.com/gnguilherme/didactic-carnival
fastapi gradio
Last synced: about 1 month ago
JSON representation
A carnival that like gradio and fastapi
- Host: GitHub
- URL: https://github.com/gnguilherme/didactic-carnival
- Owner: gnguilherme
- Created: 2024-11-19T12:26:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-21T11:35:14.000Z (over 1 year ago)
- Last Synced: 2025-01-23T13:33:13.790Z (over 1 year ago)
- Topics: fastapi, gradio
- Language: Python
- Homepage:
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# didactic-carnival
A carnival that like Gradio and FastAPI
This is a toy repository that plays with concepts in API development. Additionally, it experiments with `Gradio` as an alternative to `Streamlit`. The project involves creating a mock chatbot that uses `MongoDB` to persist conversations. Just run:
```bash
docker-compose up
```