Dual Mode
Switch instantly between generating catchy Titles or detailed Summaries from the same text input.
Smart, fast, and privacy-conscious Bangla news title generation and summarization with a modern web UI built on Flask.
NewsGenAI addresses the need for quick information consumption in Bengali media. It allows users to paste lengthy articles and instantly receive a catchy headline or a concise abstractive summary.
The project is built with a focus on privacy and speed. It features a responsive Flask-based backend that can run in-memory mock logic for demos or plug into powerful Transformers (mT5/BanglaT5) for production-grade NLP tasks.
What makes NewsGenAI special.
Switch instantly between generating catchy Titles or detailed Summaries from the same text input.
Input text is processed in-memory. No databases are used, ensuring no user data is ever stored or logged.
Built with Bootstrap 5 and AOS for smooth animations, typing effects, and instant visual feedback.
Designed with a plug-in architecture to easily swap mock logic with Hugging Face Transformers models.
Get the app running in minutes.
The backend exposes a simple REST endpoint.
Replace mock logic with Transformers in app.py