Metadata-Version: 2.4
Name: deeplabelnet
Version: 0.1.4
Summary: DeepLabelNet: Jupyter-like image annotation tool built with Django
Home-page: https://bitbucket.org/your-bitbucket-username/deeplabelnet
Author: Dr HS Nagendraswamy
Author-email: nagendraswamy@uni-mysore.ac.in
Classifier: Framework :: Django
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Image Recognition
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: asgiref==3.8.1
Requires-Dist: contourpy==1.3.2
Requires-Dist: cycler==0.12.1
Requires-Dist: Django==5.2.1
Requires-Dist: django-crispy-forms==2.4
Requires-Dist: djangorestframework==3.16.0
Requires-Dist: filelock==3.18.0
Requires-Dist: fonttools==4.58.0
Requires-Dist: fsspec==2025.3.2
Requires-Dist: gunicorn==23.0.0
Requires-Dist: Jinja2==3.1.6
Requires-Dist: kiwisolver==1.4.8
Requires-Dist: MarkupSafe==3.0.2
Requires-Dist: matplotlib==3.10.3
Requires-Dist: mpmath==1.3.0
Requires-Dist: networkx==3.4.2
Requires-Dist: numpy==2.2.5
Requires-Dist: opencv-python==4.11.0.86
Requires-Dist: packaging==25.0
Requires-Dist: pillow==10.4.0
Requires-Dist: psycopg2-binary==2.9.10
Requires-Dist: pyparsing==3.2.3
Requires-Dist: python-dateutil==2.9.0.post0
Requires-Dist: six==1.17.0
Requires-Dist: sqlparse==0.5.3
Requires-Dist: sympy==1.14.0
Requires-Dist: torch==2.7.0
Requires-Dist: torchvision==0.22.0
Requires-Dist: typing_extensions==4.13.2
Requires-Dist: tzdata==2025.2
Requires-Dist: whitenoise==6.9.0
Requires-Dist: ultralytics==8.3.149
Requires-Dist: ultralytics-thop==2.0.14
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# DeepLabelNet

**DeepLabelNet** is a Jupyter-like image annotation tool built with Django. It provides an intuitive web-based interface to manually draw, label, and manage bounding boxes on images — ideal for computer vision datasets, especially for object detection tasks such as traffic sign detection.

![DeepLabelNet Interface](https://your-image-link-if-any)

---

## ✨ Features

- 📂 Upload and organize datasets
- 🖼️ Interactive image annotation with bounding boxes
- 🔍 Zoom, pan, and draw tools
- 💾 Export annotations in YOLO or COCO format
- 🧠 Integration-ready with training pipelines (PyTorch, Ultralytics YOLO, etc.)
- 🔐 User authentication and dashboard interface
- ⚡ Built with Django, OpenCV, Torch, and Ultralytics

---

## 📦 Installation

```bash
pip install deeplabelnet
