“Why read the whole thing when you can vibe with the summary?” – every Gen Z ever.
Text Summarizer Lite is your ✨aesthetic✨ go-to tool to shrink long, boring walls of text into short, meaningful summaries.
Perfect for students, writers, or anyone with reading fatigue.
This baby runs on Google Colab (free GPU baby!) and comes with a clean Streamlit UI to make your NLP experience chic and easy.
- 🧠 Transformer-based summarization (T5/BART/Pegasus vibes)
- 📃 Paste your whole blog/article/essay and get ✨TL;DR✨
- 🎨 Built with Streamlit – minimalist & mobile-friendly
- ☁️ Run on Colab – no install, no stress
| Tool | Why We Love It |
|---|---|
| Python 🐍 | duh |
| HuggingFace 🤗 | for that transformer flex |
| Streamlit 🌈 | UI but make it aesthetic |
| Google Colab ☁️ | free GPU and cloud coding freedom |
Just upload your notebook, click those play buttons, and summarize your heart out.
No installs, no drama.
git clone https://github.com/yourusername/text-summarizer-lite.git
cd text-summarizer-lite
pip install -r requirements.txt
streamlit run app.py