Skip to content

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

Notifications You must be signed in to change notification settings

w-k-s/Glassdoor-HR-Review-Detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published