OmkarThawakar / anylabeling

Effortless AI-assisted data labeling with AI support from Segment Anything and YOLO!

Home Page:https://pypi.org/project/anylabeling/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🌟 AnyLabeling 🌟

Effortless data labeling with AI support from YOLO and Segment Anything!

AnyLabeling = LabelImg + Labelme + Improved UI + Auto-labeling

PyPI license open issues Pypi Downloads

AnyLabeling

Youtube Demo: https://www.youtube.com/watch?v=5iQSGL7ebXE

I. Install and run

conda create -n anylabeling python=3.8
conda activate anylabeling
  • (For macOS only) Install PyQt5 using Conda:
conda install -c conda-forge pyqt==5.15.7
  • Install anylabeling:
pip install anylabeling
  • Run app:
anylabeling

Or

python -m anylabeling.app

II. Development

  • Generate resources:
pyrcc5 -o anylabeling/resources/resources.py anylabeling/resources/resources.qrc
  • Run app:
python anylabeling/app.py

III. References

  • Labeling UI built with ideas and components from LabelImg, labelme.
  • Icons: Flat Icons

About

Effortless AI-assisted data labeling with AI support from Segment Anything and YOLO!

https://pypi.org/project/anylabeling/

License:GNU General Public License v3.0


Languages

Language:Python 99.9%Language:Shell 0.1%