Skip to content

Instantly share code, notes, and snippets.

View PullJosh's full-sized avatar

Josh Pullen PullJosh

View GitHub Profile
import cv2
import numpy as np
import streamlit as st
import mediapipe as mp
st.title("Image Processing")
st.write(
"Upload an image below and I will annotate the faces in the image using [MediaPipe](https://mediapipe.dev/)."
)