Skip to content

tmosest/uno_detection

Repository files navigation

Uno Detection

Simple project for detecting uno cards.

Project in Code Lab

https://colab.research.google.com/drive/18rHmxsDDKSGdI6HxJYznwqM137kPK28o#scrollTo=cdUHfaNU97b1

Install

Run the following commands:

  • python setup.py sdist
  • pip install dist/unodetection-0.0.1.tar.gz

Testing

Run the following command (uses unittest):

  • python setup.py test

Notes

  • Remove large files
git filter-branch --force --index-filter \
  'git rm --cached --ignore-unmatch unodetection/data/cards' \
  --prune-empty --tag-name-filter cat -- --all

About

Repo for uno card detection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors