From f6d2141a480dd6b5b8ee0e48d43bb64773232791 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Tue, 26 Mar 2024 23:38:14 -0600 Subject: add header ids --- ...20-01-16-Image-Classifier-Using-Turicreate.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'docs/posts/2020-01-16-Image-Classifier-Using-Turicreate.html') diff --git a/docs/posts/2020-01-16-Image-Classifier-Using-Turicreate.html b/docs/posts/2020-01-16-Image-Classifier-Using-Turicreate.html index 4702325..c81a687 100644 --- a/docs/posts/2020-01-16-Image-Classifier-Using-Turicreate.html +++ b/docs/posts/2020-01-16-Image-Classifier-Using-Turicreate.html @@ -6,13 +6,13 @@ - Creating a Custom Image Classifier using Turicreate to detect Smoke and Fire + id="creating-a-custom-image-classifier-using-turicreate-to-detect-smoke-and-fire">Creating a Custom Image Classifier using Turicreate to detect Smoke and Fire - - + Creating a Custom Image Classifier using Turicreate to detect Smoke and Fire" /> + Creating a Custom Image Classifier using Turicreate to detect Smoke and Fire" /> @@ -44,13 +44,13 @@
-

Creating a Custom Image Classifier using Turicreate to detect Smoke and Fire

+

Creating a Custom Image Classifier using Turicreate to detect Smoke and Fire

For setting up Kaggle with Google Colab, please refer to my previous post

-

Dataset

+

Dataset

-

Mounting Google Drive

+

Mounting Google Drive

import os
@@ -59,7 +59,7 @@
 
-

Downloading Dataset from Kaggle

+

Downloading Dataset from Kaggle

os.environ['KAGGLE_CONFIG_DIR'] = "/content/drive/My Drive/"
@@ -68,7 +68,7 @@
 
-

Pre-Processing

+

Pre-Processing

!mkdir default smoke fire
@@ -154,9 +154,9 @@
 
-

Making the Image Classifier

+

Making the Image Classifier

-

Making an SFrame

+

Making an SFrame

!pip install turicreate
@@ -219,7 +219,7 @@
 
-

Making the Model

+

Making the Model

import turicreate as tc
-- 
cgit v1.2.3