VoltIC commited on
Commit
38d00d4
·
verified ·
1 Parent(s): 6856b9a

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -0
requirements.txt ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core ML Libraries
2
+ transformers
3
+ torch
4
+ sentencepiece
5
+
6
+ # TensorFlow Compatibility (Fixes the Keras 3 error)
7
+ tf-keras
8
+ tensorflow
9
+
10
+ # Web App Interface
11
+ streamlit