Instructions to use FIVE-MGI/Single_Neuron_Identification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TF-Keras
How to use FIVE-MGI/Single_Neuron_Identification 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("FIVE-MGI/Single_Neuron_Identification") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,7 +5,7 @@ language:
|
|
| 5 |
datasets:
|
| 6 |
- FIVE-MGI/SNIM20
|
| 7 |
---
|
| 8 |
-
#
|
| 9 |
|
| 10 |
This model is designed for image classification and identifying rafts or regions that have single neurons and are trained on [FIVE-MGI/SNIM20].
|
| 11 |
|
|
|
|
| 5 |
datasets:
|
| 6 |
- FIVE-MGI/SNIM20
|
| 7 |
---
|
| 8 |
+
# Single Neuron (or Cell) Identification
|
| 9 |
|
| 10 |
This model is designed for image classification and identifying rafts or regions that have single neurons and are trained on [FIVE-MGI/SNIM20].
|
| 11 |
|