Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.48 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.48 KB

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.