Image Classification
Keras
English
tensorflow
medical-imaging
brain-tumor
cnn
computer-vision
healthcare
mri-scans
Instructions to use supakornn/Brain-Tumor-Classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use supakornn/Brain-Tumor-Classification with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://supakornn/Brain-Tumor-Classification") - Notebooks
- Google Colab
- Kaggle
Upload folder using huggingface_hub
Browse files
.gitattributes
CHANGED
|
@@ -38,3 +38,8 @@ class_distribution.png filter=lfs diff=lfs merge=lfs -text
|
|
| 38 |
confusion_matrix_finetuned_normalized.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
prediction.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
sample_images.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
confusion_matrix_finetuned_normalized.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
prediction.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
sample_images.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
images/SimpleCNN_training_history.png filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
images/class_distribution.png filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
images/confusion_matrix_finetuned_normalized.png filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
images/prediction.png filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
images/sample_images.png filter=lfs diff=lfs merge=lfs -text
|
images/SimpleCNN_training_history.png
ADDED
|
Git LFS Details
|
images/class_distribution.png
ADDED
|
Git LFS Details
|
images/confusion_matrix_finetuned_normalized.png
ADDED
|
Git LFS Details
|
images/prediction.png
ADDED
|
Git LFS Details
|
images/sample_images.png
ADDED
|
Git LFS Details
|