Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
| 1 |
---
|
|
|
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
| 1 |
---
|
| 2 |
+
|
| 3 |
license: mit
|
| 4 |
+
tags:
|
| 5 |
+
- image-classification
|
| 6 |
+
- fastai
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
# FastAI Ensemble Model
|
| 10 |
+
|
| 11 |
+
This repository contains four FastAI image classification models:
|
| 12 |
+
- ConvNeXt
|
| 13 |
+
- ViT
|
| 14 |
+
- SwinV2
|
| 15 |
+
- Swin
|
| 16 |
+
|
| 17 |
+
Each was trained on a custom dataset and exported as a `.pkl` file using `learn.export()`.
|
| 18 |
+
|
| 19 |
---
|