My (likely to fail) attempt at building an AI that can detect if a glassdoor review was written by HR.
- Python 3.12
-
Navigate to the project root directory. If a virtual environment does not exist, create one:
python3 -m venv .venv
Then activate the virtual environment:
source .venv/bin/activate
-
Install dependencies
python -m pip install --upgrade pip pip install -r requirements.txt
-
Start the runbook
OPENAI_API_KEY=*** .venv/bin/jupyter notebook