Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -21,4 +21,33 @@ configs:
|
|
21 |
data_files:
|
22 |
- split: train
|
23 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
data_files:
|
22 |
- split: train
|
23 |
path: data/train-*
|
24 |
+
task_categories:
|
25 |
+
- image-classification
|
26 |
+
language:
|
27 |
+
- en
|
28 |
+
tags:
|
29 |
+
- fintwit
|
30 |
+
- twitter
|
31 |
+
- charts
|
32 |
+
- financial
|
33 |
+
- financial charts
|
34 |
+
- finance
|
35 |
+
- stocks
|
36 |
+
- crypto
|
37 |
+
- image
|
38 |
+
pretty_name: FinTwit Charts
|
39 |
---
|
40 |
+
|
41 |
+
## FinTwit Charts
|
42 |
+
|
43 |
+
This dataset is a collection of a sample of images from tweets that I scraped using my [Discord bot](https://github.com/StephanAkkerman/fintwit-bot) that keeps track of financial influencers on Twitter.
|
44 |
+
The data consists mainly of images that are financial charts about either cryptocurrency or stocks.
|
45 |
+
This dataset can be used for a wide variety of tasks, such as image classification or feature extraction.
|
46 |
+
|
47 |
+
I used this dataset for training my [chart-recognizer model](https://huggingface.co/StephanAkkerman/chart-recognizer) for classifying if an image is a chart or not.
|
48 |
+
|
49 |
+
## Acknowledgments
|
50 |
+
We extend our heartfelt gratitude to all the authors of the original tweets.
|
51 |
+
|
52 |
+
## License
|
53 |
+
This dataset is made available under the MIT license, adhering to the licensing terms of the original datasets.
|