Instructions to use langutang/celestial-mini with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use langutang/celestial-mini with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="langutang/celestial-mini")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("langutang/celestial-mini", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,6 +6,7 @@ library_name: transformers
|
|
| 6 |
tags:
|
| 7 |
- cv
|
| 8 |
- robotics
|
|
|
|
| 9 |
---
|
| 10 |
# 🌌 Celestial-Mini: Lightweight Object Detection Model (TF)
|
| 11 |
|
|
@@ -117,4 +118,4 @@ extractor = AutoFeatureExtractor.from_pretrained("langutang/celestial-mini")
|
|
| 117 |
|
| 118 |
---
|
| 119 |
|
| 120 |
-
Transform your edge AI projects with the power of **Celestial-Mini** 🌠
|
|
|
|
| 6 |
tags:
|
| 7 |
- cv
|
| 8 |
- robotics
|
| 9 |
+
pipeline_tag: object-detection
|
| 10 |
---
|
| 11 |
# 🌌 Celestial-Mini: Lightweight Object Detection Model (TF)
|
| 12 |
|
|
|
|
| 118 |
|
| 119 |
---
|
| 120 |
|
| 121 |
+
Transform your edge AI projects with the power of **Celestial-Mini** 🌠
|