README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
A model trained to classify the material of European plates, as found in the British Museum collection.
|
| 2 |
+
Initial model was trained using basic fastai workflow with timm integration.
|
| 3 |
+
|
| 4 |
+
Architecture: "vit_base_patch16_224_in21k"
|
| 5 |
+
|
| 6 |
+
Should be able to predict the Material used (as defined by the British Museum) if that material was either porcelain,porcelain and gold, or earthenware with ~70% accuracy.
|
| 7 |
+
|
| 8 |
+
Examples to test can be found at: https://www.britishmuseum.org/collection/search?keyword=plate&object=plate&place=Europe&image=true&dateFrom=1700&eraFrom=ad&view=grid&sort=object_name__asc&page=1
|