File size: 2,442 Bytes
86b8966
72849fe
 
 
 
 
 
 
 
 
86b8966
 
 
 
 
e50c09a
 
 
 
 
 
72849fe
86b8966
 
ee08583
2fdae1c
ee08583
 
86b8966
 
 
 
 
791fe5f
 
 
 
 
 
 
 
 
 
86b8966
791fe5f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
---
language:
- en
license: mit
size_categories:
- 1K<n<10K
task_categories:
- image-classification
- image-feature-extraction
pretty_name: Stock Charts
dataset_info:
  features:
  - name: image
    dtype: image
  - name: label
    dtype:
      class_label:
        names:
          '0': charts
          '1': non-charts
  - name: id
    dtype: string
  splits:
  - name: train
    num_bytes: 541945527.874
    num_examples: 4763
  download_size: 513966372
  dataset_size: 541945527.874
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
tags:
- fintwit
- twitter
- charts
- financial
- financial charts
- finance
- stocks
- crypto
- image
---

## Stock Charts

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.
The data consists of images that were part of tweets that mentioned a stock.
This dataset can be used for a wide variety of tasks, such as image classification or feature extraction.

### FinTwit Charts Collection
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.
- [Crypto Charts](huggingface.co/datasets/StephanAkkerman/crypto-charts): Images of financial charts of cryptocurrencies
- [Stock Charts](https://huggingface.co./datasets/StephanAkkerman/stock-charts): Images of financial charts of stocks
- [FinTwit Images](https://huggingface.co./datasets/StephanAkkerman/fintwit-images): Images that had no clear description, this contains a lot of non-chart images

## Dataset Structure
Each images in the dataset is structured as follows:

- **Image**: The image of the tweet, this can be of varying dimensions.
- **Label**: A numerical label indicating the category of the image, with '1' for charts, and '0' for non-charts.

## Dataset Size
The dataset comprises 5,203 images in total, categorized into:

- 4,607 chart images
- 596 non-chart images

## Usage
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.

## Acknowledgments
We extend our heartfelt gratitude to all the authors of the original tweets.

## License
This dataset is made available under the MIT license, adhering to the licensing terms of the original datasets.