Spaces:
Running
Running
Deepak Sahu
commited on
Commit
·
99c249d
1
Parent(s):
dc4b86a
Create requirements.txt
Browse files- README.md +0 -2
- requirements.txt +2 -0
README.md
CHANGED
@@ -17,8 +17,6 @@ A HyDE based approach for building recommendation engine.
|
|
17 |
|
18 |
I used google colab with following libraries extra.
|
19 |
|
20 |
-
NOT storing `requirements.txt` because issue while pushing to HF space.
|
21 |
-
|
22 |
```SH
|
23 |
pip install -U sentence-transformers datasets
|
24 |
```
|
|
|
17 |
|
18 |
I used google colab with following libraries extra.
|
19 |
|
|
|
|
|
20 |
```SH
|
21 |
pip install -U sentence-transformers datasets
|
22 |
```
|
requirements.txt
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
sentence-transformers
|
2 |
+
datasets
|