This repo contains all the code for the customer pipeline. This includes a dashboard to add a new customer, a script to do all the SVM retraining and a script to automaticly learn new customers.
This project requires you to install following dependecies to work.
- Facenet
- CUDA and cuDNN
- Tensorflow-gpu 1.0
- OpenCV 3
- ROS (Indigo or newer)
Follow the steps below to install and run this project on your local machine.
- Clone this repository
$ git clone https://github.com/PXL-IT/SmartShop_Customer_Pipeline.git
- Give all the scripts run permission
$ sudo chmod u+x script_name.py
- Start a roscore
$ roscore
- Now you can run the scripts
This project is licensed under the MIT License - see the LICENSE.md file for details.