ESMATUGBA commited on
Commit
0b4cd8e
·
verified ·
1 Parent(s): d9df54c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -9
README.md CHANGED
@@ -3,18 +3,29 @@ title: World Data Analysis
3
  emoji: 🚀
4
  colorFrom: red
5
  colorTo: red
6
- sdk: docker
7
- app_port: 8501
8
- tags:
9
- - streamlit
10
  pinned: false
11
- short_description: World-Data-Analysis
12
  license: apache-2.0
13
  ---
14
 
15
- # Welcome to Streamlit!
16
 
17
- Edit `/src/streamlit_app.py` to customize this app to your heart's desire. :heart:
18
 
19
- If you have any questions, checkout our [documentation](https://docs.streamlit.io) and [community
20
- forums](https://discuss.streamlit.io).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  emoji: 🚀
4
  colorFrom: red
5
  colorTo: red
6
+ sdk: streamlit
 
 
 
7
  pinned: false
 
8
  license: apache-2.0
9
  ---
10
 
11
+ # 🌍 World Data Analysis Dashboard / Dünya Veri Analizi Paneli
12
 
13
+ ### 📊 Project Description / Proje Açıklaması
14
 
15
+ **EN:** Analysis shows that developed countries have high GDP and internet usage. It has also been observed that CO2 emissions are high in these countries. In low-income countries, energy and internet usage are found to be lower. In some cases, an inverse relationship between forest rate and CO2 emissions has been seen.
16
+
17
+ **TR:** Analiz sonucunda gelişmiş ülkelerde GDP ve internet kullanımının yüksek olduğu görülmüştür. Aynı zamanda bu ülkelerde CO2 emisyonunun da yüksek olduğu tespit edilmiştir. Düşük gelirli ülkelerde ise enerji ve internet kullanımının daha düşük olduğu gözlemlenmiştir. Orman oranı ile CO2 emisyonu arasında bazı durumlarda ters ilişki olduğu görülmüştür.
18
+
19
+ ---
20
+
21
+ ### 💡 Examples / Örnekler:
22
+ * **High GDP & CO2:** USA, China, Germany.
23
+ * **Low Income & Energy:** Afghanistan, Yemen, Zambia.
24
+
25
+ * **Yüksek GDP & CO2:** ABD (USA), Çin (China), Almanya.
26
+ * **Düşük Gelir & Enerji:** Afganistan, Yemen, Zambiya.
27
+
28
+ ---
29
+ **Tech Stack:** Streamlit, Pandas, Plotly, Matplotlib.
30
+
31
+ ---