summaryrefslogtreecommitdiff
path: root/docs/posts/2019-12-04-Google-Teachable-Machines.html
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2024-03-26 23:38:14 -0600
committerNavan Chauhan <navanchauhan@gmail.com>2024-03-26 23:38:14 -0600
commitf6d2141a480dd6b5b8ee0e48d43bb64773232791 (patch)
tree2c1debfc78746324b9e38be0bf4796b7a84a6348 /docs/posts/2019-12-04-Google-Teachable-Machines.html
parentaae00025bd8bff04de90b22b2472aed8a232f476 (diff)
add header ids
Diffstat (limited to 'docs/posts/2019-12-04-Google-Teachable-Machines.html')
-rw-r--r--docs/posts/2019-12-04-Google-Teachable-Machines.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/posts/2019-12-04-Google-Teachable-Machines.html b/docs/posts/2019-12-04-Google-Teachable-Machines.html
index 9793228..e8e0227 100644
--- a/docs/posts/2019-12-04-Google-Teachable-Machines.html
+++ b/docs/posts/2019-12-04-Google-Teachable-Machines.html
@@ -6,13 +6,13 @@
<link rel="stylesheet" href="/assets/main.css" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Image Classifier With Teachable Machines</title>
+ <title>id="image-classifier-with-teachable-machines">Image Classifier With Teachable Machines</title>
<meta name="og:site_name" content="Navan Chauhan" />
<link rel="canonical" href="https://web.navan.dev/posts/2019-12-04-Google-Teachable-Machines.html" />
<meta name="twitter:url" content="https://web.navan.dev/posts/2019-12-04-Google-Teachable-Machines.html />
<meta name="og:url" content="https://web.navan.dev/posts/2019-12-04-Google-Teachable-Machines.html" />
- <meta name="twitter:title" content="Image Classifier With Teachable Machines" />
- <meta name="og:title" content="Image Classifier With Teachable Machines" />
+ <meta name="twitter:title" content="id="image-classifier-with-teachable-machines">Image Classifier With Teachable Machines" />
+ <meta name="og:title" content="id="image-classifier-with-teachable-machines">Image Classifier With Teachable Machines" />
<meta name="description" content="Tutorial on creating a custom image classifier quickly with Google Teachable Machines" />
<meta name="twitter:description" content="Tutorial on creating a custom image classifier quickly with Google Teachable Machines" />
<meta name="og:description" content="Tutorial on creating a custom image classifier quickly with Google Teachable Machines" />
@@ -44,7 +44,7 @@
<main>
- <h1>Image Classifier With Teachable Machines</h1>
+ <h1 id="image-classifier-with-teachable-machines">Image Classifier With Teachable Machines</h1>
<p>Made for Google Code-In</p>
@@ -52,7 +52,7 @@
<p>Using Glitch and the Teachable Machines, build a Book Detector with Tensorflow.js. When a book is recognized, the code would randomly suggest a book/tell a famous quote from a book. Here is an example Project to get you started: https://glitch.com/~voltaic-acorn</p>
-<h3>Details</h3>
+<h3 id="details">Details</h3>
<p>1) Collecting Data</p>