Instructions to use Fuat55/brain_Adam_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Fuat55/brain_Adam_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Fuat55/brain_Adam_model") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageClassification processor = AutoImageProcessor.from_pretrained("Fuat55/brain_Adam_model") model = AutoModelForImageClassification.from_pretrained("Fuat55/brain_Adam_model") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Jan15_06-47-06_d58e0ed6f290
- Jan15_07-03-04_d58e0ed6f290
- Jan15_07-18-36_d58e0ed6f290
- Jan15_07-34-34_d58e0ed6f290
- Jan15_07-50-36_d58e0ed6f290
- Jan15_08-06-55_d58e0ed6f290
- Jan15_08-22-38_d58e0ed6f290
- Jan15_08-38-36_d58e0ed6f290
- Jan15_08-54-31_d58e0ed6f290
- Jan15_09-10-40_d58e0ed6f290
- Jan15_09-26-31_d58e0ed6f290
- Jan15_09-42-37_d58e0ed6f290
- Jan15_09-58-58_d58e0ed6f290
- Jan15_10-15-08_d58e0ed6f290
- Jan15_10-31-05_d58e0ed6f290