Paper2Story is an AI pipeline that simplifies academic research papers into:
- Concise summaries
- Human-readable story format
🔍 What it does
- 📄 Extracts & chunks text from scientific PDFs
- ✨ Summarizes the chunks using a prompt-tuned model
- 📝 Converts summaries into engaging narratives using LoRA-fine-tuned LLMs
🛠️ Tech Stack
- HuggingFace Transformers
- PEFT (LoRA)
- PyTorch
- Streamlit (for UI)
📂 Repo Structure
scripts/: Training & inference scriptsutils/: Chunking, evaluation, and data utilsmodels/: Saved model weightsapp/: Streamlit frontend
🚀 Coming Soon
- QA chatbot from story
- End-to-end UI