witchEverly
commited on
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit ~= 1.33.0
|
2 |
+
pillow ~= 10.3.0
|
3 |
+
numpy ~= 1.26.4
|
4 |
+
torch ~= 2.0.1
|
5 |
+
torchvision ~= 0.15.2
|
6 |
+
transformers ~= 4.39.3
|
7 |
+
google-generativeai ~= 0.5.2
|
8 |
+
pandas~=2.1.4
|
9 |
+
python-dotenv~=0.21.0
|
10 |
+
google~=3.0.0
|
11 |
+
pyperclip~=1.8.2
|