Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.04 KB

README.md

File metadata and controls

22 lines (13 loc) · 1.04 KB

Scientific Text Summarizer LangChain LangChain

This summarizer generates short summaries of scientific articles from Google Scholar using the power of the affordable GPT-3.5-turbo.

Requirements:

1- You will need an OpenAi API key to access the LLM model.

2- Install openai, LangChain and scholarly packages using

pip install openai scholarly langchain

3- To generate the summaries, run the code and enter your desired keywords (use ',' to separate the keywords).

4- You can further increase the randomness in the summaries using the 'temperature' parameter.

5- The number of summaries for a set of keywords has been limited to 10; you can easily increase the number by changing the code.