Metadata-Version: 2.1
Name: AITracker
Version: 0.9.0
Summary: The AITracker neural network and it's implementation.
Author: Jacob Hogrefe and Emilio Cruz
Project-URL: Homepage, https://github.com/AITrackerDev/AITracker
Project-URL: Issues, https://github.com/AITrackerDev/AITracker/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: absl-py ==0.2.1
Requires-Dist: astunparse ==1.6.3
Requires-Dist: certifi ==2024.2.2
Requires-Dist: charset-normalizer ==3.3.2
Requires-Dist: dlib ==19.24.4
Requires-Dist: flatbuffers ==24.3.25
Requires-Dist: gast ==0.5.4
Requires-Dist: google-pasta ==0.2.0
Requires-Dist: grpcio ==1.62.1
Requires-Dist: h5py ==3.11.0
Requires-Dist: idna ==3.7
Requires-Dist: joblib ==1.4.0
Requires-Dist: keras ==3.2.1
Requires-Dist: libclang ==18.1.1
Requires-Dist: Markdown ==3.6
Requires-Dist: markdown-it-py ==3.0.0
Requires-Dist: MarkupSafe ==2.1.5
Requires-Dist: mdurl ==0.1.2
Requires-Dist: ml-dtypes ==0.3.2
Requires-Dist: namex ==0.0.7
Requires-Dist: numpy ==1.26.4
Requires-Dist: opencv-python ==4.9.0.80
Requires-Dist: opt-einsum ==3.3.0
Requires-Dist: optree ==0.11.0
Requires-Dist: packaging ==24.0
Requires-Dist: protobuf ==4.25.3
Requires-Dist: Pygments ==2.17.2
Requires-Dist: requests ==2.31.0
Requires-Dist: rich ==13.7.1
Requires-Dist: scikit-learn ==1.4.2
Requires-Dist: scipy ==1.13.0
Requires-Dist: six ==1.16.0
Requires-Dist: tensorboard ==2.16.2
Requires-Dist: tensorboard-data-server ==0.7.2
Requires-Dist: tensorflow ==2.16.1
Requires-Dist: tensorflow-io-gcs-filesystem ==0.36.0
Requires-Dist: termcolor ==2.4.0
Requires-Dist: threadpoolctl ==3.4.0
Requires-Dist: typing-extensions ==4.11.0
Requires-Dist: urllib3 ==2.2.1
Requires-Dist: Werkzeug ==3.0.2
Requires-Dist: wrapt ==1.16.0

# AITracker

## What is this?

AITracker is a deep learning neural network designed to take an image of a person's eyes and determine the direction they are looking in. This repo is a Python module designed to be as easy to use as possible.

## Note

This module requires the `shape_predictor_68_face_landmarks.dat` file used in dlib, which can be found at this [link](https://github.com/tzutalin/dlib-android/blob/master/data/shape_predictor_68_face_landmarks.dat).

## How to use

Simply install using the command:

`pip3 install aitracker`

## Examples

### Instantiation

```
```

### Usage

```
```

### Other information

```
```
