Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Research-Paper-Summarization-Using-GenAI

During research fellowship, Everyone learn how to read papers rapidly and efficiently. But just reading a paper with a minimum of 30 pages is time-consuming and it’s hard to stay on top of research with this explosion of papers released every day. To boost research productivity, wouldn’t it be better to summarize the information from academic papers? These is the following use cases that can be helpful for your career in the data science field.

How to run?

STEPS:

Clone the repository

https://github.com/dipak8080/ai_researchpaper_summarization.git

STEP 01- Create a conda environment after opening the repository

conda create -n summarizer python=3.8 -y
conda activate summarizer

STEP 02- install the requirements

pip install -r requirements.txt

Create a .env file in the root directory and add your OpenAI API key as follows:

OPENAI_API_KEY=sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# Finally run the following command
streamlit run app.py

Now,

open up : http://localhost:8501

Techstack Used:

  • Python
  • LangChain
  • Streamlit
  • OpenAI

Some Promts:

summarize this paper in short

what is the main objective of this paper

summarize the paper in 3 bullet points

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages