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

https://github.com/haidermalikk/smart-paper-summarizer

Smart Paper Summarizer is an AI tool that summarizes educational papers. It uses PyPDF to extract text, OpenAI’s Ada for text embeddings, and Chroma to store and query these embeddings. The context is then passed to GPT-4 mini, which generates concise and accurate summaries. Uses Streamlit for the frontend and pandas for formatting.
https://github.com/haidermalikk/smart-paper-summarizer

chatgpt chromadb jupyter-notebook openai pandas pypdf python streamlit

Last synced: 3 months ago
JSON representation

Smart Paper Summarizer is an AI tool that summarizes educational papers. It uses PyPDF to extract text, OpenAI’s Ada for text embeddings, and Chroma to store and query these embeddings. The context is then passed to GPT-4 mini, which generates concise and accurate summaries. Uses Streamlit for the frontend and pandas for formatting.

Awesome Lists containing this project