Skip to content

Commit

Permalink
SEO update for notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
lyie28 authored and JoFrost committed Nov 10, 2023
1 parent dc85da7 commit f978952
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 39 deletions.
13 changes: 3 additions & 10 deletions docs/docs/getting-started/quick-tour.ipynb
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
{
"cells": [
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"<!--\n",
"description: \"\"Quick Tour of BlindAI API: Open-source Python library for private AI model access and Whisper model audio transcription.\"\"\n",
"-->"
]
},
{
"attachments": {},
"cell_type": "markdown",
Expand Down Expand Up @@ -395,6 +385,9 @@
}
],
"metadata": {
"mkdocs": {
"description": "Quick Tour of BlindAI API: Open-source Python library for private AI model access and Whisper model audio transcription."
},
"colab": {
"provenance": []
},
Expand Down
13 changes: 3 additions & 10 deletions docs/docs/how-to-guides/covid_net_confidential.ipynb
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
{
"cells": [
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"<!--\n",
"description: \"Secure AI model deployment with BlindAI for private Covid-19 diagnosis. Data privacy with SGX enclaves.\"\n",
"-->"
]
},
{
"attachments": {},
"cell_type": "markdown",
Expand Down Expand Up @@ -798,6 +788,9 @@
}
],
"metadata": {
"mkdocs": {
"description": "Secure AI model deployment with BlindAI for private Covid-19 diagnosis. Data privacy with SGX enclaves."
},
"colab": {
"collapsed_sections": [
"2RafHsNujNnZ"
Expand Down
12 changes: 3 additions & 9 deletions docs/docs/tutorials/api/whisper_tutorial.ipynb
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<!--\n",
"description: \"Transcribe audio privately with Whisper and BlindAI API: Install Python library, transcribe securely with hardware attestation.\"\n",
"-->"
]
},
{
"attachments": {},
"cell_type": "markdown",
Expand Down Expand Up @@ -501,6 +492,9 @@
}
],
"metadata": {
"mkdocs": {
"description": "Transcribe audio privately with Whisper and BlindAI API: Install Python library, transcribe securely with hardware attestation."
},
"colab": {
"provenance": []
},
Expand Down
13 changes: 3 additions & 10 deletions docs/docs/tutorials/core/uploading_models.ipynb
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
{
"cells": [
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"<!--\n",
"description: \"Upload and test ML models securely on BlindAI server: Ensure user data privacy and security during AI model deployment.\"\n",
"-->"
]
},
{
"attachments": {},
"cell_type": "markdown",
Expand Down Expand Up @@ -1031,6 +1021,9 @@
}
],
"metadata": {
"mkdocs": {
"description": "Upload and test ML models securely on BlindAI server: Ensure user data privacy and security during AI model deployment."
},
"colab": {
"provenance": []
},
Expand Down

0 comments on commit f978952

Please sign in to comment.