Skip to content

Latest commit

 

History

History
66 lines (43 loc) · 1.06 KB

README.md

File metadata and controls

66 lines (43 loc) · 1.06 KB

CodeMentor (AI-Powered Code Collaboration Tool)

Description

A smart tool for distributed teams to automate code reviews, refactor efficiently, and get real-time AI-driven feedback.

Getting Started

Prerequisites

  • Python 3.7 or higher
  • Pip (Python package manager)

Installation

Clone the repository:

git clone https://github.com/umairazmat/Ai-Codify
cd Replit-cursor-claude-hackathon-project

Set up a virtual environment:

python -m venv ai-code-collaborator

For Windows:

.\ai-code-collaborator\Scripts\activate

For Mac/Linux:

source ai-code-collaborator/bin/activate

Install the required packages:

pip install -r requirements.txt

Create a .env file in the root directory with the following content:

OPENAI_API_KEY=your_actual_api_key
OPENAI_API_BASE=your_actual_api_key

Run the application:

streamlit run .\project\app.py

if script not run :

Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass