Rahul Bhoyar
commited on
Commit
·
9fbcf4e
1
Parent(s):
aab71f2
Updated requirements.txt and gitignore
Browse files- .gitignore +1 -1
- model_creation/.DS_Store +0 -0
- model_creation/dataset_exploration.ipynb +0 -0
- requirements.txt +1 -0
.gitignore
CHANGED
@@ -159,5 +159,5 @@ cython_debug/
|
|
159 |
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
160 |
#.idea/
|
161 |
uploaded_image.jpg
|
162 |
-
model_creation/
|
163 |
vgg16_model.keras
|
|
|
159 |
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
160 |
#.idea/
|
161 |
uploaded_image.jpg
|
162 |
+
model_creation/women_fashion_data
|
163 |
vgg16_model.keras
|
model_creation/.DS_Store
ADDED
Binary file (8.2 kB). View file
|
|
model_creation/dataset_exploration.ipynb
ADDED
The diff for this file is too large to render.
See raw diff
|
|
requirements.txt
CHANGED
@@ -8,3 +8,4 @@ Pillow
|
|
8 |
idna
|
9 |
huggingface-cli
|
10 |
huggingface_hub[cli]
|
|
|
|
8 |
idna
|
9 |
huggingface-cli
|
10 |
huggingface_hub[cli]
|
11 |
+
watchdog
|