Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# High-Throughput Image Classification Service
|
| 2 |
|
| 3 |
A production-ready image classification API using ResNet-18 with ONNX optimization, FastAPI, and CI/CD pipeline.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Image Classification Service
|
| 3 |
+
emoji: 🖼️
|
| 4 |
+
colorFrom: indigo
|
| 5 |
+
colorTo: purple
|
| 6 |
+
sdk: docker
|
| 7 |
+
pinned: false
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
# High-Throughput Image Classification Service
|
| 11 |
|
| 12 |
A production-ready image classification API using ResNet-18 with ONNX optimization, FastAPI, and CI/CD pipeline.
|