Skip to content

ajithkumars3131/ai-devsecops-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI DevSecOps Analyzer

This project analyzes build logs using an AI model like Mistral via Ollama. It highlights errors and provides AI suggestions.

Setup

  1. Install Python and Ollama
  2. Pull a model: ollama pull mistral
  3. Run Flask app: python3 web/app.py
  4. Open http://localhost:5000

Docker

docker build -t dogea-analyzer .
docker run -p 5000:5000 dogea-analyzer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors