ESMATUGBA commited on
Commit
8de391f
·
verified ·
1 Parent(s): 2c917b8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -9
README.md CHANGED
@@ -3,18 +3,36 @@ title: Gold Price 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: Gold_Price_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
+ app_file: app.py
 
 
8
  pinned: false
9
+ short_description: Interactive Gold Price Analysis Dashboard
10
  license: apache-2.0
11
  ---
12
 
13
+ # 💰 Gold Price Analysis Dashboard / Altın Fiyat Analizi Paneli
14
 
15
+ Bu proje, 2008 ve sonrası altın fiyat verilerini kullanarak kullanıcıya etkileşimli bir analiz deneyimi sunar.
16
+ This project provides an interactive analysis experience using gold price data from 2008 onwards.
17
 
18
+ ## 🚀 Özellikler / Features
19
+
20
+ * **Interactive Sidebar:** Yıllara göre veri filtreleme. / Data filtering by years.
21
+ * **Executive Summary:** Yönetici için her yıla özel yatırım notları. / Special investment notes for executives.
22
+ * **Visualizations:** * Zaman Serisi Grafiği / Time Series Plot
23
+ * Dağılım Analizi / Distribution (KDE) Plot
24
+ * Korelasyon Matrisi / Correlation Heatmap
25
+ * **Data Access:** Filtrelenmiş veriyi CSV olarak indirme imkanı. / Option to download filtered data as CSV.
26
+
27
+ ## 🛠️ Kullanılan Teknolojiler / Technologies Used
28
+
29
+ * **Python**
30
+ * **Streamlit** (Arayüz / UI)
31
+ * **Pandas** (Veri İşleme / Data Processing)
32
+ * **Matplotlib & Seaborn** (Görselleştirme / Visualization)
33
+
34
+ ## 📊 Veri Seti Hakkında / About Dataset
35
+ Veri seti, altın (GLD), gümüş (SLV), ham petrol (USO) ve borsa endeksleri (SPX) arasındaki günlük fiyat değişimlerini içermektedir.
36
+ The dataset includes daily price changes between gold (GLD), silver (SLV), crude oil (USO), and stock indices (SPX).
37
+
38
+ ---