forked from google-ai-edge/mediapipe
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request google-ai-edge#62 from jenperson/main
adding more demos through READMEs
- Loading branch information
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# MediaPipe Image Embedder task for web | ||
|
||
## Overview | ||
|
||
This web sample runs image embedding on two images, and then determines how alike they are using cosine similarity. Scores range from -1 to 1. More similar texts have a higher score, less similar a lower score | ||
|
||
## Prerequisites | ||
|
||
* A device that can access the web using Chrome, Firefox, or Safari | ||
* For iOS devices, iOS 16 or later | ||
|
||
## Running the demo | ||
|
||
The live demo and code are available in Codepen. | ||
|
||
[View the example on Codepen](https://codepen.io/mediapipe-preview/pen/yLqxbaZ) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# MediaPipe Text Classification task for web | ||
# MediaPipe Text Embedder task for web | ||
|
||
## Overview | ||
|
||
|