CaelCoruscare / WildSort

An AI-Empowered program for quickly sorting photos of animals, especially from camera traps. Outputs to a spreadsheet document in a visualization-friendly format. I created this for Action for Cheetahs in Kenya.
https://www.actionforcheetahs.org/
MIT License
0 stars 0 forks source link
ai conservation-bio image-classification image-recognition

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