Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vishnun0027/virtual-try-on-glasses
Virtual mirrors allow you to try on eyeglasses online before you buy them select glass and virtual try on using live video
https://github.com/vishnun0027/virtual-try-on-glasses
computer-vision flask-application opencv virtual-mirrors
Last synced: 27 days ago
JSON representation
Virtual mirrors allow you to try on eyeglasses online before you buy them select glass and virtual try on using live video
- Host: GitHub
- URL: https://github.com/vishnun0027/virtual-try-on-glasses
- Owner: vishnun0027
- Created: 2024-06-04T07:42:51.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-06-11T05:23:35.000Z (6 months ago)
- Last Synced: 2024-06-12T09:44:33.281Z (6 months ago)
- Topics: computer-vision, flask-application, opencv, virtual-mirrors
- Language: HTML
- Homepage:
- Size: 2.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Virtual Mirror
## Flask Video Streaming with Face Detection and Overlay
This Flask application provides real-time video streaming from a webcam with optional face detection and overlay of images on detected faces. The overlays are different styles of glasses that can be chosen from a web interface.### Features
* Real-time video streaming from a webcam.
* Face detection using Haar cascades.
* Overlay of images (glasses) on detected faces.
* Simple web interface to choose different overlays.### Notes
* Ensure your webcam is properly connected and accessible by OpenCV.
* The application uses Haar cascades for face detection which may not be the most accurate or fastest method. For better performance, consider using more advanced techniques like deep learning-based face detectors.
### License
This project is licensed under the MIT License. See the LICENSE file for details.