Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# 🖼️ University Final Project — Image Editor A lightweight **image-editing web app** built using **Flask (Python)**. Includes multiple editing tools, deep-learning code, and a simple web interface for processing images. --- ## 🌟 Features ### 👤 User Side - **Image Upload** – Upload images directly from your device. - **Editing Tools** – Buttons for quick operations: - Blur Background - Blur Humans (person segmentation) - Change Background - Crop Image - Enhance Image Quality - Apply Filters - Resize Image - **Deep Learning Code** – Contains notebooks and scripts for model-based processing in: - `Deep_learning_code/` - `Model/` - **Clean Web Interface** – Simple layout served through Flask templates. --- ### 🧑💻 Admin Side There is **no admin panel** in this project. The system focuses only on the **user-side image editing** functionality.