Spaces:
Running
Running
kushagra124
commited on
Commit
·
fa1485a
1
Parent(s):
b277989
adding Clip Detection Module notebook
Browse files- Clip_model_notebook.ipynb +0 -0
- requirements.txt +12 -0
Clip_model_notebook.ipynb
ADDED
The diff for this file is too large to render.
See raw diff
|
|
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
transformers
|
3 |
+
torch
|
4 |
+
sentencepiece
|
5 |
+
huggingface_hub
|
6 |
+
numpy
|
7 |
+
opencv-python
|
8 |
+
pyproj
|
9 |
+
Pillow
|
10 |
+
requests
|
11 |
+
urllib3<2
|
12 |
+
git+https://github.com/facebookresearch/segment-anything.git
|