intel-retail / automated-self-checkout

The Intel® Automated Self-Checkout Reference Package provides critical components required to build and deploy a self-checkout use case using Intel® hardware, software, and other open-source components.
https://intel-retail.github.io/documentation/use-cases/automated-self-checkout/automated-self-checkout.html
Apache License 2.0
27 stars 22 forks source link

feat: Added automated checkout notebook #570

Closed antoniomtz closed 5 months ago

antoniomtz commented 5 months ago

PR Checklist

What are you changing?

Added jupyter notebook for automated checkout use case

Issue this PR will close

close: #issue_number

Anything the reviewer should know when reviewing this PR?

  1. cd notebooks
  2. docker build . -t automated-checkout
  3. docker run -it --device=/dev/dri --device=/dev/video0 --privileged --group-add=$(stat -c "%g" /dev/dri/render* | head -n 1) -p 8888:8888 automated-checkout
  4. open URL that was prompted in console: http://localhost:8888/lab?token=
  5. Run notebook

If the there are associated PRs in other repositories, please link them here (i.e. intel-retail/automated-self-checkout )