Skip to content

KRISHkg31/Devin-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To install Kevin locally:

Clone the repository:

git clone https://github.com/KRISHkg31/Devin-AI.git

Navigate to the kevin directory:

cd kevin

Create a virtual environment:

python -m venv kevin

Activate the virtual environment:

kevin/Scripts/activate

Install the needed packages:

pip install -r requirements.txt

Run this streamlit command to start the application:

streamlit run frontend/main.py