--- title: Amharic Simple Image Processor emoji: 🎨 colorFrom: purple colorTo: yellow sdk: gradio sdk_version: 6.7.0 app_file: app.py pinned: false short_description: A simple image processing app with filters. --- # 🎨 ቀላል የምስል ማቀናበሪያ (Simple Image Processor) ይህ በያሬድ ከበደ ከያሬድ ቴክኖሎጂ ትምህርት ቤት የተሰራ ቀላል የምስል ማቀናበሪያ መተግበሪያ ነው። Made by **Yared Kebede** from **Yared Technology School** - [www.yared-coding.com.et](https://www.yared-coding.com.et/) ## Features - **Upload Image**: Upload any image file. - **Filters**: - **Original**: Keep the image as is. - **Grayscale**: Convert the image to black and white. - **Blur**: Apply a blur effect. - **Flip Horizontal**: Mirror the image horizontally. - **Flip Vertical**: Flip the image vertically. - **Sepia**: Apply a classic sepia tone. ## How to run locally 1. Install dependencies: ```bash pip install -r requirements.txt ``` 2. Run the app: ```bash python app.py ``` Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference