This project combines a RAG (Retrieval-Augmented Generation) system for PDFs with a Weather Assistant module.
It allows you to:
- Extract and embed information from PDFs.
- Ask questions over your document data using AI.
- Get real-time weather information for any location.
- Interact with the project through a Streamlit web interface.
- Load and embed PDF content for AI search.
- AI-driven question answering over documents.
- Real-time weather queries using an API.
- Modular Python code for easy extension.
- Streamlit interface for easy usage.
- Clone the repository:
git clone https://github.com/villian7778-stack/AI_RAG.git