Virtual_Eyewear_Project_PPT. and it is use on the AI
gouthamswamy2001
6 views
8 slides
Oct 21, 2025
Slide 1 of 8
1
2
3
4
5
6
7
8
About This Presentation
it is Virtual_Eyewear_Project_PPT.pptx
Size: 34.08 KB
Language: en
Added: Oct 21, 2025
Slides: 8 pages
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" />
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]