{% block header %}{% endblock %} {% block navbar %} {% endblock %} {% block content %}

Face recognition service

The service allows you to process the video stream with a model for recognizing people. To work with the service, you need the following:

  1. Upload a model or use a ready-made one.
  2. Provide access to the camera.

The service provides the following functionality:

  1. Using your model.
  2. Adding persons to the database.
  3. Deleting data from the database.

Service for using AI models

The service is used so that you can upload your model and run it on a video stream from a webcam. To work with the service, you need the following:

  1. Upload a model or use a ready-made one.
  2. Provide access to the camera.

The service provides the following functionality:

  1. Using your model.
  2. Saving model operation data.
  3. Deleting data from the database.
{% endblock %}