A website which uses research backed data to calculate facial symmetry and proportions using python and openCV clean UI and flask for backend
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
So im done with this project i created a simple flask app with a minimal UI and added the openCV and python thing with it users can upload the image and get the proportions acc to the research whcih can be seen in the gihtub readme too it was just a small project i hope you like it!
So i tried to use the openCV and media pipe on images rather than camera (which i tried earlier) i created a few test files first i tried an image with the same code as before and then used basic symmetry (by calculating distances from facial landmarks like eye etc) and displaying it then i used free assets and did the same for many photos and saved it in a text files with their distances! thats all for now im currently researching on golden symmetry and stuff and searching for exact proportions and formulas.
So i checked some docs on mediapipe and OpenCV for face landmark recognition found a very interesting article which helped me code the facecam.py it works ig it can frame the face and tell what part is what but to determine the attractiveness i will have to check the distance between them still a long way to go. (PLEASE IGNORE MY SHITTY LAPTOP WEBCAM AND MY SHITTY FACE SORRY FOR THAT) ill use python and openCV for an API for the backend and use Flutter for the web and Android UI.