Metadata-Version: 2.1
Name: AITracker
Version: 0.9.9
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==2.1.0
Requires-Dist: astunparse==1.6.3
Requires-Dist: cachetools==5.3.2
Requires-Dist: certifi==2024.2.2
Requires-Dist: charset-normalizer==3.3.2
Requires-Dist: dlib==19.24.2
Requires-Dist: flatbuffers==23.5.26
Requires-Dist: gast==0.5.4
Requires-Dist: google-auth==2.28.0
Requires-Dist: google-auth-oauthlib==1.2.0
Requires-Dist: google-pasta==0.2.0
Requires-Dist: grpcio==1.60.1
Requires-Dist: h5py==3.10.0
Requires-Dist: idna==3.6
Requires-Dist: joblib==1.3.2
Requires-Dist: keras==2.15.0
Requires-Dist: libclang==16.0.6
Requires-Dist: macholib==1.16.3
Requires-Dist: Markdown==3.5.2
Requires-Dist: MarkupSafe==2.1.5
Requires-Dist: matplotlib==3.8.3
Requires-Dist: ml-dtypes==0.2.0
Requires-Dist: numpy==1.26.4
Requires-Dist: oauthlib==3.2.2
Requires-Dist: opencv-python==4.9.0.80
Requires-Dist: opt-einsum==3.3.0
Requires-Dist: packaging==23.2
Requires-Dist: protobuf==4.25.3
Requires-Dist: pyasn1==0.5.1
Requires-Dist: pyasn1-modules==0.3.0
Requires-Dist: requests==2.31.0
Requires-Dist: requests-oauthlib==1.3.1
Requires-Dist: rsa==4.9
Requires-Dist: scikit-learn==1.4.1.post1
Requires-Dist: scipy==1.12.0
Requires-Dist: six==1.16.0
Requires-Dist: tensorboard==2.15.2
Requires-Dist: tensorboard-data-server==0.7.2
Requires-Dist: tensorflow==2.15.0
Requires-Dist: tensorflow-estimator==2.15.0
Requires-Dist: tensorflow-io-gcs-filesystem==0.36.0
Requires-Dist: termcolor==2.4.0
Requires-Dist: threadpoolctl==3.3.0
Requires-Dist: typing_extensions==4.9.0
Requires-Dist: urllib3==2.2.1
Requires-Dist: Werkzeug==3.0.1
Requires-Dist: wrapt==1.14.1

# 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

```
```
