Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Model Card – Simple ResNet18 Image Classifier
|
| 2 |
+
|
| 3 |
+
**Model:** ResNet18 (fine-tuned)
|
| 4 |
+
**Framework:** PyTorch
|
| 5 |
+
**Intended Use:**
|
| 6 |
+
- Small projects
|
| 7 |
+
- Robotics object classification
|
| 8 |
+
- Educational ML experiments
|
| 9 |
+
|
| 10 |
+
**Training Data:**
|
| 11 |
+
User-provided images placed in:
|
| 12 |
+
```
|
| 13 |
+
data/train/<class>
|
| 14 |
+
data/val/<class>
|
| 15 |
+
```
|
| 16 |
+
|
| 17 |
+
**Evaluation Metric:**
|
| 18 |
+
- Validation Accuracy per epoch.
|
| 19 |
+
|
| 20 |
+
**Limitations:**
|
| 21 |
+
- Not suitable for medical/safety-critical tasks.
|
| 22 |
+
- Accuracy depends fully on dataset quality.
|
| 23 |
+
|
| 24 |
+
**License:** Free for personal and commercial use.
|