Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -3,18 +3,36 @@ title: Gold Price Analysis
|
|
| 3 |
emoji: 🚀
|
| 4 |
colorFrom: red
|
| 5 |
colorTo: red
|
| 6 |
-
sdk:
|
| 7 |
-
|
| 8 |
-
tags:
|
| 9 |
-
- streamlit
|
| 10 |
pinned: false
|
| 11 |
-
short_description:
|
| 12 |
license: apache-2.0
|
| 13 |
---
|
| 14 |
|
| 15 |
-
#
|
| 16 |
|
| 17 |
-
|
|
|
|
| 18 |
|
| 19 |
-
|
| 20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
---
|