A simple web application that summarizes long text using the T5 Transformer model from Hugging Face.
Built with Python, Flask, and Transformers.
- Input any long text.
- Summarizes the text using the
t5-smallmodel. - Lightweight Flask web interface.
- Python
- Flask
- Hugging Face Transformers (
t5-small) - HTML (Jinja2 Template)
📦 Model Info Using t5-small from Hugging Face.
Pre-trained for summarization and translation tasks.
🌐 Live Demo 🚧 Coming soon (to be deployed on Render/Railway)
📄 License MIT License – Free to use and modify.
yaml Copy Edit
After adding README.md, run:
git add README.md
git commit -m "Added README with project details"
git push
## 🛠️ Installation
1. **Clone the repository**:
```bash
git clone https://github.com/pooja123-kothawade/python-flask-text-summurizer-app.git
cd python-flask-text-summurizer-app


