# Chat with PDF and DOC using OpenAI ## Overview: This project provides a simple and user-friendly chatbot capable of answering questions and extracting information from PDF and DOC files using the OpenAI language model. The chatbot is powered by the OpenAI API, allowing it to understand natural language queries and respond with relevant content from the documents. ## Features: - Interactive chatbot interface - PDF and DOC parsing - Easy-to-use with Streamlit web application ## Installation: 1. Clone the repository: ```git clone https://github.com/yourusername/chat-with-pdf-doc.git``` ```cd chat-with-pdf-doc``` 2. Install dependencies: ```pip install -r requirements.txt``` 3. Start the Streamlit app: ```streamlit run chatbot.py``` ## License: This project is licensed under the MIT License. ## Acknowledgments: - This project uses the [OpenAI API](https://openai.com) for natural language processing. Feel free to use this project.