Author: Lance Jepsen
License: GPL-3.0
This project is a fully local AI text‑summarization desktop application with:
- Local HuggingFace models (no API key needed)
- Tkinter GUI
- AI Insights Panel
- Sentiment analysis
- Topic classification
- Long‑form recursive summarization
- Splash screen and progress indicators
- 🔥 Runs 100% locally — no API key needed
- 🧠 Chunked & recursive long‑form summarization
- 🎭 Sentiment analysis
- 🏷️ Topic classification
- 🎨 Modern neon UI
- ⚡ Multi‑threaded
- 📥 Paste text directly
- 📊 AI Insights panel
git clone https://github.com/lancejepsen/AI-Text-Summarizer
cd AI-Text-Summarizer python -m venv .venvWindows
.venv\Scripts\activate pip install -r requirements.txt python main.pyAI-Text-Summarizer/
│ main.py
│ ui.py
│ ai_engines.py
│ models.py
│ config.py
│ requirements.txt
│ README.md
│
└── screenshots/
└── main.jpg, main2.jpg
MIT License (free for private + commercial use)
Developed by Lance Jepsen

