Skip to content

Repository of "CartoonFace Predictor", an AI that detects the presence of animated faces in imgaes and predicts their gender.

License

Notifications You must be signed in to change notification settings

mariana200196/cartoon-face-detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CartoonFace Predictor is an AI that detects the presence of animated faces in imgaes and predicts their gender. Try it out here.

Demo

Dependencies

Start server (API)

Navigate to root directory (where main-py is) and run gunicorn main:app --workers 4 --worker-class uvicorn.workers.UvicornWorker --bind 0.0.0.0:8000.

If the start-up is successful, Application startup complete will be printed in the command line.

Check that the server is reachable at http://localhost:8000/docs.

Start client (App)

Navigate to root directory (where package.json is) and install required packages with npm install.

Start the app by running npm start.

Check that the webpage is reachable at http://localhost:3000.

About

Repository of "CartoonFace Predictor", an AI that detects the presence of animated faces in imgaes and predicts their gender.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages