Skip to content

semicolonailabs/AI-Research-Paper-Summarizer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

AI-Powered Research Paper Summarizer

This project is an AI-based tool that extracts and summarizes key sections—Introduction, Methodology, Results, and Conclusion—from academic research papers using state-of-the-art transformer-based NLP models. It helps researchers save time and enhance productivity by providing quick and coherent summaries of long academic texts.

Features

  • 🔍 Automatically identifies and extracts major research paper sections.
  • 🤖 Summarizes each section using pre-trained Transformer models like Pegasus, T5, or GPT.
  • 📊 Evaluates summary quality using ROUGE, BLEU, and BERTScore metrics.
  • 📁 Accepts PDF or plain-text academic papers.
  • 🌐 Easy-to-use, modular code with evaluation tools.

🛠️ Technologies Used

  • Python 🐍
  • Hugging Face Transformers 🤗
  • Pegasus / GPT models
  • NLTK & spaCy for preprocessing
  • Evaluate library for scoring (ROUGE, BLEU, BERTScore)
  • PyMuPDF or PDFMiner (for PDF parsing)

About

An AI-powered research paper summarizer that extracts and summarizes key sections (Introduction, Methodology, Results, Conclusion) using transformer-based NLP models.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 100.0%