Skip to content

Research paper PDF to easily digestible summaries

Notifications You must be signed in to change notification settings

dhruviyer/paper-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paper Reader

Using LLMs to read and summarize research papers.

This project is meant to summarize compsci research papers in pdf form. You can see the output of this below

a screenshot of the application

To get started, make sure you have the following environment variables set:

OPENAI_API_KEY

UNSTRUCTURED_FREE_API_KEY

Then, make sure you have Docker installed and do

docker compose up -d --build

The application should be live on http://localhost:3000

The following information is extracted.

  • Summary: High level overview of the paper
  • Problem: Core problem statement the paper seeks to address
  • Contributions: Claimed contributions to the field
  • Findings: Summary of basic findings of the paper
  • Methods: Description of what the authors built or tested
  • Results: What experiments the authors ran and their results

Tech stack

  • Next.js
  • FastAPI
  • Unstructured.io
  • Llamaindex

About

Research paper PDF to easily digestible summaries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published