Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 398 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 398 Bytes

WildSort

An AI-Empowered (or not) program for quickly sorting photos of animals, escpecially from camera traps.

Install Packages: % poetry install

Build: % poetry shell % pyinstaller wild-sort.spec

Run: % poetry run wild_sort/main.py

Add a missing package: % poetry add package-name

Use Poetry to open a virtual shell that has all packages installed: % poetry shell