Configure Celery to run as Daemon service

I am writing this post after consolidating my today’s deep search on How to configure celery to run as a Daemon?. I found many articles on the internet which are not enough and clear. After going through all the steps finally, I planned to write a blog which will have complete step-by-step procedure to make celery worker run as a Daemon.celery=as=daemon Continue reading “Configure Celery to run as Daemon service”

How to Install labelImg in Ubuntu 16.04 and Mac

In Computer Vision Problems Image Annotation is much important to detect and mark faces in images. labelImg is an excellent tool which makes the face annotation boxes to XML files easily. Here is how you can Install and Configure on your Ubuntu 16.04 machine. There are two Separate procedures to be followed for Python2 and Python3. We at WandResearchMachine Learning for Small Business use this tool when there is a need for training. Have a look at our website https://wandresearch.in Continue reading “How to Install labelImg in Ubuntu 16.04 and Mac”