You can try the app here DEMO
Chat with Your PDFs is an application that allows users to interact with their PDF documents in a conversational manner. Using the power of OpenAI's language models, this tool processes PDF documents and enables users to ask questions and get responses based on the content of the PDFs.
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/MohamedMBashir/chat_with_pdfs.git
-
Navigate to the project directory:
cd chat_with_pdfs
-
Install the required dependencies:
pip install -r requirements.txt
To use the application:
-
Run the Streamlit app:
streamlit run streamlit_ui.py
-
Upload a PDF document using the provided uploader in the application.
-
Once the document is processed, ask questions in the chat interface and receive responses based on the PDF content.
- PDF processing and text extraction.
- Conversational interface for querying PDF content.
- Integration with OpenAI's language models for intelligent responses.
Contributions to improve Chat with Your PDFs are welcome. Please feel free to fork the repository and submit pull requests.
For any questions or suggestions, please reach out to [email protected]