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=xLVz-f6OeUY
- Documentation: https://anylabeling.com
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.9.tar.gz
(661.5 kB
view details)
Built Distribution
anylabeling-0.2.9-py3-none-any.whl
(698.6 kB
view details)
File details
Details for the file anylabeling-0.2.9.tar.gz
.
File metadata
- Download URL: anylabeling-0.2.9.tar.gz
- Upload date:
- Size: 661.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f2ad5ffb12cd7ed5bdd349c7a5f090ecd0ee9262e954fc19e020803789af4958 |
|
MD5 | ad134e02b570096720ded0f651eb0dd7 |
|
BLAKE2b-256 | a1f6b481803051cb87f4ac45a08869fbef2f0dc3c7541bf3abecb466191b1f2e |
File details
Details for the file anylabeling-0.2.9-py3-none-any.whl
.
File metadata
- Download URL: anylabeling-0.2.9-py3-none-any.whl
- Upload date:
- Size: 698.6 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 | 4502f4e51754ffea8e8bab732bcf55f6ae7e2ce0034441a7841ed0dbbf65af61 |
|
MD5 | 3870fbbdbb7dbf6eadf0f7b6ad302cb1 |
|
BLAKE2b-256 | 42b5d9a2f3b3e470295d9472a5fb065e1f85a7dd2a4722da765eedc350641c63 |