| import streamlit as st | |
| st.markdown(""" | |
| # MediaPipe | |
| ### A cross language SDK for AI that is real time, 3d, camera responsive, and on any device for nearly any language | |
| #### Vision | |
| #### Natural Language | |
| #### Audio | |
| Mediapipe has fast and flexible AI/ML pipelines. | |
| Examples with Javascript Links! | |
| 1. Image Classifier: https://mediapipe-studio.webapps.google.com/demo/image_classifier | |
| 2. Object Detector: https://mediapipe-studio.webapps.google.com/demo/object_detector | |
| 3. Text Classification: https://mediapipe-studio.webapps.google.com/demo/text_classifier | |
| 4. Gesture Recognizer: https://mediapipe-studio.webapps.google.com/demo/gesture_recognizer | |
| 5. Hand Landmark Detection: https://mediapipe-studio.webapps.google.com/demo/hand_landmarker | |
| 6. Audio Classifier: https://mediapipe-studio.webapps.google.com/demo/audio_classifier | |
| Get started with just Javascript!! | |
| Getting Started: https://google.github.io/mediapipe/getting_started/javascript.html | |
| Javascript Solutions - Ready to Demo: | |
| 1. Face Mesh: https://codepen.io/mediapipe/full/KKgVaPJ | |
| 2. Face Detection: https://codepen.io/mediapipe/full/dyOzvZM | |
| 3. Hands: https://codepen.io/mediapipe/full/RwGWYJw | |
| 4. Face, Hands, Body: https://codepen.io/mediapipe/full/LYRRYEw | |
| 5. Objectron: https://codepen.io/mediapipe/full/BaWvzdY | |
| 6. Full Skeletal Pose: https://codepen.io/mediapipe/full/jOMbvxw | |
| 7. Self Segmentation From Background: https://codepen.io/mediapipe/full/wvJyQpq | |
| Demonstration in Action with Screenshots: | |
| Self Segmentation From Background: | |
|  | |
| Full Skeletal Pose: | |
|  | |
| Hands - Both in 3D Projection even hidden surface vertices - Mahalo: | |
|  | |
| Holistic - Face, Hands, Body: | |
|  | |
| Face Detection: | |
|  | |
| Face Mesh Real Time - 30 Frames per second! | |
|  | |
| """) |