Really-amin commited on
Commit
784cc62
·
verified ·
1 Parent(s): 37be81a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - cryptocurrency
4
+ - crypto
5
+ - market-data
6
+ - real-time
7
+ - data-hub
8
+ license: mit
9
+ ---
10
+
11
+ # Really-amin/crypto-sentiment-data
12
+
13
+ Cryptocurrency market sentiment indicators from multiple sources
14
+
15
+ ## Data Source
16
+ This dataset is automatically updated from real cryptocurrency APIs:
17
+ - CoinGecko API (market data)
18
+ - Binance API (OHLC data)
19
+
20
+ ## Update Frequency
21
+ Data is updated every 60 seconds with real-time information.
22
+
23
+ ## Usage
24
+
25
+ ```python
26
+ from datasets import load_dataset
27
+
28
+ # Load the dataset
29
+ dataset = load_dataset("Really-amin/crypto-sentiment-data")
30
+
31
+ # Access data
32
+ df = dataset['train'].to_pandas()
33
+ print(df.head())
34
+ ```
35
+
36
+ ## Data Hub Architecture
37
+
38
+ ```
39
+ External APIs → Data Hub → HuggingFace Datasets → Clients
40
+ ```
41
+
42
+ All data is real - no mock or fake data.
43
+
44
+ ## Last Updated
45
+ 2025-12-06T04:06:13.406972Z