From 6dc76f0cce92597149f168dede14fdf8e7e0daaa Mon Sep 17 00:00:00 2001 From: Ajinkya Kale <127986789+ajinkode@users.noreply.github.com> Date: Sun, 1 Oct 2023 11:34:29 +0530 Subject: [PATCH] Delete Projects/2-Intermediate/AI-Powered PDF Chat Application --- .../AI-Powered PDF Chat Application | 25 ------------------- 1 file changed, 25 deletions(-) delete mode 100644 Projects/2-Intermediate/AI-Powered PDF Chat Application diff --git a/Projects/2-Intermediate/AI-Powered PDF Chat Application b/Projects/2-Intermediate/AI-Powered PDF Chat Application deleted file mode 100644 index a0c53870..00000000 --- a/Projects/2-Intermediate/AI-Powered PDF Chat Application +++ /dev/null @@ -1,25 +0,0 @@ -# PDF Chat Assistant - -**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 of your questions! - -User Stories: - -As a user, I can upload a PDF document to the chat application. -I can ask questions about the content of the PDF using the chat interface. -The application should display the answers in a chat-like format for easy reading. -I can interact with the chatbot to ask more questions or seek clarification. -The chatbot should provide information about the PDF, such as the title, author, and publication date. -As a bonus feature, I can share the extracted information or answers on social media or with others. -The chat application should allow me to provide feedback on the accuracy of the answers. -Useful Links and Resources: - -PDF parsing libraries (e.g., PDF.js, PDFMiner) for extracting text content from PDFs. -Natural Language Processing (NLP) libraries (e.g., spaCy, NLTK) for understanding and generating responses. -Example projects: PDF Chat Assistant using Python, PDF Assistant Web App -Example Project Interface: -(Insert a visual representation or wireframe of the PDF chat assistant's user interface.) - -Note: Implementing this project will require knowledge of web development, PDF processing, and NLP techniques for question answering.