Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 559 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 559 Bytes

Unlocking the Power of Computer Vision with Mediapipe

image

Project Setup

Next.js Face Mesh Detection Mediapipe JS

cd next
npm install
npm run dev

Streamlit Hand Gesture Recognition

cd streamlit
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
streamlit run app.py

Presentation Link