Fetching latest headlines…
Repo analyzer tool
NORTH AMERICA
πŸ‡ΊπŸ‡Έ United Statesβ€’May 7, 2026

Repo analyzer tool

0 views0 likes0 comments
Originally published byDev.to

Hello people!
recently working on a small project of mine (CodeLens Ai)
It analyzes a GitHub repository and:

generates file summaries
explains functions/classes
highlights possible issues
makes the codebase easier to navigate
I switched to groq from ollama for better speed and it turned out pretty well

Current stack:

Flask + Python
Groq API
Tree-sitter for parsing
Streaming analysis UI

Still improving and would genuinely appreciate any feedbacks from developers

Comments (0)

Sign in to join the discussion

Be the first to comment!