File size: 624 Bytes
c702b0c
 
f8bf7d4
 
c702b0c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f8bf7d4
c702b0c
 
e5cc9f3
b7922ef
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
numpy==1.24
pandas==2.2.3


# frontend
streamlit==1.39.0
## for nice map tiles
folium==0.18.0
streamlit_folium==0.23.1

# backend 
datasets==3.0.2


# running ML models

## to use ML models hosted on HF 
huggingface-hub==0.26.1
transformers==4.46.0
#torch
## +minimal reqs for locally running model - with PIL load
pytorch-lightning<=1.5.10
timm==0.5.4
pillow==10.4.0

## also need opencv for handling images in the later model with preprocessing
opencv-python-headless==4.5.5.64
albumentations==1.1.0

# documentation: mkdocs
mkdocs~=1.6.0
mkdocstrings[python]>=0.25.1
mkdocs-material~=9.5.27
mkdocs-homepage-copier~=1.0.0