colabsreamer
is a Python module to allow you to create a virtual desktop inside a COLAB notebook and stream it to Twitch or Youtube.
A colab notebook with GPU is needed.
!pip install git+https://github.com/taesiri/colabstreamer
import colabstreamer
colabstreamer.config_all()
colabstreamer.stream_to_twitch('twitch_secret')
This module is heavily influenced by remocolab and share many codes with it.