onkar-waghmode commited on
Commit
b360fd5
·
1 Parent(s): ea490e1

Application files

Browse files
Files changed (2) hide show
  1. app.py +0 -0
  2. requirements.txt +15 -0
app.py ADDED
Binary file (43.2 kB). View file
 
requirements.txt ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core libraries
2
+ torch
3
+ numpy
4
+ typing-extensions
5
+
6
+ # NLP and Transformers
7
+ transformers
8
+ sentence-transformers
9
+
10
+ # Web UI
11
+ gradio
12
+
13
+ # Optional utilities
14
+ regex
15
+ difflib