From 709d3ffd7f1f2ec25038ebedd0211fe3a7775364 Mon Sep 17 00:00:00 2001 From: Ajinkya Kale <127986789+ajinkode@users.noreply.github.com> Date: Sun, 1 Oct 2023 12:06:22 +0530 Subject: [PATCH] Created AI-powered PDF Chatbot.md --- .../2-Intermediate/AI-powered PDF Chatbot.md | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 Projects/2-Intermediate/AI-powered PDF Chatbot.md diff --git a/Projects/2-Intermediate/AI-powered PDF Chatbot.md b/Projects/2-Intermediate/AI-powered PDF Chatbot.md new file mode 100644 index 00000000..ad44617b --- /dev/null +++ b/Projects/2-Intermediate/AI-powered PDF Chatbot.md @@ -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. +
+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/)