Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +27 -0
requirements.txt
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
black
|
2 |
+
flake8
|
3 |
+
ipython
|
4 |
+
isort
|
5 |
+
jupyterlab
|
6 |
+
loguru
|
7 |
+
matplotlib
|
8 |
+
mkdocs
|
9 |
+
notebook
|
10 |
+
numpy
|
11 |
+
pandas
|
12 |
+
pip
|
13 |
+
python-dotenv
|
14 |
+
scikit-learn
|
15 |
+
tqdm
|
16 |
+
typer
|
17 |
+
dvc
|
18 |
+
fastapi
|
19 |
+
python-multipart
|
20 |
+
# torch==1.13.1+cpu
|
21 |
+
# torchvision==0.14.1+cpu
|
22 |
+
torch
|
23 |
+
flask
|
24 |
+
torchvision
|
25 |
+
mlflow
|
26 |
+
timm
|
27 |
+
uvicorn[standard]
|