Skip to content

vladimirven001/codejam14-lessnotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeJam14

lessnotes

description

rag application for cegep/university students which allows them to source an LLM with their class notes

setup

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.2 in terminal
  • run ollama pull mxbai-embed-large in terminal

About

rag application for cegep/university students which allows them to source an LLM with their class notes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors