Digital-Naturalism-Laboratories / bucket-o-bugs

Sort through wild bugs (insects) localized from a specific location in the world to help humans id them hierarchically
Creative Commons Zero v1.0 Universal
1 stars 0 forks source link

Create BoB package #13

Open egrace479 opened 3 weeks ago

egrace479 commented 3 weeks ago

It would probably be easier to use BoB if we turned it into a package. Before doing that, it may be good to make a decision on sticking with Voxel's fiftyone or using CVAT, since the required files and formats are different (not that we couldn't get a pre-release up).

quitmeyer commented 3 weeks ago

cool! what does making it a package mean? Like a thing i can install with pip install BoB ?

egrace479 commented 3 weeks ago

If we upload it to PyPI, then yes! Otherwise it would still be installable with

pip install git+https://github.com/Digital-Naturalism-Laboratories/bucket-o-bugs

Just requires a pyproject.toml file and moving the scripts into src/bob with an __about__.py and a little structure.