This summarizer generates short summaries of scientific articles from Google Scholar using the power of the affordable GPT-3.5-turbo.
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.