AI Code Checker is an innovative tool that leverages Large Language Models (LLMs) to provide intelligent code analysis and feedback. By combining automated testing with AI-powered code review, the tool delivers comprehensive, human-like feedback on code quality, implementation, and potential improvements.
# Clone the repository https://github.com/SageSquash/ai_codeChecker.git # Navigate to project directory cd ai-code-checker # Create virtual environment python -m venv .venv # Activate virtual environment source .venv/bin/activate # Linux/Mac .venv\Scripts\activate # Windows # Install requirements pip install -r requirements.txt # Build Docker image docker build -t python-test-runner:v1 .
streamlit run app.py
This project showcases the practical implementation of AI/LLM technology in software development workflows. It demonstrates both technical expertise and a deep understanding of real-world developer needs, making it an invaluable tool for improving code quality and developer productivity.