Instructions to use Recompense/FoodVision with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use Recompense/FoodVision with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://Recompense/FoodVision") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -69,12 +69,10 @@ The primary evaluation metric used is Accuracy. A confusion matrix was also gene
|
|
| 69 |
|
| 70 |
* **Accuracy:** The proportion of correctly classified images out of the total number of images evaluated.
|
| 71 |
|
| 72 |
-
*
|
| 73 |
$$
|
| 74 |
\text{Accuracy} = \frac{\text{Number of correct predictions}}{\text{Total number of predictions}}
|
| 75 |
$$
|
| 76 |
|
| 77 |
-
|
| 78 |
* **Confusion Matrix:** A table that visualizes the performance of a classification model. Each row represents the instances in an actual class, while each column represents the instances in a predicted class.
|
| 79 |
|
| 80 |
### Results
|
|
|
|
| 69 |
|
| 70 |
* **Accuracy:** The proportion of correctly classified images out of the total number of images evaluated.
|
| 71 |
|
|
|
|
| 72 |
$$
|
| 73 |
\text{Accuracy} = \frac{\text{Number of correct predictions}}{\text{Total number of predictions}}
|
| 74 |
$$
|
| 75 |
|
|
|
|
| 76 |
* **Confusion Matrix:** A table that visualizes the performance of a classification model. Each row represents the instances in an actual class, while each column represents the instances in a predicted class.
|
| 77 |
|
| 78 |
### Results
|