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.
# 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