Skip to content

This is a simple Flask-based web application that allows you to blend two images in real-time using interactive sliders. You can control the opacity of each image and see the output update instantly.

Notifications You must be signed in to change notification settings

FairozAhmadSheikh/Image_Blending_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ”ฎ Live Image Blending App

This is a simple Flask-based web application that allows you to blend two images in real-time using interactive sliders. You can control the opacity of each image and see the output update instantly.

๐Ÿš€ Features

  • Upload two images (JPG, PNG, etc.)
  • Real-time blending using sliders
  • No need to press a button to see the result
  • Clean, modern UI
  • Lightweight and fast
  • Open to customization and contributions

๐Ÿ–ผ๏ธ How It Works

  1. Upload two images via the form.
  2. Adjust the alpha (image 1) and beta (image 2) sliders.
  3. The server blends the images using OpenCV and returns the result without reloading the page.

๐Ÿงฐ Tech Stack

  • Backend: Flask (Python)
  • Frontend: HTML, CSS, JavaScript (with AJAX)
  • Image Processing: OpenCV

๐Ÿ“ฆ Installation

Clone the repo

git clone https://github.com/FairozAhmadSheikh/live-image-blend-flask.git
cd live-image-blend-flask

Install Dependencies

pip install flask opencv-python

Run the app

python app.py

License

This project is open-source and permissively licensed. Anyone is welcome to use, modify, and distribute it with or without changes. Just give proper credit.

Want to Contribute or Report Issues?

Love this project or found something to improve? Your feedback and contributions are super welcome! ๐Ÿš€ Jump in now by opening an issue or submitting a pull request.

Check out the full source code and get started here: ๐Ÿ”— https://github.com/FairozAhmadSheikh/Image_Blending_App

๐Ÿ‘ค Author

Made with โค๏ธ by @FairozAhmadSheikh

About

This is a simple Flask-based web application that allows you to blend two images in real-time using interactive sliders. You can control the opacity of each image and see the output update instantly.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published