You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An interactive FastAPI-based chat system where users can chat with an AI summarizer assistant that automatically generates summaries of their input — similar to ChatGPT, but focused on summarization.
🚀 Features
👤 User Management (register, login, authentication ready)
💬 Chat Interface (each user can create multiple chat sessions)
🧾 Message System (user ↔ assistant chat flow)
🤖 AI Summarization (integrated Hugging Face transformer model)
⚡ Async & Fast (built with FastAPI and PostgreSQL)
🔐 JWT Authentication Ready
🧱 Modular Architecture (clean folder structure with routes, schemas, models)
An interactive FastAPI-based chat system where users can chat with an AI summarizer assistant that automatically generates summaries of their input — similar to ChatGPT, but focused on summarization.