Skip to content

Syed-Rehan-21/imgEnhancer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Enhancer

Image Enhancer is a versatile and user-friendly Streamlit application designed to enhance and transform images effortlessly. With an intuitive interface, users can upload their images and access the editing tools. They can adjust sharpness, colors, brightness, and contrast, apply captivating filters like black and white or blur, and even remove the background and replace it with a custom color. The real-time preview allows users to visualize the impact of their edits, and the edited image can be easily downloaded in PNG format. Experience the power of Image Enhancer and elevate your images to new heights.

Installation

  1. Clone the repository:
git clone https://github.com/Syed-Rehan-21/imgEnhancer.git
  1. Navigate to the project directory:
cd imgEnhancer
  1. Install the required dependencies:
pip install -r requirements.txt

Usage

  1. Run the Streamlit application:
streamlit run app.py
  1. Access the application in your web browser using the provided URL.

  2. Upload an image by clicking on the "Upload" button

  3. Adjust the settings in the sidebar to customize the image enhancements and edits.

  4. The original and edited images will be displayed side by side.

  5. To download the edited image, click on the "Download" button.

Contributing

Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request.