article-summarizer / README.md
Vineeth Sai
Add Space metadata to README updated final 2
80589b0
---
title: Article Summarizer
emoji: 📰
colorFrom: purple
colorTo: indigo
sdk: docker
license: apache-2.0
short_description: Scrape, summarize with Qwen, speak with Kokoro.
---
# Article Summarizer
Dark, fluid Flask app that scrapes articles, summarizes with **Qwen 0.6B**, and can speak results with **Kokoro TTS** (CPU-only).
Runs fine on the free CPU tier. First run downloads models; later requests are fast.
## Tips
- If a site blocks scraping, set `ALLOW_PROXY_FALLBACK=1` in Space settings.
- The status endpoint `/status` shows whether models are loaded.