Update app.py
Browse files
app.py
CHANGED
@@ -3,22 +3,8 @@ st.markdown("""
|
|
3 |
|
4 |
# MediaPipe
|
5 |
|
6 |
-
|
7 |
|
8 |
-
#### Vision
|
9 |
-
#### Natural Language
|
10 |
-
#### Audio
|
11 |
-
|
12 |
-
Mediapipe has fast and flexible AI/ML pipelines.
|
13 |
-
|
14 |
-
Examples with Javascript Links!
|
15 |
-
|
16 |
-
1. Image Classifier: https://mediapipe-studio.webapps.google.com/demo/image_classifier
|
17 |
-
2. Object Detector: https://mediapipe-studio.webapps.google.com/demo/object_detector
|
18 |
-
3. Text Classification: https://mediapipe-studio.webapps.google.com/demo/text_classifier
|
19 |
-
4. Gesture Recognizer: https://mediapipe-studio.webapps.google.com/demo/gesture_recognizer
|
20 |
-
5. Hand Landmark Detection: https://mediapipe-studio.webapps.google.com/demo/hand_landmarker
|
21 |
-
6. Audio Classifier: https://mediapipe-studio.webapps.google.com/demo/audio_classifier
|
22 |
|
23 |
Get started with just Javascript!!
|
24 |
|
@@ -56,4 +42,21 @@ Face Mesh Real Time - 30 Frames per second!
|
|
56 |
|
57 |
|
58 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
""")
|
|
|
3 |
|
4 |
# MediaPipe
|
5 |
|
6 |
+
## A cross language SDK for AI that is real time, 3d, camera responsive, and on any device for nearly any language
|
7 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
|
9 |
Get started with just Javascript!!
|
10 |
|
|
|
42 |
|
43 |
|
44 |
|
45 |
+
# Uses:
|
46 |
+
#### Vision
|
47 |
+
#### Natural Language
|
48 |
+
#### Audio
|
49 |
+
|
50 |
+
Mediapipe has fast and flexible AI/ML pipelines.
|
51 |
+
|
52 |
+
Examples with Javascript Links!
|
53 |
+
|
54 |
+
1. Image Classifier: https://mediapipe-studio.webapps.google.com/demo/image_classifier
|
55 |
+
2. Object Detector: https://mediapipe-studio.webapps.google.com/demo/object_detector
|
56 |
+
3. Text Classification: https://mediapipe-studio.webapps.google.com/demo/text_classifier
|
57 |
+
4. Gesture Recognizer: https://mediapipe-studio.webapps.google.com/demo/gesture_recognizer
|
58 |
+
5. Hand Landmark Detection: https://mediapipe-studio.webapps.google.com/demo/hand_landmarker
|
59 |
+
6. Audio Classifier: https://mediapipe-studio.webapps.google.com/demo/audio_classifier
|
60 |
+
|
61 |
+
|
62 |
""")
|