I have a pygame game that is training a Neural Network. I would like to show this process on a web app without any interaction between the user / client and the game. Is it possible to retrieve the pygame video data and stream it to a html canvas or something similar?
- am currently using flask as a back-end to serve the html pages