Commit
•
83f6618
1
Parent(s):
04262b8
Update requirements.txt (#1)
Browse files- Update requirements.txt (55a3acd89cb6a32b44ce63d3e5a9fa811868ebc2)
Co-authored-by: Hoàng Hoài Thương <Amy2107@users.noreply.huggingface.co>
- requirements.txt +5 -4
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
-
|
2 |
numpy
|
3 |
-
opencv-python
|
4 |
-
|
5 |
-
|
|
|
|
1 |
+
streamlit
|
2 |
numpy
|
3 |
+
opencv-python-headless
|
4 |
+
tensorflow
|
5 |
+
keras
|
6 |
+
Pillow
|