Next Generation Cashier Management Retails .
Smartcheckuot is an application as a replacement for traditional cashiers using object detection and machine learning.
- Realtime Price: Changing prices on products is faster and more updated using a customized price list so that price changes will be faster
- Easy to use: The application is designed to be easy for users to use and with optimized output
- Cross Device: The application can be used by any device, whether desktop, mobile or tablet. Flexible application size to adjust to each screen and neatly arranged layout to maximize page performance.
- Realtime object detection: A feature has been provided to display prices via webcam on each device with one click.
Open a terminal and run:
$ git clone https://github.com/ahrdadan/smartcheckout.git
$ cd smartcheckout && pip install -r requirements.txt
$ streamlit run streamlit_app.py
Make sure you have installed ffmpeg
. Please read this page to install it.
$ docker pull ahrdadan/smartcheckout:latest
$ docker run -d -p 8501:8501 ahrdadan/smartcheckout
MIT License © 2024