Reading a Live Ticker Part I: Introduction
In early 2021 I came arcross the challenge that I wanted to download live data, but could not findy any reasonable free api. But there where plenty of Live Tickers available on differen web-pages.
So I made a plan to read a live ticker in an automated way. This turned out to be a a wonderful machine learning practice task. One can develop the entire mache learning development cycle on this project. These will be the parts of this 7 part Blog post series:
- Introduction: Part I
- Create a Dataset suited for the Problem: Part II
- Get your live data with Screen Parsing: Part III
- Develop a Neural Network to solve the problem: Part IV
- Deployment Hardware: Raspberry Pi Setup: Part V
- Full Example, deployed on Raspberry Pi: Part VI
- Improvements, Monitoring, Remote Management: Part VII
In the upcoming weeks I will write and post this entire blog-series for anyone to follow along. I will be using a Raspberry Pi 3b for the deployment later. The code as well as the data I will be using will be published on my Github Page
1 comment