j0ntendo/NAIPL

0

stars

9

commits

Python

primary language

Jan 13, 2025

updated

README

1. Install Dependencies on a venv

pip install -r requirements.txt

2. Set Up Environment Variables

Create a .env file in the root directory and add the following API keys:

OPENAI_API_KEY=your_openai_api_key
ANTHROPIC_API_KEY=your_anthropic_api_key
HUGGINGFACE_API_KEY=your_huggingface_api_key
WANDB_API_KEY=your_wandb_api_key

Running the Project

Run the main script:

python main.py

Contributors

j0ntendo

9 commits

j0ntendo/NAIPL

0

stars

9

commits

Python

primary language

Jan 13, 2025

updated

README

1. Install Dependencies on a venv

pip install -r requirements.txt

2. Set Up Environment Variables

Create a .env file in the root directory and add the following API keys:

OPENAI_API_KEY=your_openai_api_key
ANTHROPIC_API_KEY=your_anthropic_api_key
HUGGINGFACE_API_KEY=your_huggingface_api_key
WANDB_API_KEY=your_wandb_api_key

Running the Project

Run the main script:

python main.py

Contributors

j0ntendo

9 commits

Languages

Python

100.0%