voxel51 / fiftyone-brain

Open source AI/ML capabilities for the FiftyOne ecosystem
https://fiftyone.ai/brain.html
Apache License 2.0
128 stars 3 forks source link

**Open Source AI from [Voxel51](https://voxel51.com)** FiftyOne WebsiteFiftyOne DocsFiftyOne Brain DocsBlogCommunity [![PyPI python](https://img.shields.io/pypi/pyversions/fiftyone-brain)](https://pypi.org/project/fiftyone-brain) [![PyPI version](https://badge.fury.io/py/fiftyone.svg)](https://pypi.org/project/fiftyone-brain) [![Downloads](https://static.pepy.tech/badge/fiftyone-brain)](https://pepy.tech/project/fiftyone-brain) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE) [![Slack](https://img.shields.io/badge/Slack-4A154B?logo=slack&logoColor=white)](https://slack.voxel51.com) [![Medium](https://img.shields.io/badge/Medium-12100E?logo=medium&logoColor=white)](https://medium.com/voxel51) [![Mailing list](http://bit.ly/2Md9rxM)](https://share.hsforms.com/1zpJ60ggaQtOoVeBqIZdaaA2ykyk) [![Twitter](https://img.shields.io/twitter/follow/Voxel51?style=social)](https://twitter.com/voxel51)


FiftyOne Brain contains the open source AI/ML capabilities for the FiftyOne ecosystem, enabling users to automatically analyze and manipulate their datasets and models. FiftyOne Brain includes features like visual similarity search, query by text, finding unique and representative samples, finding media quality problems and annotation mistakes, and more 🚀

Documentation

Public documentation for the FiftyOne Brain is available here.

Installation

The FiftyOne Brain is distributed via the fiftyone-brain package, and a suitable version is automatically included with every fiftyone install:

pip install fiftyone
pip show fiftyone-brain

Installing from source

If you wish to do a source install of the latest FiftyOne Brain version, simply clone this repository:

git clone https://github.com/voxel51/fiftyone-brain
cd fiftyone-brain

and run the install script:

# Mac or Linux
bash install.bash

# Windows
.\install.bat

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:

# Mac or Linux
bash install.bash -d

# Windows
.\install.bat -d

Check out the contribution guide to get started.

Uninstallation

pip uninstall fiftyone-brain

Repository layout

Citation

If you use the FiftyOne Brain in your research, please cite the project:

@article{moore2020fiftyone,
  title={FiftyOne},
  author={Moore, B. E. and Corso, J. J.},
  journal={GitHub. Note: https://github.com/voxel51/fiftyone-brain},
  year={2020}
}