--- title: Wrinkle Detection emoji: 😻 colorFrom: red colorTo: gray sdk: gradio sdk_version: 5.12.0 app_file: app.py pinned: false short_description: wrinkle-detection model --- # Wrinkle Detection 😻 This project leverages a custom YOLO (You Only Look Once) model trained to detect wrinkles in images. The model is trained on a dataset of 2000 images and is designed for fast, real-time performance. ## Demo You can interact with a live demo of the wrinkle detection model here: [Wrinkle Detection Demo on Hugging Face](https://huggingface.co/spaces/Gurinderpal/wrinkle-detection) --- ## Installation To run this project locally, follow the steps below: ### Run the Application Locally ```bash clone this repo cd wrinkle-detection pip install -r requirements.txt python app.py ```