Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aniketwdubey committed Oct 20, 2024
1 parent 27fc3ae commit 6a3accd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ChatPDF

ChatPDF is a web tool that allows users to upload PDF documents and interact with an AI assistant to ask questions about their content. Built with FastAPI for the backend and Streamlit for the frontend, it leverages machine learning libraries for efficient PDF processing and analysis.
This project is a **Document Retrieval** application that utilizes **Retrieval-Augmented Generation (RAG)** techniques to enable users to interact with uploaded PDF documents. By leveraging a **Large Language Model (LLM)**, users can ask questions about the content of the documents and receive accurate answers based on the information retrieved.

## Features

Expand Down

0 comments on commit 6a3accd

Please sign in to comment.