DTUComputeCognitiveSystems / AI_playground

A set of demos for teaching and introducing students to advanced AI-models with few prerequisites.
Apache License 2.0
5 stars 1 forks source link

Make a text-plotter for the real-time system. #17

Open NorthGuard opened 6 years ago

NorthGuard commented 6 years ago

Make a simple system (like the one in sine_example.py), which can show and automatically wrap text in a plot, for showing outputs next to media.

NorthGuard commented 6 years ago

Possibly look at: https://stackoverflow.com/questions/4018860/text-box-with-line-wrapping-in-matplotlib

NorthGuard commented 6 years ago

Also consider what happens if too many lines are being printed. Perhaps make it work like a console and cut off the top lines.