Spaces:
Sleeping
Sleeping
| 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 |