This is a utility for using a local llm + vision model with Ollama for asking questions about screenshots
pip install -r requirements.txtFor linux:
curl -fsSL https://ollama.com/install.sh | shFor windows: https://ollama.com/download/windows
ollama serveollama pull llama3.2-visionpython look_here.py This project uses the LLaMA 3.2 model by Meta , which is provided under the terms of Meta's license. Please review Meta's license before using this project.
