Installation
To install Kanao, follow these steps:
Clone the repository:
`bash git clone https://github.com/anupammaurya6767/GPT4.git cd GPT4 `
Create a virtual environment:
`bash python -m venv venv `
Activate the virtual environment:
On Windows:
`bash .\venv\Scripts\activate `
On macOS/Linux:
`bash source venv/bin/activate `
Install dependencies:
`bash pip install -r requirements.txt `
Run Kanao:
`bash python your_main_script.py `
Replace your_main_script.py with the actual script that runs your Kanao project.