pasquale90 / pixano

Data-centric AI building blocks for computer vision applications

Home Page:https://pixano.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pixano

Data-centric AI building blocks for computer vision applications

Under active development, subject to API change

GitHub version PyPI version Documentation License Python version

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

Fixes required

  • change accordingly the ASSETS_PATH AND TEMPLATE_PATH variables located within the
    • pixano/apps/annotator/serve.py
    • pixano/apps/explorer/serve.py

Installing Active Learning

  • you may follow instructions to install and run the customAL-demo

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

Please refer to the CONTRIBUTING.md for information on running Pixano locally and guidelines on how to publish your contributions.

License

Pixano is licensed under the CeCILL-C license.

About

Data-centric AI building blocks for computer vision applications

https://pixano.github.io

License:Other


Languages

Language:Jupyter Notebook 40.2%Language:Python 30.5%Language:Svelte 17.1%Language:TypeScript 11.6%Language:JavaScript 0.4%Language:HTML 0.1%Language:CSS 0.1%