Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
pipeline_tag: image-to-text
|
3 |
+
---
|
4 |
+
|
5 |
+
This is a PyTorch-based deep learning model for classifying different types of shoes. The model is trained
|
6 |
+
using a DenseNet201 architecture on a custom dataset sourced from Kaggle.
|