Devpost Link: https://devpost.com/software/prof-fa-cee
We get healings and guidance from our spritual beliefs. But it costs at least 10$ to see a reader! With prof-fa-cee, you can get future tellings (for free) and save yourself some money for boba!! The app is based on physiognomy to read facial features for characteristics and dispositions!!
Predict your fate and analyze your personality based on your face!
With our brains! JK! First we take a passport-style picture of the user and sends it to the server where image processing happens (with the help of Imgur API). We then use MediaPipe, an open-source framework for building pipelines to perform computer vision inference, to detect facial landmarks and coordinates of important facial features. Then we use mathematics to logic out the important traits and characteristics associated with them. These traits will be fed into a function that maps to certain characteristics and renders out a prophecy! The app runs on a Javascript React front-end along with a Python Flask backend.
-
To run the front end
cd frontend-app. Then runnpm install. Then runnpm start -
To run the backend (in a separate terminal): Run
cd python-backendThen runpip install -r requirements.txtThen runflask run