awacke1 commited on
Commit
4215d5d
ยท
1 Parent(s): e6ed137

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +30 -39
app.py CHANGED
@@ -1,41 +1,32 @@
1
  import streamlit as st
2
  st.markdown("""
3
- #### MediaPipe - A cross language SDK for AI that is real time, 3d, camera responsive, and on any device for nearly any language
4
- Mediapipe has fast and flexible AI/ML pipelines. Below are Examples with Javascript Links!
5
- 1. Image Classifier: https://mediapipe-studio.webapps.google.com/demo/image_classifier
6
- 2. Object Detector: https://mediapipe-studio.webapps.google.com/demo/object_detector
7
- 3. Text Classification: https://mediapipe-studio.webapps.google.com/demo/text_classifier
8
- 4. Gesture Recognizer: https://mediapipe-studio.webapps.google.com/demo/gesture_recognizer
9
- 5. Hand Landmark Detection: https://mediapipe-studio.webapps.google.com/demo/hand_landmarker
10
- 6. Audio Classifier: https://mediapipe-studio.webapps.google.com/demo/audio_classifier
11
- Getting Started: https://google.github.io/mediapipe/getting_started/javascript.html
12
-
13
- Solution Demonstrations:
14
- 1. Face Mesh: https://codepen.io/mediapipe/full/KKgVaPJ
15
- 2. Face Detection: https://codepen.io/mediapipe/full/dyOzvZM
16
- 3. Hands: https://codepen.io/mediapipe/full/RwGWYJw
17
- 4. Face, Hands, Body: https://codepen.io/mediapipe/full/LYRRYEw
18
- 5. Objectron: https://codepen.io/mediapipe/full/BaWvzdY
19
- 6. Full Skeletal Pose: https://codepen.io/mediapipe/full/jOMbvxw
20
- 7. Self Segmentation From Background: https://codepen.io/mediapipe/full/wvJyQpq
21
-
22
- Demonstration in Action with Screenshots:
23
- 1. Self Segmentation From Background:
24
- ![image](https://user-images.githubusercontent.com/30595158/225767564-786928a3-7c91-4df1-babb-0cc4c2b71460.png)
25
-
26
- 2. Full Skeletal Pose:
27
- ![image](https://user-images.githubusercontent.com/30595158/225767721-6f088349-3f56-41b3-85d4-98f2456dc165.png)
28
-
29
- 3. Hands - Both in 3D Projection even hidden surface vertices - Mahalo:
30
- ![image](https://user-images.githubusercontent.com/30595158/225767970-0e1000e8-72a8-4276-a6f0-ccfcd3ac6d72.png)
31
-
32
- 4. Holistic - Face, Hands, Body:
33
- ![image](https://user-images.githubusercontent.com/30595158/225768092-2cb4a144-7033-46b1-a476-3e0ec376eb36.png)
34
-
35
- 5. Face Detection:
36
- ![image](https://user-images.githubusercontent.com/30595158/225768256-c97c0f62-6ef9-4c7e-aa41-8eaf4f344a3d.png)
37
-
38
- 6. Face Mesh Real Time - 30 Frames per second!
39
- ![image](https://user-images.githubusercontent.com/30595158/225768360-c64197ff-919f-47a9-8cc0-c6d5e73e5853.png)
40
-
41
- """)
 
1
  import streamlit as st
2
  st.markdown("""
3
+ #### MediaPipe Overview ๐ŸŒ
4
+ MediaPipe: Real-time, 3D, cross-platform AI/ML SDK. Versatile for many languages and devices.
5
+
6
+ #### AI/ML Examples with JavaScript Links ๐Ÿ”—
7
+ 1. ๐Ÿ–ผ๏ธ Image Classifier: [Link](https://mediapipe-studio.webapps.google.com/demo/image_classifier)
8
+ 2. ๐Ÿงฑ Object Detector: [Link](https://mediapipe-studio.webapps.google.com/demo/object_detector)
9
+ 3. ๐Ÿ“ Text Classifier: [Link](https://mediapipe-studio.webapps.google.com/demo/text_classifier)
10
+ 4. ๐Ÿ‘‹ Gesture Recognizer: [Link](https://mediapipe-studio.webapps.google.com/demo/gesture_recognizer)
11
+ 5. ๐Ÿคš Hand Landmarks: [Link](https://mediapipe-studio.webapps.google.com/demo/hand_landmarker)
12
+ 6. ๐ŸŽต Audio Classifier: [Link](https://mediapipe-studio.webapps.google.com/demo/audio_classifier)
13
+
14
+ ๐ŸŒŸ Getting Started: [link](https://google.github.io/mediapipe/getting_started/javascript.html)
15
+
16
+ #### ๐ŸŽฅ Solution Demonstrations
17
+ 1. ๐Ÿ˜Š Face Mesh: [link](https://codepen.io/mediapipe/full/KKgVaPJ)
18
+ 2. ๐Ÿ˜„ Face Detection: [link](https://codepen.io/mediapipe/full/dyOzvZM)
19
+ 3. ๐Ÿคฒ Hands: [link](https://codepen.io/mediapipe/full/RwGWYJw)
20
+ 4. ๐Ÿคธโ€โ™‚๏ธ Holistic (Face, Hands, Body): [link](https://codepen.io/mediapipe/full/LYRRYEw)
21
+ 5. ๐Ÿ“ฆ Objectron: [link](https://codepen.io/mediapipe/full/BaWvzdY)
22
+ 6. ๐Ÿ•บ Full Skeletal Pose: [link](https://codepen.io/mediapipe/full/jOMbvxw)
23
+ 7. ๐Ÿ‘ค Self Segmentation: [link](https://codepen.io/mediapipe/full/wvJyQpq)
24
+
25
+ #### ๐Ÿ–ผ๏ธ Demonstrations with Screenshots
26
+ 1. ๐Ÿ‘ค Self Segmentation: ![image](https://user-images.githubusercontent.com/30595158/225767564-786928a3-7c91-4df1-babb-0cc4c2b71460.png)
27
+ 2. ๐Ÿ•บ Full Skeletal Pose: ![image](https://user-images.githubusercontent.com/30595158/225767721-6f088349-3f56-41b3-85d4-98f2456dc165.png)
28
+ 3. ๐Ÿคฒ Hands in 3D: ![image](https://user-images.githubusercontent.com/30595158/225767970-0e1000e8-72a8-4276-a6f0-ccfcd3ac6d72.png)
29
+ 4. ๐Ÿคธโ€โ™‚๏ธ Holistic View: ![image](https://user-images.githubusercontent.com/30595158/225768092-2cb4a144-7033-46b1-a476-3e0ec376eb36.png)
30
+ 5. ๐Ÿ˜„ Face Detection: ![image](https://user-images.githubusercontent.com/30595158/225768256-c97c0f62-6ef9-4c7e-aa41-8eaf4f344a3d.png)
31
+ 6. ๐Ÿ˜Š Face Mesh (30 FPS): ![image](https://user-images.githubusercontent.com/30595158/225768360-c64197ff-919f-47a9-8cc0-c6d5e73e5853.png)
32
+ """)