rag application for cegep/university students which allows them to source an LLM with their class notes
python:
- install python 3.12
- create a venv
python -m venv <name of venv> - activate the venv
source <path to venv folder>/bin/activate - upgrade pip
pip install --upgrade pip - install requirements
pip install -r <path to requirements file> - install tesseract
brew install tesseract
llm:
- install ollama from https://ollama.com/
- run
ollama run llama3.2in terminal - run
ollama pull mxbai-embed-largein terminal