Skip to content

moadesiyun/CodeRed-Proj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeRed-Proj

How to Contribute

With Nix

  1. Install Nix:
  • Linux: Check your distro's package manager or follow the instructions here.
  • MacOS: Follow the instructions here.
  • Windows: First, set up WSL if you haven't already. Then, check your distro's package manager or follow the instructions here within your WSL environment.
  1. Clone this repo:
git clone https://github.com/moadesiyun/CodeRed-Proj.git
  1. Enter the development shell:
cd CodeRed-Proj
nix develop
  1. Create an environment variable named GOOGLE_API_KEY containing your Google API key.
export GOOGLE_API_KEY=<your api key> # you will probably need to do this every time you reopen your terminal

Without Nix

  1. Clone this repo:
git clone https://github.com/moadesiyun/CodeRed-Proj.git
  1. Create and activate virtual environment:
cd CodeRed-Proj
python -m venv .venv
source .venv/bin/activate
  1. Install dependencies:
pip install -r requirements.txt
  1. Create an environment variable named GOOGLE_API_KEY containing your Google API key.
export GOOGLE_API_KEY=<your api key> # you will probably need to do this every time you reopen your terminal

Testing

  • Everything:
python main.py
  • Gemini:
python web/generator.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •