From e97f2f0182ea23df633495bb0b4977a70ad061f9 Mon Sep 17 00:00:00 2001 From: Ajinkya Kale <127986789+ajinkode@users.noreply.github.com> Date: Sun, 1 Oct 2023 12:14:22 +0530 Subject: [PATCH] Delete Projects/2-Intermediate/AI-powered PDF Chatbot.md --- .../2-Intermediate/AI-powered PDF Chatbot.md | 34 ------------------- 1 file changed, 34 deletions(-) delete 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 deleted file mode 100644 index 0d28e685..00000000 --- a/Projects/2-Intermediate/AI-powered PDF Chatbot.md +++ /dev/null @@ -1,34 +0,0 @@ -# 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 Website](https://www.chatpdf.com/)