Skip to content

umairazmat/Ai-Codify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages