Metadata-Version: 2.1
Name: nosemouse
Version: 0.0.2
Summary: nosemouse - move mouse with your nose
Home-page: https://github.com/ollipal/nosemouse
License: UNKNOWN
Author: Olli Paloviita
Author-email: olli.paloviita@gmail.com
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Requires-Dist: tensorflow ==2.2
Requires-Dist: scikit-learn
Requires-Dist: numpy
Requires-Dist: opencv_contrib_python
Requires-Dist: dlib ==19.16.0
Requires-Dist: keyboard
Requires-Dist: mouse
Requires-Dist: screeninfo

# nosemouse

Work in progress!

## Setup

Python 3.8 was used for development.

Install required dependencies with `pip install -r requirements.txt`

Download `deploy.prototxt`, `opencv_face_detector.pbtxt`, 
`opencv_face_detector_uint8.pb` and `res10_300x300_ssd_iter_140000.caffemodel`
from https://github.com/vardanagarwal/Proctoring-AI/tree/master/models
to `models/face_model`,

also download `variables/` and `saved_model.pb` from: 
https://github.com/vardanagarwal/Proctoring-AI/tree/master/models/pose_model
to `models/facial_landmark_model` 

and download `shape_predictor_68_face_landmarks.dat` from:
https://github.com/antoinelame/GazeTracking/tree/master/gaze_tracking/trained_models
to `models/gaze_model`

## Licence

nosemouse - move mouse with your nose  
Copyright (C) 2021  Olli Paloviita

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.

