StephanAkkerman commited on
Commit
791fe5f
1 Parent(s): 67f0bfe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +52 -0
README.md CHANGED
@@ -20,4 +20,56 @@ configs:
20
  data_files:
21
  - split: train
22
  path: data/train-*
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  data_files:
21
  - split: train
22
  path: data/train-*
23
+ license: mit
24
+ task_categories:
25
+ - image-classification
26
+ - image-feature-extraction
27
+ language:
28
+ - en
29
+ pretty_name: Stock Charts
30
+ tags:
31
+ - fintwit
32
+ - twitter
33
+ - charts
34
+ - financial
35
+ - financial charts
36
+ - finance
37
+ - stocks
38
+ - crypto
39
+ - image
40
+ size_categories:
41
+ - 1K<n<10K
42
  ---
43
+
44
+ ## Stock Charts
45
+
46
+ 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.
47
+ The data consists of images that were part of tweets that mentioned a stock.
48
+ This dataset can be used for a wide variety of tasks, such as image classification or feature extraction.
49
+
50
+ ### FinTwit Charts Collection
51
+ This dataset is part of a larger collection of datasets, scraped from Twitter and labeled by a human (me). Below is the list of related datasets.
52
+ - [Crypto Charts](huggingface.co/datasets/StephanAkkerman/crypto-charts): Images of financial charts of cryptocurrencies
53
+ - [Stock Charts](https://huggingface.co/datasets/StephanAkkerman/stock-charts): Images of financial charts of stocks
54
+ - [FinTwit Images](https://huggingface.co/datasets/StephanAkkerman/fintwit-images): Images that had no clear description, this contains a lot of non-chart images
55
+
56
+ ## Dataset Structure
57
+ Each images in the dataset is structured as follows:
58
+
59
+ - **Image**: The image of the tweet, this can be of varying dimensions.
60
+ - **Label**: A numerical label indicating the category of the image, with '1' for charts, and '0' for non-charts.
61
+
62
+ ## Dataset Size
63
+ The dataset comprises 5,203 images in total, categorized into:
64
+
65
+ - 4,607 chart images
66
+ - 596 non-chart images
67
+
68
+ ## Usage
69
+ 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.
70
+
71
+ ## Acknowledgments
72
+ We extend our heartfelt gratitude to all the authors of the original tweets.
73
+
74
+ ## License
75
+ This dataset is made available under the MIT license, adhering to the licensing terms of the original datasets.