Skip to content

Commit

Permalink
Merge branch 'cdiddy77:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
michellrodriguez08 authored Jun 4, 2024
2 parents 7e03fb4 + e7934c4 commit e1b75f6
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 8 deletions.
3 changes: 3 additions & 0 deletions docsite/docs/_coming-soon.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
**Frame by frame, Coming Soon!** 📸 Our team of coding wizards 🧙‍♂️🧙‍♀️ are working hard to get this classifier working just right!

In the meantime, if you have any questions feel free to join the community on [discord](https://discord.gg/2HPuUda3z4)! 🎉
5 changes: 4 additions & 1 deletion docsite/docs/api_pages/face-detection.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ Detects one or multiple faces and its movements in real time.
For more details or to demo it, visit
[MediaPipe - Face Detection](https://mediapipe-studio.webapps.google.com/studio/demo/face_detector)

## How to get started
---
import ComingSoon from '../_coming-soon.md';

<ComingSoon />
5 changes: 4 additions & 1 deletion docsite/docs/api_pages/gesture-recognition.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ Recognizes and identifies hand gestures on images and videos.
For more details or to demo it, visit
[MediaPipe - Gesture Recognition](https://mediapipe-studio.webapps.google.com/studio/demo/gesture_recognizer)

## How to get started
---
import ComingSoon from '../_coming-soon.md';

<ComingSoon />
5 changes: 4 additions & 1 deletion docsite/docs/api_pages/hand-landmark-detection.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ Detects hands and their movements in an image or video.
For more details or to demo it, visit
[MediaPipe - Hand Landmark Detection](https://mediapipe-studio.webapps.google.com/studio/demo/hand_landmarker)

## How to get started
---
import ComingSoon from '../_coming-soon.md';

<ComingSoon />
5 changes: 4 additions & 1 deletion docsite/docs/api_pages/image-classification.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ Identifies and categorizes content in images.
For more details or to demo it, visit
[MediaPipe - Image Classification](https://mediapipe-studio.webapps.google.com/studio/demo/image_classifier)

## How to get started
---
import ComingSoon from '../_coming-soon.md';

<ComingSoon />
5 changes: 4 additions & 1 deletion docsite/docs/api_pages/image-embedding.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ Changes a selected image into an embedded one.
For more details or to demo it, visit
[MediaPipe - Image Embedding](https://mediapipe-studio.webapps.google.com/studio/demo/image_embedder)

## How to get started
---
import ComingSoon from '../_coming-soon.md';

<ComingSoon />
6 changes: 5 additions & 1 deletion docsite/docs/api_pages/image-segmentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@ Identifies objects in images and creates silhouettes of them.
For more details or to demo it, visit
[MediaPipe - Image Segmentation](https://mediapipe-studio.webapps.google.com/studio/demo/image_segmenter)

## How to get started

---
import ComingSoon from '../_coming-soon.md';

<ComingSoon />
6 changes: 5 additions & 1 deletion docsite/docs/api_pages/interactive-segmentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@ Creates a silhouette of an chosen object on an image.
For more details or to demo it, visit
[MediaPipe - Interactive Segmentation](https://mediapipe-studio.webapps.google.com/studio/demo/interactive_segmenter)

## How to get started

---
import ComingSoon from '../_coming-soon.md';

<ComingSoon />
5 changes: 4 additions & 1 deletion docsite/docs/api_pages/pose-landmark-detection.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ Identifies main points on a human body and it's movements in real time.
For more details or to demo it, visit
[MediaPipe - Pose Landmark Detection](https://mediapipe-studio.webapps.google.com/studio/demo/pose_landmarker)

## How to get started
---
import ComingSoon from '../_coming-soon.md';

<ComingSoon />

0 comments on commit e1b75f6

Please sign in to comment.