Skip to content

2. Project Definition

Rudra Barad edited this page Apr 1, 2021 · 1 revision

The main highlight of our project is facing Recognition using OpenCV Python, in which we capture images of customers through webcam and then check that image in the database in order to know whether the customer is new or repeated.

We have also used incorporated ML models for predicting Age, Gender, and Sentiments of the customer which could prove to be useful to the business owners. We have used SQlite3 for storing images of the customers and other details like Id, Age, Gender, Sentiments, etc in the database.

We have also made a website that operates on the Server side using Pug and HTML/CSS for the front end and Node Js for the back end. Now the Owner can directly view the relevant details directly on the website.

Clone this wiki locally