Skip to content

juan11perez/mlapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 

Repository files navigation

mlapi

Docker container for https://github.com/zoneminder/mlapi

Start the container:

 mlapi:
    container_name: mlapi
    image: juan11perez/mlapi
    restart: unless-stopped
    privileged: true
    hostname: UNRAID  
    volumes:
    - /mnt/cache/appdata/cctv/mlapi:/config
    ports:
    - "5000:5000"

Create user in the persistent config volume with below commands:

docker exec -it mlapi /bin/bash
cd /config && python3 /var/lib/zmeventnotification/mlapi_dbuser.py
exit

At this time modify secrets.ini and mlapiconfig.ini in /config. If you restart without modifying these files the container will fail.

Restart the container.

The docker incorporates yolov and coral models as well as Open CV built from source.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published