Effortless data labeling with AI support
Project description
🌟 AnyLabeling 🌟
Effortless data labeling with AI support from YOLO and Segment Anything!
AnyLabeling = LabelImg + Labelme + Improved UI + Auto-labeling
Youtube Demo: https://www.youtube.com/watch?v=5iQSGL7ebXE
I. Install and run
-
Requirements: Python >= 3.8
-
Recommended: Miniconda/Anaconda https://docs.conda.io/en/latest/miniconda.html
-
Create environment:
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. Build executable
- Install PyInstaller:
pip install -r requirements-dev.txt
- Build:
bash build_executable.sh
- Check the outputs in:
dist/
.
IV. References
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
anylabeling-0.2.4.tar.gz
(660.2 kB
view details)
Built Distribution
anylabeling-0.2.4-py3-none-any.whl
(697.3 kB
view details)
File details
Details for the file anylabeling-0.2.4.tar.gz
.
File metadata
- Download URL: anylabeling-0.2.4.tar.gz
- Upload date:
- Size: 660.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 78f796f7655b2ca54f352485eb3a1563d0e4e2f373ba3377d5de1ff66bbc7779 |
|
MD5 | 3befeba94043b5b4f21bd36e2ae9c2dc |
|
BLAKE2b-256 | 85357711cf29c03327f0c5de8e48bb978c80cddd18ac28f01efe2638b4f12c3d |
File details
Details for the file anylabeling-0.2.4-py3-none-any.whl
.
File metadata
- Download URL: anylabeling-0.2.4-py3-none-any.whl
- Upload date:
- Size: 697.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1fa2c5377ef1abc47932a3e5837197bb735063dd5c35c424409dbfc00b74cf1e |
|
MD5 | e278da3e7bbf66f3ab74d7b3cbe47661 |
|
BLAKE2b-256 | d57de934b81d940401edfd17e9a136b00a20d9a46f94e91c530dda05307356e4 |