Installation Guide
Prerequisites
Python 3.8+
Ollama
Streamlit
System Requirements
Minimum 8GB RAM
At least 10GB disk space
Local GPU recommended for better performance
Installation Steps
Clone the repository
Install dependencies
Set up Ollama
Run the application
# Clone repository
git clone https://github.com/Asmae00010/RAG-application-
# Create virtual environment
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
# Install dependencies
pip install -r requirements.txt
# Run the application
streamlit run app.py