Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.55 KB

README.md

File metadata and controls

49 lines (33 loc) · 1.55 KB

Call with eyes

Table of Contents

About

Project that uses a neural network to detect movement in a person's eyes and then detect a gesture to request support through an auditory signal or message.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them.

Python 3.11.8

Installing

A step by step series of examples that tell you how to get a development env running.

For Windows users

1. Open the command prompt.
2. Clone the repository: https://github.com/belan581/call-with-eyes.git
3. Navigate to the project directory.
4. Create the virtual environment: python -m venv venv
5. Activate the virtual environment: venv\Scripts\activate.bat
6. Run the command: pip install -r requirements.txt

Usage

  • Run the command: python main.py for running the program.
  • Run the command: python get_data_for_train.py for running the program that will capture the data for the neural network.
  • Run the command python ANN_call_with_eyes.py for training the neural network.