StephanAkkerman
commited on
Commit
•
213a1f7
1
Parent(s):
7a5d5a0
Update README.md
Browse files
README.md
CHANGED
@@ -39,6 +39,16 @@ chart-recognizer has been trained on my own dataset. So far I have not been able
|
|
39 |
- [StephanAkkerman/stock-charts](https://huggingface.co/datasets/StephanAkkerman/stock-charts): 5,203 images.
|
40 |
- [StephanAkkerman/fintwit-images](https://huggingface.co/datasets/StephanAkkerman/fintwit-images): 4,579 images.
|
41 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
## More Information
|
43 |
|
44 |
For a comprehensive overview, including the training setup and analysis of the model, visit the [chart-recognizer GitHub repository](https://github.com/StephanAkkerman/chart-recognizer).
|
|
|
39 |
- [StephanAkkerman/stock-charts](https://huggingface.co/datasets/StephanAkkerman/stock-charts): 5,203 images.
|
40 |
- [StephanAkkerman/fintwit-images](https://huggingface.co/datasets/StephanAkkerman/fintwit-images): 4,579 images.
|
41 |
|
42 |
+
### Example Images
|
43 |
+
The following images are not part of the training set and can be used for testing purposes.
|
44 |
+
|
45 |
+
#### Chart
|
46 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/648728961eee18b6bd1836bb/LWfEx-IhNLIsBPkbsvvnO.png)
|
47 |
+
|
48 |
+
#### Non-Chart
|
49 |
+
This can be any image that does not represent a (financial) chart.
|
50 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/648728961eee18b6bd1836bb/mKdLqAVXG032eODbt4EXw.png)
|
51 |
+
|
52 |
## More Information
|
53 |
|
54 |
For a comprehensive overview, including the training setup and analysis of the model, visit the [chart-recognizer GitHub repository](https://github.com/StephanAkkerman/chart-recognizer).
|