Create requirement.txt
Browse files- requirement.txt +6 -0
requirement.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
numpy
|
3 |
+
opencv-python
|
4 |
+
tensorflow
|
5 |
+
transformers
|
6 |
+
pillow
|