You are on page 1of 7

REAL TIME VIEWING

Can view at any time what products you have in the fridge through an application on
your phone.
Cameras are fixed inside the fridge at different angles so that we can view from every
perspective.
3D MODEL
EXPIRY DATE SENSING
The cameras in the fridge will take an image of the expiry date on the bottle. The
date will then get stored in a database and two days before the date approaches,
an alert will be sent to the customer via the app.
EXPIRY DATE SENSING HOW DOES IT WORK?
Will work using language Python.
The computer needs to be trained with the digits 0-9 (Training means inputting
different images of the digits so it can compare with the image being tested)
The more you train the program, the higher will be your accuracy of the image
processed.
The training should be done 1) With the object and 2) without the object.
After training the programme, we need to cut just the digit in the image for the
Region of Interest so that the program will give an accurate comparison.
After that we input a date we want to test.
The program will return a date (for eg. 11-01-2017) as 8 different values.
This can be used to be compared with the computers clock. Date,
Python has a http library so we can send an email message using it.
EXPIRY DATE SENSING HOW DOES IT WORK?

You might also like