Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leukaemiamedtech/hias-tassai-facial-recognition

HIAS TassAI Facial Recognition Agent processes streams from local or remote cameras to identify known and unknown humans.
https://github.com/leukaemiamedtech/hias-tassai-facial-recognition

ai-agent facial-identification facial-recognition hias tassai tassai-usb

Last synced: 3 months ago
JSON representation

HIAS TassAI Facial Recognition Agent processes streams from local or remote cameras to identify known and unknown humans.

Awesome Lists containing this project

README

        

# Asociación de Investigacion en Inteligencia Artificial Para la Leucemia Peter Moss
## HIAS TassAI Facial Recognition Agent

![HIAS TassAI Facial Recognition Agent](assets/images/project-banner.jpg)

[![CURRENT RELEASE](https://img.shields.io/badge/CURRENT%20RELEASE-0.1.0-blue.svg)](https://github.com/AIIAL/HIAS-TassAI-Facial-Recognition-Agent/tree/0.1.0) [![UPCOMING RELEASE](https://img.shields.io/badge/CURRENT%20DEV%20BRANCH-1.0.0-blue.svg)](https://github.com/AIIAL/HIAS-TassAI-Facial-Recognition-Agent/tree/1.0.0) [![Contributions Welcome!](https://img.shields.io/badge/Contributions-Welcome-lightgrey.svg)](CONTRIBUTING.md) [![Issues](https://img.shields.io/badge/Issues-Welcome-lightgrey.svg)](issues) [![LICENSE](https://img.shields.io/badge/LICENSE-MIT-blue.svg)](LICENSE) [![PEP8](https://img.shields.io/badge/code%20style-pep8-orange.svg)](https://www.python.org/dev/peps/pep-0008/) [![Documentation Status](https://readthedocs.org/projects/tassai/badge/?version=latest)](https://tassai.readthedocs.io/en/latest/?badge=latest)
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/5000/badge)](https://bestpractices.coreinfrastructure.org/projects/5000)

 

# Table Of Contents

- [Introduction](#introduction)
- [Intel® Movidius™ Neural Compute Stick 1](#intel-movidius-neural-compute-stick-1)
- [Intel® Movidius™ Neural Compute Stick 2](#intel-movidius-neural-compute-stick-2)
- [GETTING STARTED](#getting-started)
- [Contributing](#contributing)
- [Contributors](#contributors)
- [Versioning](#versioning)
- [License](#license)
- [Bugs/Issues](#bugs-issues)

 

# Introduction

Security is an important issue for hospitals and medical centers to consider. Today's Facial Recognition can provide ways of automating security in the medical industry, reducing staffing costs and making medical facilities safer for both patients and staff.

**HIAS TassAI Facial Recognition Agent** processes streams from **USB connected cameras** and uses **facial detection**/**facial reidentification** and a **facial landmark classifier** powered by **OpenVINO**, allowing inference on the **CPU** or **VPU** (**Intel® Movidius™ Neural Compute Stick** or **Intel® Neural Compute Stick 2**) to identify known and unknown humans.

Once TassAI identifies a known person or an intruder it can communicate with other devices and applications on the HIAS network, for example, it could send a request to the [HIAS GeniSysAI NLP Agent](https://github.com/AIIAL/HIAS-GeniSysAI-NLP-Agent) and start communication with the person, or sound an alarm in the event of an intruder.

 

# Intel® Movidius™ Neural Compute Stick 1
![Intel® Movidius™ Neural Compute Stick](assets/images/intel-movidius-ncs-1.jpg)
In this project we use the The Intel® Movidius™ product is a USB appliance that can be plugged into low-powered edge devices such as Raspberry Pi and UP Squared, and basically takes the processing off the CPU and onto the Intel Movidius brand chip, decreasing inference times.

 

# Intel® Movidius™ Neural Compute Stick 2
![Intel® Movidius™ Neural Compute Stick 2](assets/images/intel-movidius-ncs-2.jpg)
The Intel® Movidius™ Neural Compute Stick 2 is the latest version of the Neural Compute Stick.

 

# GETTING STARTED

To get started head to the [documenation](docs/index.md) guide.

 

# Contributing
Asociación de Investigacion en Inteligencia Artificial Para la Leucemia Peter Moss encourages and welcomes code contributions, bug fixes and enhancements from the Github community.

Please read the [CONTRIBUTING](CONTRIBUTING.md "CONTRIBUTING") document for a full guide to forking our repositories and submitting your pull requests. You will also find our code of conduct in the [Code of Conduct](CODE-OF-CONDUCT.md) document.

## Contributors
- [Adam Milton-Barker](https://www.leukemiaairesearch.com/association/volunteers/adam-milton-barker "Adam Milton-Barker") - [Asociación de Investigacion en Inteligencia Artificial Para la Leucemia Peter Moss](https://www.leukemiaresearchassociation.ai "Asociación de Investigacion en Inteligencia Artificial Para la Leucemia Peter Moss") President/Founder & Lead Developer, Sabadell, Spain

 

# Versioning
We use [SemVer](https://semver.org/) for versioning.

 

# License
This project is licensed under the **MIT License** - see the [LICENSE](LICENSE "LICENSE") file for details.

 

# Bugs/Issues
We use the [repo issues](issues "repo issues") to track bugs and general requests related to using this project. See [CONTRIBUTING](CONTRIBUTING.md "CONTRIBUTING") for more info on how to submit bugs, feature requests and proposals.