A versatile AI platform agent that answers questions using company documents.
- Upload documents (PDF, DOCX, TXT)
- Ask questions and get answers based on the documents
- Generates summaries and reports
- Clone or download the project.
- Install dependencies:
pip install -r requirements.txt - Set up OpenAI API key in
.envfile:OPENAI_API_KEY=your_key - Run the app:
streamlit run app.py
Upload your documents, then ask questions in the chat interface.