This project contains multiple tasks and experiments related to LLM evaluation, including sentiment analysis, prompting strategies (zero-shot vs few-shot), and other AI workflows.
- Change the current directory to the cloned folder
cd LLM-Evaluation- Install the Python dependencies listed in the requirements.txt file
pip install -r requirements.txt- Set your OpenAI API Key as env variable
$env:OPENAI_API_KEY="YOUR_API_KEY" - Run the project
python -m scripts.run_all