A smart tool for distributed teams to automate code reviews, refactor efficiently, and get real-time AI-driven feedback.
- Python 3.7 or higher
- Pip (Python package manager)
git clone https://github.com/umairazmat/Ai-Codify
cd Replit-cursor-claude-hackathon-project
python -m venv ai-code-collaborator
.\ai-code-collaborator\Scripts\activate
source ai-code-collaborator/bin/activate
pip install -r requirements.txt
OPENAI_API_KEY=your_actual_api_key
OPENAI_API_BASE=your_actual_api_key
streamlit run .\project\app.py
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass