Skip to content

pooja123-kothawade/python-flask-text-summurizer-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-flask-text-summurizer-app

📝 Text Summarizer App

A simple web application that summarizes long text using the T5 Transformer model from Hugging Face.
Built with Python, Flask, and Transformers.


🚀 Features

  • Input any long text.
  • Summarizes the text using the t5-small model.
  • Lightweight Flask web interface.

💡 Technologies Used

  • Python
  • Flask
  • Hugging Face Transformers (t5-small)
  • HTML (Jinja2 Template)

📸 Screenshot outputt1 outputt2 outputt3


📦 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

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors