Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        



Image Enhancer banner

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:




Foto do Natanael Vitorino no GitHub


Natanael Vitorino



## 📝 License

This project is under license. See the file [LICENSE](LICENSE) for more details.

---