FiftyOne Brain
Project description
Open Source AI from Voxel51
FiftyOne Website • FiftyOne Docs • FiftyOne Brain Docs • Blog • Community
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
fiftyone/brain/
definition of thefiftyone.brain
namespacerequirements/
Python requirements for the projecttests/
tests for the various components of the Brain
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}
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file fiftyone_brain-0.18.0.tar.gz
.
File metadata
- Download URL: fiftyone_brain-0.18.0.tar.gz
- Upload date:
- Size: 92.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e63d68bc79fb136311f7a1efd678c8c35250684bbf1a47d47ca98627847a1fb8 |
|
MD5 | 1e6775afb9a80bf84dcf2f00f5d9fd15 |
|
BLAKE2b-256 | 2822e9687acd6a1ff2c5e99c62f0624dae0c10cd51e05b2f054912ae4fa7ec6e |
File details
Details for the file fiftyone_brain-0.18.0-py3-none-any.whl
.
File metadata
- Download URL: fiftyone_brain-0.18.0-py3-none-any.whl
- Upload date:
- Size: 96.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2adc266afb2cf4c4d58879ae05e37b6a47987ab68db26590d45d47ac3034a39f |
|
MD5 | 78a615221d17eff73778f3851555c1cc |
|
BLAKE2b-256 | c64054f53e9bc07a1a78da4da70a639ff2291a4e9bfd2cc114c262ef95d51a29 |