We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c9b1e5 commit 20370f8Copy full SHA for 20370f8
model-classification-app/scripts/classify-images.js
@@ -39,10 +39,10 @@ async function run() {
39
40
// Reset index (uncomment if regenerating)
41
//await clearIndex();
42
-
43
- //await getCakeImages();
44
- //const cakeImageUrls = loadCakeImageUrls();
45
- //await classifyImages('cake', cakeImageUrls);
+
+ await getCakeImages();
+ const cakeImageUrls = loadCakeImageUrls();
+ await classifyImages('cake', cakeImageUrls);
46
47
const objectImageUrls = await getUnsplashImageUrls();
48
await classifyImages("not cake", objectImageUrls);
0 commit comments