harshinde commited on
Commit
eba76d0
·
verified ·
1 Parent(s): 7cbe91c

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -0
requirements.txt ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # JupyterLab & Extensions
2
+ jupyterlab==4.4.7
3
+ tornado==6.5.2
4
+ ipywidgets==8.1.7
5
+
6
+ # Data Science Essentials
7
+ numpy
8
+ pandas
9
+ matplotlib
10
+ seaborn
11
+ plotly
12
+
13
+ # Hugging Face & NLP
14
+ transformers
15
+ datasets