Spaces:
Sleeping
Sleeping
Yunus Serhat Bıçakçı
commited on
Commit
·
e21d3ea
1
Parent(s):
6c0b6f0
update
Browse files- pages/2_↔️_Comparision.py +2 -2
- requirements.txt +1 -23
pages/2_↔️_Comparision.py
CHANGED
@@ -21,9 +21,9 @@ st.sidebar.info(
|
|
21 |
st.title("Comparision of Hate Tweets and Crime Rates")
|
22 |
st.markdown(
|
23 |
"""
|
24 |
-
These interactive maps illustrate a comparison of overall borough-level rates based on Twitter and London Metropolitan Police Service data as of December 2022.
|
25 |
|
26 |
-
|
27 |
|
28 |
"""
|
29 |
)
|
|
|
21 |
st.title("Comparision of Hate Tweets and Crime Rates")
|
22 |
st.markdown(
|
23 |
"""
|
24 |
+
These interactive maps illustrate a comparison of overall borough-level rates based on Twitter and London Metropolitan Police Service (MPS) data as of December 2022.
|
25 |
|
26 |
+
In the first map shows the representation of hate tweets according to Twitter data, while the second map shows the representation of rates of all crimes according to MPS data.
|
27 |
|
28 |
"""
|
29 |
)
|
requirements.txt
CHANGED
@@ -1,34 +1,12 @@
|
|
1 |
--find-links=https://girder.github.io/large_image_wheels GDAL
|
2 |
-
--extra-index-url https://download.pytorch.org/whl/cu113
|
3 |
-
# cartopy
|
4 |
folium==0.13.0
|
5 |
-
# ipywidgets<8.0.5
|
6 |
geemap
|
7 |
ffmpeg-python
|
8 |
geopandas
|
9 |
-
jupyter-server-proxy
|
10 |
-
# keplergl
|
11 |
leafmap>=0.18.6
|
12 |
-
localtileserver
|
13 |
-
nbserverproxy
|
14 |
owslib
|
15 |
palettable
|
16 |
plotly
|
17 |
streamlit
|
18 |
streamlit-bokeh-events
|
19 |
-
streamlit-folium
|
20 |
-
streamlit-keplergl
|
21 |
-
tropycal
|
22 |
-
streamlit-chat
|
23 |
-
streamlit-extras
|
24 |
-
hugchat
|
25 |
-
# git+https://github.com/giswqs/leafmap
|
26 |
-
# git+https://github.com/giswqs/geemap
|
27 |
-
torch==1.12.0+cu113
|
28 |
-
fairscale
|
29 |
-
sentencepiece
|
30 |
-
Pillow
|
31 |
-
huggingface_hub
|
32 |
-
git+https://github.com/csuhan/timm_0_3_2.git
|
33 |
-
git+https://github.com/openai/CLIP.git
|
34 |
-
gradio
|
|
|
1 |
--find-links=https://girder.github.io/large_image_wheels GDAL
|
|
|
|
|
2 |
folium==0.13.0
|
|
|
3 |
geemap
|
4 |
ffmpeg-python
|
5 |
geopandas
|
|
|
|
|
6 |
leafmap>=0.18.6
|
|
|
|
|
7 |
owslib
|
8 |
palettable
|
9 |
plotly
|
10 |
streamlit
|
11 |
streamlit-bokeh-events
|
12 |
+
streamlit-folium
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|