Skip to content

Machine Learning Image Processing App. A tool helpful for Machine Learning Enthusiasts and Data Scientists for quick and easy image pre-processing

License

Notifications You must be signed in to change notification settings

AnandBhasme/MLIP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning Image Processor App

This Streamlit app allows users to upload multiple images and apply various image processing techniques to them. ML enthusiast can use this to mass process their images

Features

  • Upload multiple images
  • Apply various image processing techniques:
    • Convert to Binary
    • Convert to Grayscale
    • Color Correction
    • Black and White
    • Denoise
    • Erode
    • Dilate
    • Blur
    • Adjust Contrast
    • Adjust Saturation
    • Detect Contours
    • Detect Defects
  • Download processed images
  • Export processing steps as JSON

Installation

  1. Clone this repository:
    git clone https://github.com/AnandBhasme/MLIP.git
    
  2. Install the required packages:
    pip install -r requirements.txt
    

Usage

Run the Streamlit app:

streamlit run image-processor.py

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

About

Machine Learning Image Processing App. A tool helpful for Machine Learning Enthusiasts and Data Scientists for quick and easy image pre-processing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages