bluefox8976 / Helpy

An software solution for persons who have visionary and hearing disablities.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Helpy

Developed With:

Ruby

A software solution for differently abled persons.


Real-time object detection application

Web application for real-time object detection on video streaming via web browser.

layout

Installation

Create and activate an virtual environment, as follows:

$ cd cloned/directory/
$ python -m venv env
$ env/Scripts/activate

After have installed and activated the environment, install all the dependencies:

$ pip install -r requirements.txt

After that, you can run the following command and access the application at 127.0.0.1:5000 on your browser.

$ python application.py

obs.: This application was tested only on Google Chrome.

Download model

To download the yolov3.weights, just run:

$ cd models/
$ python dl-weights.py

Usage

  • Camera preview: Enables and disables the webcam preview.
  • Run detection model: Enables and disables the detection model.
  • Exposure: Buttons which increase or decrease camera exposure stops by 1.
  • Contrast: Buttons which increase or decrease camera contrast stops by 4.
  • Reset camera: Reset all camera settings based on camera_settings.log file.

About

An software solution for persons who have visionary and hearing disablities.


Languages

Language:Python 96.6%Language:C 2.9%Language:HTML 0.1%Language:JavaScript 0.1%Language:Fortran 0.1%Language:Cython 0.1%Language:CSS 0.1%Language:Shell 0.0%Language:PowerShell 0.0%Language:Xonsh 0.0%