oookiku commited on
Commit
5b79f26
·
1 Parent(s): d3f5dc8

added requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +25 -0
requirements.txt ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # LLMs
2
+ openai
3
+ tiktoken
4
+ langchain
5
+ langchian-core
6
+
7
+ # Web app
8
+ streamlit
9
+ streamlit-folium
10
+ folium
11
+
12
+ # Google Map API
13
+ googlemaps
14
+
15
+ # OR-tools
16
+ ortools
17
+
18
+ # other convenient packages
19
+ torchmetrics
20
+ scipy
21
+ pandas
22
+ matplotlib
23
+ tqdm
24
+ jupyter
25
+ jupyterlab