Find My Kids is recommended to be deployed via Docker containerization, here is the detailed installation and configuration process:
environmental preparation
- Installing Docker and the Docker Compose runtime environment
- Sign up for a WhatsApp Green API account and get InstanceId/Token credentials
Project deployment
- fulfillment
git clone https://github.com/t0mer/Find-my-kids.gitcloning project - In the project directory create the
.envfile to configure API credentials:
GREEN_API_INSTANCE=your_instance_id
GREEN_API_TOKEN=your_api_token - Create a catalog of training images
find-my-kids/images/trainer/Create sub-folders by child's name and put in 5-10 clear, front-facing photos.
system startup
(of a computer) rundocker-compose up -dStart the service, which listens on port 7020 by default, via thehttp://localhost:7020You can access the web management interface. Attention:
- For the first time, you need to train the model by clicking the re-train button on the Gallery page.
- Ensure WhatsApp account is swept for authorization and join monitoring groups
- If the container starts abnormally, the
docker logs find-my-kidstroubleshooting
This answer comes from the articleFind My Kids: child safety monitoring tool through facial recognition and WhatsApp notificationsThe































