An open API service indexing awesome lists of open source software.

https://github.com/amirhosseinazami1373/scinetific-text-summarizer

This summarizer generates short summaries of scientific articles from Google Scholar using the power of the affordable GPT-3.5-turbo.
https://github.com/amirhosseinazami1373/scinetific-text-summarizer

gpt-35-turbo langchain llms nlp-machine-learning prompt-engineering textsummarization

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

README

          


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.