A tool for image preprocessing and object detection
Project description
AutomationIMG
AutomationIMG is a Python-based tool for automated image preprocessing and object detection, featuring an intuitive graphical user interface. It simplifies the process of organizing and analyzing image datasets for machine learning and computer vision tasks.
๐ Features
-
Preprocessing Pipeline
- Automated image organization
- Support for various directory structures
- Batch processing capabilities
-
Object Detection
- Single object detection using Canny edge detection
- Bounding box visualization
- Quality assessment of detections
-
User Interface
- Intuitive GUI built with PyQt5
- Real-time progress tracking
- Easy folder selection and processing
๐ Prerequisites
Before you begin, ensure you have the following installed:
- Python 3.7 or higher
- pip (Python package installer)
๐ป Installation
- Clone the repository:
git clone https://github.com/akshitharsola/AutomationIMG.git
cd AutomationIMG
- Install the package:
pip install -e .
๐ Usage
Directory Structure
The tool supports the following directory structure for input data:
Main_Folder/
โโโ Apple/
โโโ image1.jpg
โโโ image2.jpg
โโโ Orange/
โโโ image1.jpg
โโโ image2.jpg
Running the Tool
- Start the application:
# Simply run
automationIMG
- Using the GUI:
- Click "Input Folder" to select your image directory
- Choose "Output Folder" for processed results
- Run "Preprocess Dataset" to organize images
- Use "Single Object Detection" for detection and analysis
Output Structure
The tool generates the following output structure:
Output_Folder/
โโโ processed/
โโโ images
โโโ annotations.json
โโโ edge_detection/
โโโ detection results
โโโ bounding_boxes/
โโโ visualizations
๐๏ธ Uninstallation
You have several ways to uninstall AutomationIMG:
-
Using the GUI
- Launch the application:
automationimg - Click the "Uninstall Tool" button
- Follow the prompts
- Launch the application:
-
Using the uninstall module
python -m automationimg.uninstall
- Manual uninstallation
pip uninstall automationimg -y
Note: After uninstallation, any remaining files in the installation directory can be safely deleted manually.
๐ค Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
๐ License
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.
๐ค Author
Akshit Harsola
- Email: harsolaakshit@gmail.com
- GitHub: @akshitharsola
๐ Acknowledgments
- Thanks to all contributors who help improve this tool
- Special thanks to the open-source community for their valuable tools and libraries
๐ Support
If you encounter any problems or have suggestions, please open an issue.
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 automationimg-0.1.0.tar.gz.
File metadata
- Download URL: automationimg-0.1.0.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
687766cfb39ab74fe2e0dd2096d646529416c7c0b05c244e133f0c0a42a60954
|
|
| MD5 |
7f23f58f8a58274fb0a00021e896c233
|
|
| BLAKE2b-256 |
c297c8f17a971aa0f62da5eebcf117161209ca137b8ae020a550bbddc3be7b5e
|
File details
Details for the file automationimg-0.1.0-py3-none-any.whl.
File metadata
- Download URL: automationimg-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
73ae5731cdee7d23b88e13a6b9d37523ff7df3684b749fd3fa47c2d1ec946df7
|
|
| MD5 |
dbc602c610706ae6ab5f24932112bd04
|
|
| BLAKE2b-256 |
7bb16a8b9cbb670327500daabb4594b3cebee2af9c3f47e6b41aeed0e11cba20
|