|
import streamlit as st |
|
st.markdown(""" |
|
#### 3πMediaPipeπ€ΈββοΈπΊ |
|
MediaPipe: Real-time, 3D, body and face cross-platform AI/ML SDK on any device using Javascript, Codepen and Mediapipe. |
|
|
|
#### AI/ML Examples with JavaScript Links π |
|
1. πΌοΈ Image Classifier: [Link](https://mediapipe-studio.webapps.google.com/demo/image_classifier) |
|
2. π§± Object Detector: [Link](https://mediapipe-studio.webapps.google.com/demo/object_detector) |
|
3. π Text Classifier: [Link](https://mediapipe-studio.webapps.google.com/demo/text_classifier) |
|
4. π Gesture Recognizer: [Link](https://mediapipe-studio.webapps.google.com/demo/gesture_recognizer) |
|
5. π€ Hand Landmarks: [Link](https://mediapipe-studio.webapps.google.com/demo/hand_landmarker) |
|
6. π΅ Audio Classifier: [Link](https://mediapipe-studio.webapps.google.com/demo/audio_classifier) |
|
|
|
π Getting Started: [link](https://google.github.io/mediapipe/getting_started/javascript.html) |
|
|
|
#### π₯ Solution Demonstrations |
|
1. π Face Mesh: [link](https://codepen.io/mediapipe/full/KKgVaPJ) |
|
2. π Face Detection: [link](https://codepen.io/mediapipe/full/dyOzvZM) |
|
3. π€² Hands: [link](https://codepen.io/mediapipe/full/RwGWYJw) |
|
4. π€ΈββοΈ Holistic (Face, Hands, Body): [link](https://codepen.io/mediapipe/full/LYRRYEw) |
|
5. π¦ Objectron: [link](https://codepen.io/mediapipe/full/BaWvzdY) |
|
6. πΊ Full Skeletal Pose: [link](https://codepen.io/mediapipe/full/jOMbvxw) |
|
7. π€ Self Segmentation: [link](https://codepen.io/mediapipe/full/wvJyQpq) |
|
|
|
#### πΌοΈ Demonstrations with Screenshots |
|
1. π€ Self Segmentation:  |
|
2. πΊ Full Skeletal Pose:  |
|
3. π€² Hands in 3D:  |
|
4. π€ΈββοΈ Holistic View:  |
|
5. π Face Detection:  |
|
6. π Face Mesh (30 FPS):  |
|
""") |
|
|