JGuillaumin / annot_tool

Annotation Tool with Dash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set local env with conda

conda create --name annot_tool python=3.10 -y

conda activate annot_tool
pip install -r requirements.txt -r requirements-dev.txt

Setup pre-commit hooks

pre-commit install

About

Annotation Tool with Dash


Languages

Language:Python 76.9%Language:Jupyter Notebook 23.1%