Metadata-Version: 2.4
Name: easy-image-labeling
Version: 2.3.0
Summary: A simple Flask-based web app for labeling image datasets by uploading and assigning images to user-defined categories.
Author-email: Niklas Müller <n.mueller@medienagentur24.eu>
License-Expression: BSD-3-Clause
Keywords: one,two
Classifier: Framework :: Flask
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: flask
Requires-Dist: Flask-WTF
Requires-Dist: waitress
Requires-Dist: dash
Requires-Dist: dash-bootstrap-components
Requires-Dist: pandas
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Dynamic: license-file

# easy-image-labeling
This is a lightweight Python application with a Flask-powered web interface that runs locally. It allows users to upload unlabeled image datasets and assign each image to custom-defined labels. The goal is to gradually build a structured, labeled dataset for use in machine learning or other data-driven tasks.
