Recompense commited on
Commit
75a2401
·
verified ·
1 Parent(s): 80f840a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -15
README.md CHANGED
@@ -16,27 +16,20 @@ This model is an image classification model trained to identify different types
16
 
17
  ---
18
 
19
- ## Model Details
20
 
21
  ### Model Description
22
 
23
  This model is a deep learning model for classifying food images into one of 101 categories from the Food101 dataset. It was trained using TensorFlow and likely employs a transfer learning approach, leveraging the features learned by a model pre-trained on a large dataset like ImageNet. The training process included the use of mixed precision for potentially faster training and reduced memory usage.
24
 
25
- * **Developed by:** Based on the notebook, this seems to be a personal project or tutorial. You should replace this with the actual developer's name or organization.
26
  * **Model type:** Image Classification (likely Transfer Learning with a CNN backbone)
27
  * **Language(s) (NLP):** N/A (Image Classification)
28
  * **License:** MIT
29
  * **Finetuned from model:** EfficienntNetB0
30
 
31
- ### Model Sources [optional]
32
 
33
- * **Repository:** \[More Information Needed - Link to the GitHub repository or other source code location]
34
- * **Paper [optional]:** \[More Information Needed - Link to any relevant paper if applicable]
35
- * **Demo [optional]:** \[More Information Needed - Link to a demo if available]
36
-
37
- ---
38
-
39
- ## Uses
40
 
41
  This model is intended for classifying images of food into 101 distinct categories. Potential use cases include:
42
 
@@ -46,7 +39,7 @@ This model is intended for classifying images of food into 101 distinct categori
46
 
47
  ---
48
 
49
- ## Limitations
50
 
51
  * **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.
52
  * **Image Quality:** Performance can be affected by image quality, lighting conditions, occlusions, and variations in food presentation.
@@ -54,7 +47,7 @@ This model is intended for classifying images of food into 101 distinct categori
54
 
55
  ---
56
 
57
- ## Evaluation
58
 
59
  The model's performance was evaluated using standard classification metrics on a validation set from the Food101 dataset.
60
 
@@ -91,7 +84,7 @@ Transfer learning helped the model achieve greater accuracy, though the model st
91
 
92
  ---
93
 
94
- ## Environmental Impact
95
 
96
  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
 
@@ -103,7 +96,7 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
103
 
104
  ---
105
 
106
- ## Technical Specifications
107
 
108
  ### Model Architecture and Objective
109
 
@@ -124,7 +117,7 @@ The model was trained using a Tesla T4 GPU on Google Cloud in the us-central reg
124
 
125
  ---
126
 
127
- ## Usage
128
 
129
  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.
130
 
 
16
 
17
  ---
18
 
19
+ # Model Details
20
 
21
  ### Model Description
22
 
23
  This model is a deep learning model for classifying food images into one of 101 categories from the Food101 dataset. It was trained using TensorFlow and likely employs a transfer learning approach, leveraging the features learned by a model pre-trained on a large dataset like ImageNet. The training process included the use of mixed precision for potentially faster training and reduced memory usage.
24
 
25
+ * **Developed by:** `Recompense` Me!
26
  * **Model type:** Image Classification (likely Transfer Learning with a CNN backbone)
27
  * **Language(s) (NLP):** N/A (Image Classification)
28
  * **License:** MIT
29
  * **Finetuned from model:** EfficienntNetB0
30
 
 
31
 
32
+ # Uses
 
 
 
 
 
 
33
 
34
  This model is intended for classifying images of food into 101 distinct categories. Potential use cases include:
35
 
 
39
 
40
  ---
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.
45
  * **Image Quality:** Performance can be affected by image quality, lighting conditions, occlusions, and variations in food presentation.
 
47
 
48
  ---
49
 
50
+ # Evaluation
51
 
52
  The model's performance was evaluated using standard classification metrics on a validation set from the Food101 dataset.
53
 
 
84
 
85
  ---
86
 
87
+ # Environmental Impact
88
 
89
  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).
90
 
 
96
 
97
  ---
98
 
99
+ # Technical Specifications
100
 
101
  ### Model Architecture and Objective
102
 
 
117
 
118
  ---
119
 
120
+ # Usage
121
 
122
  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.
123