Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 936 Bytes

README.md

File metadata and controls

36 lines (20 loc) · 936 Bytes

Wrinkle Detection Streamlit with YOLOv8

This project implements a Wrinkle Detection application using YOLOv8 for segmentations. The application is built with Streamlit and allows users to upload images for wrinkle detection of human faces. There are 3 classes (forehead, frown and wrinkle) that the YOLOv8s (small) segmentation model was finetuned.

Dataset: RoboFlow dataset

Getting Started

Prerequisites

  • Python 3.11+
  • pip
  • opencv-contrib-python-headless
  • ultralytics
  • streamlit
  • opencv-python

Installation

Clone the repository:

git clone https://github.com/shrimantasatpati/Wrinkle-Detection-StreamLit.git
cd {your_username}/Wrinkle-Detection-StreamLit

Finetuned model weight: best.pt.

Video.mp4