Spaces:
Runtime error
Runtime error
Pruthul
commited on
added huggingface spaces yaml
Browse files
README.md
CHANGED
@@ -1,2 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Assignment3_Pruthul_p222
|
2 |
Using Resnet CNN and KNN to find similar images
|
|
|
1 |
+
---
|
2 |
+
title: Image Simmilarity App
|
3 |
+
emoji: ⚡
|
4 |
+
colorFrom: yellow
|
5 |
+
colorTo: yellow
|
6 |
+
sdk: streamlit
|
7 |
+
sdk_version: 1.17.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
# Assignment3_Pruthul_p222
|
13 |
Using Resnet CNN and KNN to find similar images
|