Socket
Socket
Sign inDemoInstall

Face-Mash

Package Overview
Dependencies
5
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    Face-Mash

Deep Learning model for fatigue detection


Maintainers
1

Readme

Deep learning model for fatigue detection

forthebadge made-with-python
Python 3.6

Meta Information

  • Trained on open source dataset from kaggle
  • Following are the predictable classes
  • Closed(eyes)
  • Open(eyes)
  • no_yawn
  • yawn

Usage

  • Make sure you have Python installed in your system.
  • Model file will be saved locally in root directory.
  • Model training info will be explained in medium blog soon.

Example

from Face_Mash import Face_Mash
model_path = 'path/of/model.h5'
img_path   = 'path/of/img_file'
prediction = Face_Mash(img_path,model_path)

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc