Skip to content

hhhrrrttt222111/fatigue-detector

Repository files navigation

FATIGUE-DETECTOR

All Contributors

Clone the repo

git clone https://github.com/hhhrrrttt222111/fatigue-detector.git
cd fatigue-detector

Installation

For windows

py -m pip install --upgrade pip
py -m pip install --user virtualenv
py -m venv env
.\env\Scripts\activate
py -m pip install -r requirements.txt

OR

py -m pip install --upgrade pip
py -m pip install --user virtualenv
py -m venv env
source env/Scripts/activate
py -m pip install -r requirements.txt

For MacOS & Linux

python3 -m pip install --user --upgrade pip
python3 -m pip install --user virtualenv
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt

Trouble installing dependencies ?

This project files requires Python 3 and the following Python libraries installed:

OpenCV - Mac | Windows | Ubuntu

Dlib - Mac | Windows | Ubuntu

Run

python app.py



Snapshots

  • Landing Page


  • Report Page


  • Generated Report


  • Generated EAR Graph


  • Tip of the day








Contributors ✨

Thanks goes to these wonderful people (emoji key):


Hemanth R

💻 🎨 🚧

Joel Joshua

💻 🎨 👀