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

Top comments (0)