Awesome
FiftyOne Brain
The brains behind FiftyOne.
Repository Layout
-
docs/
documentation about the repository and project -
experiments/
internal-only examples that demonstrate concrete value-add of the FiftyOne Brain -
fiftyone/brain/
definition of thefiftyone.brain
packagefiftyone/brain/internal/
all propreitary internal code powering the public namespace of the Brain (TODO: refactor for open source)
-
production/
work needed to generate production models, code, etc., associated with the Brain. It contains scripts and such for repeatable, versioned model training for uniqueness, for example -
requirements/
Python requirements for the project -
tests/
tests for the various components of the Brain
Installation
Clone the repository:
git clone https://github.com/voxel51/fiftyone-brain
cd fiftyone-brain
and install it:
bash install.bash
Developer installation
If you are a developer contributing to this repository, you should perform a
developer installation using the -d
flag of the install script:
bash install.bash -d
You should also checkout the Developer's Guide to get started.
Uninstallation
pip uninstall fiftyone-brain