Skip to content

zenika-open-source/zevision

Repository files navigation

Face recognition and analysis & Object detection API

This project provides an API for face detection, sentiment analysis and object detection that can be easily used by developers in custom-made applications.

image

The models are based on state of the art computer vision libraries.

A REST API allows for the training and usage of the models.

It can run natively on the machine or in a docker container.

Watch a short presentation here.

Environnement Setup & Installation

Locally

On a Ubuntu 16.04 terminal, while in the repository's directory, launch sudo bash setup.sh- the installation of all the necessary tools would be underway after you enter your root password.

Support for Windows and MacOS is coming soon.

Using Docker

In progress

Library Usage Guide

The library contains the Python code used for the model training and prediction. Library usage and documentation here.

API Usage Guide

The API allows access to the different features of the library. API usage and documentation here