Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 741 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 741 Bytes

Glassdoor HR Review Detector

My (likely to fail) attempt at building an AI that can detect if a glassdoor review was written by HR.

Prerequisites

  • Python 3.12

Setup

  1. 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
  2. Install dependencies

    python -m pip install --upgrade pip
    pip install -r requirements.txt
    
  3. Start the runbook

    OPENAI_API_KEY=*** .venv/bin/jupyter notebook

DataSets