Instructions to use suvmkr/classification_between_6_types with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use suvmkr/classification_between_6_types with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://suvmkr/classification_between_6_types") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Classification Between 6 Types
|
| 2 |
|
| 3 |
This is a Convolutional Neural Network (CNN) model trained to classify images into six categories.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- image-classification
|
| 4 |
+
- cnn
|
| 5 |
+
- keras
|
| 6 |
+
- tensorflow
|
| 7 |
+
license: apache-2.0
|
| 8 |
+
datasets:
|
| 9 |
+
- custom-dataset
|
| 10 |
+
model_creator: suvmkr
|
| 11 |
+
model_name: Classification Between 6 Types
|
| 12 |
+
framework: tensorflow
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
# Classification Between 6 Types
|
| 16 |
|
| 17 |
This is a Convolutional Neural Network (CNN) model trained to classify images into six categories.
|