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

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

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
```