Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/safwanshamsir99/pdf-chatbot-using-llm
PDF chatbot using Langchain, OpenAI API, HuggingFace embeddings, FAISS and Streamlit
https://github.com/safwanshamsir99/pdf-chatbot-using-llm
chatbot faiss langchain llms openai-api streamlit-webapp
Last synced: 9 days ago
JSON representation
PDF chatbot using Langchain, OpenAI API, HuggingFace embeddings, FAISS and Streamlit
- Host: GitHub
- URL: https://github.com/safwanshamsir99/pdf-chatbot-using-llm
- Owner: safwanshamsir99
- Created: 2023-11-10T01:45:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-05T02:16:18.000Z (about 1 year ago)
- Last Synced: 2023-12-05T09:37:08.421Z (about 1 year ago)
- Topics: chatbot, faiss, langchain, llms, openai-api, streamlit-webapp
- Language: Python
- Homepage: https://pdf-chatbot-using-llmgit.streamlit.app/
- Size: 62.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PDF-Chatbot-using-LLM
Simple PDF Chatbot by using Langchain, OpenAI API, FAISS, and Streamlit. This chatbot is very useful to do skimming in literature.## **User Interface**
!['Sample GUI'](img/chatbot_gui.JPG)
## Built With
[![Open in Streamlit](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://pdf-chatbot-using-llmgit.streamlit.app/)
## Credits
Shout out to Alejandro AO from YouTube for the PDF Chatbot [tutorial](https://www.youtube.com/watch?v=dXxQ0LR-3Hg). Check out his github repositories by clicking this [link](https://github.com/alejandro-ao/ask-multiple-pdfs/tree/main). :smile: