SODAL (Secure Object Detection and Auto-Labeling Framework): A simple yet powerful CNN wrapper for object detection, auto-labeling, training, evaluation, and model security with password protection.
Project description
🧠 SODALMODEL
A unified deep learning library for image classification, object detection, and automatic dataset labeling — powered by TensorFlow, OpenCV, ultralytics and NumPy — but easy to use with just one line of code!
🔥 Features
🎯 Object Detection — SVOL (Smart Vision Object Locator)
- 🚀 Pre-trained EfficientDet D0 model from TensorFlow Hub
- 🖼️ Automatic image preprocessing, bounding box detection, and drawing
- 📹 Real-time detection from webcam feed
- 🎯 High accuracy object localization on COCO dataset classes
🧠 Image Classification — SmartVisionCNN
- 🧱 Customizable convolutional neural network architecture
- 🧪 Supports training, evaluation, and accuracy/loss visualization
- 💾 Save and load trained models seamlessly
- 🔄 Easily add custom layers like Dropout for regularization
📝 Automatic Dataset Labeling — AutoLabeler
- 🤖 Automatically generate bounding box annotations for unlabeled image datasets
- 📁 Supports saving annotations in YOLO
.txtand Pascal VOC.xmlformats - 🔍 Uses SVOL detection results for labeling with configurable confidence threshold
- 🎯 Requires user to provide class labels for accurate annotation generation
🔒 Model Protection — ModelProtector
- 🔐 Password-protect your trained models to restrict unauthorized access
- 🔓 Unlock models via password prompt to enable predictions and saving
- 🔒 Simple and secure file-based locking mechanism
- 🛡️ Prevents accidental or malicious model usage without permission
🚀 Getting Started
Here's a quick example of how to use SmartVisionCNN to train a model on the MNIST dataset:
📚 Documentation
The official documentation is available at link-to-your-docs.com. It includes detailed information on each module, class, and function.
🤝 Contributing
Contributions are welcome! If you'd like to contribute, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'). - Push to the branch (
git push origin feature/your-feature). - Open a pull request.
Please make sure to update tests as appropriate.
📄 License
This project is licensed under the MIT License - see the LICENSE file for details.
🙏 Acknowledgments
📦 Installation
Install the latest release from PyPI:
pip install SODALMODEL
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sodalmodel-0.1.2.tar.gz.
File metadata
- Download URL: sodalmodel-0.1.2.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad7ea947a68ba33ae342949819f63f9b68d426e2f82f03ab36813b1c895f3854
|
|
| MD5 |
a1bffefea8285d6c531804acfb0cb3ca
|
|
| BLAKE2b-256 |
422531b7ce4af34f6733c7d4524afd533c0d30c72218953bf8e294e271f97dbc
|
File details
Details for the file sodalmodel-0.1.2-py3-none-any.whl.
File metadata
- Download URL: sodalmodel-0.1.2-py3-none-any.whl
- Upload date:
- Size: 11.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5799a0bfc96425a8ef8f8b05d3043266d55aee4666d12fc5513a3ac4fb2a9f79
|
|
| MD5 |
8b011e0ce6a083ce349b4ad7472cac12
|
|
| BLAKE2b-256 |
1bc1f2e9f4e604a6fb57ea59160dd85a89083a12561a8abad17456c1616e36a3
|