Data-centric AI building blocks for computer vision applications
Project description
Data-centric AI building blocks for computer vision applications
Under active development, subject to API change
Installing Pixano
As Pixano requires specific versions for its dependencies, we recommend creating a new Python virtual environment to install it.
For example, with conda:
conda create -n pixano_env python=3.10
conda activate pixano_env
Then, you can install the Pixano package inside that environment with pip:
pip install pixano
Using your datasets
Please refer to our Jupyter notebooks for importing and exporting your datasets.
Using the Pixano apps
Please refer to these links for using the Pixano Explorer and the Pixano Annotator apps.
Contributing
If you find a bug or you think of some missing features that could be useful while using Pixano, please open an issue!
To contribute more actively to the project, you are welcome to develop the fix or the feature you have in mind, and create a pull request!
And if you want to change the application to your liking, feel free to fork this repository!
License
Pixano is licensed under the CeCILL-C license.
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.