This project analyzes build logs using an AI model like Mistral via Ollama. It highlights errors and provides AI suggestions.
- Install Python and Ollama
- Pull a model:
ollama pull mistral - Run Flask app:
python3 web/app.py - Open http://localhost:5000
docker build -t dogea-analyzer .
docker run -p 5000:5000 dogea-analyzer