Using mediapipe to create AR filters that could be overlayed on a person's face
- Fastapi
- Uvicorn
- Mediapipe
- Opencv
- Make Sense
- Run
pip install -r requirements.txt
to install required packages. - Run
uvicorn server:app --reload
to run the local webapp! - use
CTRL-C
to terminate server