Created AI-powered PDF Chatbot.md

pull/692/head
Ajinkya Kale 2 years ago committed by GitHub
parent 6dc76f0cce
commit 709d3ffd7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,34 @@
# AI-Powered PDF Chatbot
**Tier:** 2-Intermediate
Create a chat application that assists users in answering questions about PDF documents they provide. The application will use AI to process and answer questions related to the content of the PDF.
<br />
Just upload a PDF of your choice and the chat application will answer any question related to the PDF!
## User Stories
- [ ] User needs to upload an API key to get started
- [ ] User can upload a PDF of their choice
- [ ] User can start asking questions based on the PDF they provided
- [ ] User doesn't need to add the same PDF multiple times, the application stores the contents of the PDF for future use
## Bonus features
- [ ] User can add conversation ability, enabling the chatbot to store previous conversations
- [ ] Users can access past conversations they had with the chatbot
- [ ] User can log in with multiple accounts
- [ ] User can converse with multiple PDFs at once
## Useful links and resources
- [Youtube Video by Alexandro AO](https://www.youtube.com/watch?v=wUAUdEw5oxM&t=851s&ab_channel=AlejandroAO-Software%26Ai)
- [Youtube Video by Prompt Engineering](https://www.youtube.com/watch?v=RIWbalZ7sTo&ab_channel=PromptEngineering)
- [Github Repository for Source Code](https://github.com/ajinkode/PDFWizard)
## Example projects
- [Demo of Chat Application](https://pdfwizard.streamlit.app/)
- [Demo Video for the Chat Application](https://github.com/ajinkode/PDFWizard/assets/127986789/c5bc701d-a778-4ced-9b07-66e829a8885b)
- [ChatPDF](https://www.chatpdf.com/)
Loading…
Cancel
Save