Image Recognition Web Application using Pretrained VisionTransformer
.
├── 📁 static
│ ├── 📄 sample_image01.jpg
│ ├── 📄 sample_image02.jpg
│ └── 📄 sample_image03.jpg
├── 📁 templates
│ └── 📄 index.html
├── 📄 app.py
├── 📄 labels_map.txt
└── 📄 vit.ipynb