Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lit26/streamlit-img-label
streamlit-img-label is a graphical image annotation tool using streamlit. Annotations are saved as XML files in PASCAL VOC format.
https://github.com/lit26/streamlit-img-label
computer-vision image-annotation image-processing
Last synced: 14 days ago
JSON representation
streamlit-img-label is a graphical image annotation tool using streamlit. Annotations are saved as XML files in PASCAL VOC format.
- Host: GitHub
- URL: https://github.com/lit26/streamlit-img-label
- Owner: lit26
- Created: 2021-12-28T02:43:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-21T19:58:59.000Z (over 2 years ago)
- Last Synced: 2024-10-16T05:27:57.835Z (29 days ago)
- Topics: computer-vision, image-annotation, image-processing
- Language: Python
- Homepage:
- Size: 31.3 MB
- Stars: 126
- Watchers: 2
- Forks: 27
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Streamlit Image Labelling - Blog post
streamlit-img-label is a graphical image annotation tool using streamlit. Annotations are saved as XML files in PASCAL VOC format.
## Installation
In your python virtual environment, run:
```sh
pip install streamlit-img-label
```## Example
```sh
streamlit run app.py
```## Demo
![Demo](asset/st_img_label.gif)## Reference
- [streamlit-cropper](https://github.com/turner-anderson/streamlit-cropper)
## Donation
If you think this project is cool, please consider [buying me a coffee](https://www.paypal.com/paypalme/TIANNINGL/)