Skip to content

skddl007/ImageEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImageEditor

ImageEditor is a Flask-based web application that allows users to upload and edit images with various features such as filters, cropping, blur, rotation, face detection, text extraction, and an undo-redo system. Users can also download their edited images.

Features

  1. Filters: Apply various filters to images for different effects.
  2. Crop: Crop images to focus on specific areas.
  3. Blur: Apply blur effects to parts of an image.
  4. Rotation: Rotate images to desired angles.
  5. Face Detection: Detect faces in images.
  6. Text Extraction: Extract text from images.

Technologies Used

  • Flask: Web framework for Python
  • Pillow: Image processing library
  • cv2: OpenCV library for computer vision
  • pytesseract: OCR (Optical Character Recognition) library
  • tempfile: Temporary file management
  • base64: Encoding and decoding images

Contributors

Usage

  1. Clone the repository: https://github.com/skddl007/ImageEditor.git
  2. Install dependencies: pip install -r requirements.txt
  3. Run the Flask application: python ImageEditor.py
  4. Access the web interface in your browser: http://localhost:5000

1.Landing page:(https://github.com/skddl007/ImageEditor/assets/143414044/e5a55cec-5da3-48fb-a236-77412a681db1)
2.Console:(https://github.com/skddl007/ImageEditor/assets/143414044/cea90bb0-db99-44dd-a519-81cb41718710) 3. Live website Link:- https://image-editing-a2zj.onrender.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published