Skip to content

image processing application that provides various methods for enhancing images, including resizing, filtering, and rotating images.

Notifications You must be signed in to change notification settings

Xer0bit/Algorithmic-based-image-enhancer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README.md

Image Processor

This project is an image processing application that provides various methods for enhancing images. It includes functionalities such as resizing, filtering, and rotating images.

Project Structure

image-processor
├── src
│   ├── __init__.py
│   ├── main.py
│   ├── processors
│   │   ├── __init__.py
│   │   └── image_processor.py
│   └── utils
│       ├── __init__.py
│       └── helpers.py
├── tests
│   ├── __init__.py
│   └── test_processor.py
├── requirements.txt
└── README.md

Installation

To install the required dependencies, run:

pip install -r requirements.txt

Usage

To run the application, execute the following command:

python src/main.py

Contributing

Contributions are welcome! Please feel free to submit a pull request or open an issue for any suggestions or improvements.

License

This project is licensed under the MIT License.

About

image processing application that provides various methods for enhancing images, including resizing, filtering, and rotating images.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages