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