A private, high-accuracy RAG system for analyzing legal contracts. Optimized for Intel Ultra 5 and Arc Graphics.
- Install Ollama and pull models:
ollama pull llama3.2&&ollama pull nomic-embed-text - Create environment:
python -m venv .venv - Install dependencies:
pip install -r requirements.txt - Run app:
streamlit run src/app.py