Skip to content

Commit

Permalink
fix: missed github token for demo deployment. Added demo page link to…
Browse files Browse the repository at this point in the history
… readme.
  • Loading branch information
aannirajpatel committed Dec 22, 2023
1 parent 36c61ca commit 7dd3fb1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ jobs:
uses: JamesIves/github-pages-deploy-action@4.1.5
with:
branch: gh-pages
folder: build
folder: build
token: ${{ secrets.DEPLOY_TOKEN }}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# MediaPipe Text Workshop

Try it out! https://aannirajpatel.github.io/mediapipe-text-workshop/

This project demonstrates the use of Google's MediaPipe Solutions for generating Text Embeddings to categorize tasks in a smart todo list app.

We will create an app that allows users to create tasks and automatically categorizes them into matching categories using the MediaPipe framework. The universal sentence encoder model is used to generate text embeddings for the tasks, which are then compared using cosine similarity to determine the most relevant category.
Expand Down

0 comments on commit 7dd3fb1

Please sign in to comment.