Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anil-matcha/chatpdf
Chat with any PDF. Easily upload the PDF documents you'd like to chat with. Instant answers. Ask questions, extract information, and summarize documents with AI. Sources included.
https://github.com/anil-matcha/chatpdf
chatbot chatgpt chatpdf chatwithpdf gpt gpt4 langchain openai pdf pdf-chat-bot pdfgpt pdftochatbot
Last synced: 1 day ago
JSON representation
Chat with any PDF. Easily upload the PDF documents you'd like to chat with. Instant answers. Ask questions, extract information, and summarize documents with AI. Sources included.
- Host: GitHub
- URL: https://github.com/anil-matcha/chatpdf
- Owner: Anil-matcha
- License: mit
- Created: 2023-05-09T14:12:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-12T02:02:18.000Z (7 months ago)
- Last Synced: 2025-01-16T17:22:06.709Z (5 days ago)
- Topics: chatbot, chatgpt, chatpdf, chatwithpdf, gpt, gpt4, langchain, openai, pdf, pdf-chat-bot, pdfgpt, pdftochatbot
- Language: Jupyter Notebook
- Homepage: https://www.thesamur.ai/?utm_source=github&utm_medium=link&utm_campaign=github_chatpdf
- Size: 16.6 KB
- Stars: 1,444
- Watchers: 16
- Forks: 220
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ChatGPT-repositories - ChatPDF - Chat with any PDF. Easily upload the PDF documents you'd like to chat with. Instant answers. Ask questions, extract information, and summarize documents with AI. Sources included. (Chatbots)
README
# ChatPDF
Chat with any PDF.
Easily upload the PDF documents you'd like to chat with. Instant answers. Ask questions, extract information, and summarize documents with AI. Sources included.
### Tutorial -> https://www.youtube.com/watch?v=3aRc1ijrTVs
Create app like [ChatPDF](https://www.thesamur.ai/chatpdf-alternative) or [PDF.ai](https://pdf.ai/) in less than 10 lines of code
### Getting Started
Code is up now, ⭐ (Star) the repo to receive updates
Replit and streamlit version coming soon
Follow [Anil Chandra Naidu Matcha](https://twitter.com/matchaman11) on twitter for updates
Subscribe to https://www.youtube.com/@AnilChandraNaiduMatcha for more such video tutorials
### How to run ? (Things might change based on OS)
1. Create a virtual environment in python https://docs.python.org/3/library/venv.html
2. Run "pip install -r requirements.txt"
3. Set OPENAI_API_KEY environment variable with your openai key
4. Run "python main.py"
5. Change pdf file and query in code if you want to try with any other content
To run streamlit app, follow the steps run "streamlit run streamlitui.py"
Parts of the streamlit code is inspired from [here](https://github.com/viniciusarruda/chatpdf)
### Demo link
https://heybot.thesamur.ai/
### Also check
[Chat with Website code](https://github.com/Anil-matcha/Website-to-Chatbot)
[Chat with CSV code](https://github.com/Anil-matcha/Chat-With-Excel)
[Chat with Youtube code](https://github.com/Anil-matcha/Chat-Youtube)
[ChatGPT in Discord code](https://github.com/Anil-matcha/DiscordGPT)