Virtual_Eyewear_Project_PPT. and it is use on the AI

gouthamswamy2001 6 views 8 slides Oct 21, 2025
Slide 1
Slide 1 of 8
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8

About This Presentation

it is Virtual_Eyewear_Project_PPT.pptx


Slide Content

AI-BASED VIRTUAL EYEWEAR TRY-ON SYSTEM By NAME: [Your Name] HT NO: [Your Hall Ticket Number] UNDER THE ESTEEMED GUIDANCE OF [Guide's Name] DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING

Introduction This project enables users to virtually try on glasses using AI face detection via MediaPipe. It helps people see how a frame looks on their face before purchase.

Modules in the Project → Image Upload Module → Try-On Module → Glasses Collection Module Each module helps to enhance the virtual trial room experience.

HTML Code Used <input type="file" id="imageUpload" accept="image/*" /> <canvas id="canvas"></canvas> <img src="glasses/pngwing.com.png" class="glasses-option" />

CSS Code Used canvas { border: 3px solid #000; border-radius: 10px; max-width: 100%; } .glasses-card { box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); padding: 15px; text-align: center; }

JavaScript / MediaPipe Logic → Detect face landmarks using MediaPipe → Get eye positions → Draw glasses on correct position using canvas API Basic Code Example: const imageUpload = document.getElementById("imageUpload"); const canvas = document.getElementById("canvas");

Output Screenshot [Insert screenshot here showing glasses on face]

THANK YOU! For your attention and support.