Project Overview
An AI-powered bot developed during my graduation internship at Endeavour to automate the process of reviewing merge requests in GitLab projects.
Manual code reviews are time-consuming and can be inconsistent. There was a need for an automated solution to streamline the code review process and improve code quality.
Developed GitLab Code Review Bot, an AI-powered bot that integrates with GitLab to automatically review merge requests, provide detailed feedback, and summarize code changes. This solution involved creating two separate projects: an LLM service running on FastAPI using LangChain, and the code review bot backend using Laravel