Scholar Summarizer is a web-based research paper summarization tool built with Flask.
It leverages Hugging Face transformer models to help students and researchers quickly extract key insights from lengthy academic papers.
🔗 Try it out here: ScholarSummarizer
- 📄 Input research paper content
- 🤖 Summarizes using Hugging Face transformer models
- 🧠 Designed for academic text understanding
- ⚡ Simple, fast, and Flask-powered web interface
- 🧾 Ideal for students, educators, and researchers
- 🐍 Python
- 🌐 Flask (Web Interface)
- 🤗 Hugging Face Transformers API
- ☁️ Railway (Deployment)
git clone https://github.com/your-username/scholar-summarizer.git
cd scholar-summarizerpip install -r requirements.txtCreate a .env file in the root directory and add:
HF_API_KEY=your_huggingface_api_key_here
python app.pyThen open your browser and go to:
📍 http://127.0.0.1:5000
Add screenshots here to show how the interface looks.

MIT License. See LICENSE for more information.
