Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brain-facens/image-enhancer
We know how painful it can be to process large amounts of data for labeling, especially when you don't have an organized dataset structure. That's why we developed ImageEnchancer! This library is designed to help developers working with computer vision in the pre-processing and data augmentation phases for images in large datasets.
https://github.com/brain-facens/image-enhancer
computer-vision data-augmentation image-processing opencv
Last synced: 18 days ago
JSON representation
We know how painful it can be to process large amounts of data for labeling, especially when you don't have an organized dataset structure. That's why we developed ImageEnchancer! This library is designed to help developers working with computer vision in the pre-processing and data augmentation phases for images in large datasets.
- Host: GitHub
- URL: https://github.com/brain-facens/image-enhancer
- Owner: brain-facens
- Created: 2024-10-14T18:57:24.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-28T18:38:57.000Z (20 days ago)
- Last Synced: 2024-10-28T19:44:39.653Z (19 days ago)
- Topics: computer-vision, data-augmentation, image-processing, opencv
- Language: Jupyter Notebook
- Homepage:
- Size: 20.1 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
We know how painful it can be to process large amounts of data for labeling, especially when you don't have an organized dataset structure. That's why we developed ImageEnchancer! This library is designed to help developers working with computer vision in the pre-processing and data augmentation phases for images in large datasets.
##
Documentation | v0.1.0 🚀## Installation
ImageEnhancer Package
```bash
cd
git clone https://github.com/brain-facens/image-enhancer.git# Create the env with pyvenv
cd /image-enhancer# Install the necessary libraries
pip install -r requirements.txt```
OBS.: Change the paths on ImageEnhancer.py to your need.Running:
```bash
cd /image-enhancer
python ImageEnhancer.py
```Help with code
Need help understanding the code? Use the following command to better understand the application within your python script:
```python
import ImageEnhancer
help(ImageEnhancer())
```---
## 🤝 Collaborators
We would like to thank the following people who contributed to this project:
## 📝 License
This project is under license. See the file [LICENSE](LICENSE) for more details.
---