This project is used for the purpose of indentifying different items in the retail sector using vision retail.Specifically, this automated checkout system uses Computer Vision, AI and IoT sensors to identify products, track costumers and automatically process transactions without using traditional checkout system.
It is recommended to create a virtual environment with conda:
conda create -n ai_product_identification python=3.9.21
And activate it:
conda activate ai_product_identification
Install dependencies:
pip -r requirements.txt
Run the application:
python MainGUI.py