AI Intern — AI-powered code review and automated bug detection modules.
Built an AI-powered code review system using Python AST parsing and an LLM (Groq LLaMA) to automatically check code quality issues across a large set of scripts. The work focused on detecting syntax and PEP8 violations and generating automated feedback to reduce manual review effort. Responsibilities included designing modular Flask components and an NLP-driven pipeline for scalable integration of additional rule engines and models.• Analyzed 100+ scripts and detected 60–70% of syntax and PEP8 violations.• Reduced manual code review effort by 40% using automated checks and intelligent feedback.• Delivered Flask-based bug detection/optimization feedback with results in under 3 seconds.• Engineered an OOP modular NLP pipeline to support future rules and models.