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:

  1. Introduction: Part I
  2. Create a Dataset suited for the Problem: Part II
  3. Get your live data with Screen Parsing: Part III
  4. Develop a Neural Network to solve the problem: Part IV
  5. Deployment Hardware: Raspberry Pi Setup: Part V
  6. Full Example, deployed on Raspberry Pi: Part VI
  7. 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