This is a summarizer System used hugging face model for text summarization.
Backend Server: FastAPI
Database: Postgresql
Monitoring: Prometheus, Grafana, Promtail, Loki
Containerization: Docker
- Text summarization
- Authentication + Google authentication
- create .env file from .env.example
Install & run the project with docker
docker compose up --build backend → http://localhost:80
Swagger UI → http://localhost:80/docs
ReDoc → http://localhost:80/redoc
Prometheus UI → http://localhost:9090
Grafana UI → http://localhost:3000