advikg / student

MIT License
0 stars 1 forks source link

P5 Triangle Assesement #12

Open advikg opened 4 months ago

advikg commented 4 months ago

Score: 2.8/3.0

Commit that I showed: restructuring init.py to work with the CaffeModel and DNNs set up with opencv. image

Main.py exposes the endpoint, POST function recieves image, creates array, plugs into the model functions created to identify face, age, gender. image

Uses the neural network set up in init.py to get image confidence scores for age, gender: image

Frontend Backend