This is a sample Flask application that demonstrates image editing using OpenCV. The application allows users to upload images, apply various image editing operations, and download the modified images.
- Python 3.6 or higher
- Flask framework
- OpenCV library
- Clone the repo - git clone https://github.com/anandpiyush1521/ImageEditing-flask-openCV.git
- cd ImageEditing-flask-openC
- python3 -m venv venv
- venv\Scripts\activate
- pip install -r requirements.txt
- flask run
- Open your web browser and navigate to http://localhost:5000
Contributions are welcome! If you find any issues or would like to enhance the application, feel free to open a pull request.