Menu

Post image 1
Post image 2
Post image 3
1 / 3
0

Repo analyzer tool

DEV Community·Krish Agarwal·26 days ago
#vs29rlM2
#ai#python#showdev#tooling#groq#hello
Reading 0:00
15s threshold

Krish Agarwal

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

Read More