Metadata-Version: 2.4
Name: image_processing_michelsen
Version: 0.1.0
Summary: Um projeto simples de processamento de imagens usando OpenCV
Home-page: https://github.com/JulianaMichelsen/IMAGE-PROCESSING-PYTHON.git
Author: Juliana
Author-email: juju.michelsen@gmail.com
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: opencv-python>=4.0.0
Requires-Dist: numpy
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Image Processing Python

Este é um projeto simples de processamento de imagens usando Python e OpenCV, desenvolvido durante o curso da DIO em parceria com a Suzano.

## 📸 Funcionalidades

- Conversão de imagem para tons de cinza
- Outras transformações básicas com OpenCV

## ✅ Requisitos

- Python 3.8 ou superior
- OpenCV (`opencv-python`)
- NumPy

## 🚀 Como usar

1. Clone o repositório:

```bash
git clone https://github.com/JulianaMichelsen/IMAGE-PROCESSING-PYTHON.git
cd image-processing-python
