Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codeglass — AI Code Review Platform

Reviews pasted code or uploaded files the way a senior engineer would leave comments: bugs, security issues, and improvement suggestions, ranked by severity — combining local static analysis with an optional LLM pass.

Live Code: https://codeglass.onrender.com/

Setup

cd backend

pip install -r requirements.txt

python app.py

Project structure

backend/
  app.py                  Flask API + serves the frontend
  analyzer/
    static_checks.py      AST checks, bandit/pylint wrappers, regex heuristics
    llm_review.py          Optional Gemini integration
  requirements.txt
frontend/
  index.html
  style.css
  script.js

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages