pip install opencv-python fastapi websockets uvicorn mediapipe cvzone
uvicorn zoom:app --host 0.0.0.0 --log-level debug
websocket
localhost:8000/ws
video feed
http://localhost:8000/video_feed
To shutdown program, press ctrl+c multiple times, because threading issue.