Recompense commited on
Commit
c5db0dd
·
verified ·
1 Parent(s): 02741e4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -13,6 +13,7 @@ pipeline_tag: image-classification
13
 
14
  This model is an image classification model trained to identify different types of food from images. It was developed as part of a Food Vision project, likely utilizing transfer learning on a pre-trained convolutional neural network.
15
 
 
16
  ## Model Details
17
 
18
  ### Model Description
@@ -38,7 +39,7 @@ This model is intended for classifying images of food into 101 distinct categori
38
  * Organizing food images in databases.
39
 
40
  * Assisting in dietary tracking or recipe suggestions based on images.
41
-
42
  ## Limitations
43
 
44
  * **Dataset Bias:** The model is trained on the Food101 dataset. Its performance may degrade on food images that are significantly different in style, presentation, or origin from those in the training data.
@@ -83,6 +84,7 @@ The primary evaluation metric used is Accuracy. A confusion matrix was also gene
83
 
84
  Transfer learning helped the model achieve greater accuracy, though the model struggled with food closely related to each other indicating more data was needed. The Dataset used alot but more data is still needed to differentiate between closely looking food.
85
 
 
86
  ## Environmental Impact
87
 
88
  Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
@@ -97,6 +99,7 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
97
 
98
  * **Carbon Emitted:** 80 grams of CO2eq (estimated)
99
 
 
100
  ## Technical Specifications
101
 
102
  ### Model Architecture and Objective
@@ -121,6 +124,7 @@ The model was trained using a Tesla T4 GPU on Google Cloud in the us-central reg
121
 
122
  * Helper functions from `helper_functions.py` (likely for plotting, data handling)
123
 
 
124
  ## Usage
125
 
126
  Here's an example of how to use the model for inference on a new image. This assumes the model has been saved in a TensorFlow SavedModel format.
 
13
 
14
  This model is an image classification model trained to identify different types of food from images. It was developed as part of a Food Vision project, likely utilizing transfer learning on a pre-trained convolutional neural network.
15
 
16
+ --
17
  ## Model Details
18
 
19
  ### Model Description
 
39
  * Organizing food images in databases.
40
 
41
  * Assisting in dietary tracking or recipe suggestions based on images.
42
+ --
43
  ## Limitations
44
 
45
  * **Dataset Bias:** The model is trained on the Food101 dataset. Its performance may degrade on food images that are significantly different in style, presentation, or origin from those in the training data.
 
84
 
85
  Transfer learning helped the model achieve greater accuracy, though the model struggled with food closely related to each other indicating more data was needed. The Dataset used alot but more data is still needed to differentiate between closely looking food.
86
 
87
+ --
88
  ## Environmental Impact
89
 
90
  Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
 
99
 
100
  * **Carbon Emitted:** 80 grams of CO2eq (estimated)
101
 
102
+ --
103
  ## Technical Specifications
104
 
105
  ### Model Architecture and Objective
 
124
 
125
  * Helper functions from `helper_functions.py` (likely for plotting, data handling)
126
 
127
+ --
128
  ## Usage
129
 
130
  Here's an example of how to use the model for inference on a new image. This assumes the model has been saved in a TensorFlow SavedModel format.