https://github.com/rajat-malvi/imageeditor
https://github.com/rajat-malvi/imageeditor
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rajat-malvi/imageeditor
- Owner: rajat-malvi
- Created: 2024-04-30T08:46:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-01T06:53:20.000Z (10 months ago)
- Last Synced: 2025-01-01T07:26:00.719Z (10 months ago)
- Language: Python
- Homepage: https://iimage-omega.vercel.app
- Size: 738 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
- [Rajat Malviya](https://github.com/rajat-malvi)
## Usage
1. Clone the repository: `https://github.com/rajat-malvi/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`
5. link : https://image-editing-a2zj.onrender.com/---
1.Landing page: 
2.Console: 