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..65820b07 --- /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 Website](https://www.chatpdf.com/) \ No newline at end of file