Instructions to use DataMinds/cnn_brain_tumor_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TF-Keras
How to use DataMinds/cnn_brain_tumor_classification with TF-Keras:
# Note: 'keras<3.x' or 'tf_keras' must be installed (legacy) # See https://github.com/keras-team/tf-keras for more details. from huggingface_hub import from_pretrained_keras model = from_pretrained_keras("DataMinds/cnn_brain_tumor_classification") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,7 +9,7 @@ metrics:
|
|
| 9 |
library_name: keras
|
| 10 |
pipeline_tag: image-classification
|
| 11 |
---
|
| 12 |
-
# Brain tumor classification
|
| 13 |
|
| 14 |
<!-- Provide a quick summary of what the model is/does.
|
| 15 |
|
|
|
|
| 9 |
library_name: keras
|
| 10 |
pipeline_tag: image-classification
|
| 11 |
---
|
| 12 |
+
# Brain tumor classification using CNN
|
| 13 |
|
| 14 |
<!-- Provide a quick summary of what the model is/does.
|
| 15 |
|