diart
diart copied to clipboard
Colab example run
Basic Colab example notebook, can be updated and modified by you as you like. https://colab.research.google.com/drive/1Bp4_v5SNU1anDDEDkvA1FLnqGIfxM7ov?usp=sharing
Hi @AMITKESARI2000,
Thank you for opening this PR, adding a colab notebook is a great idea! I would prefer to put the focus on the Python API instead of the terminal, as it is best suited to colab and is more flexible. Also, it would be best to define an outline so that the chapters in the notebook can grow in complexity, covering a basic usage in the beginning and a more advanced one at the end, like plugging custom models and tuning hyper-parameters.
Maybe something like:
- Installation
- Choosing an audio source
- Running the default pipeline
- Customizing the default pipeline
- Swapping models (e.g. replacing segmentation with oracle, or using random embeddings, something simple)
- Tuning hyper-parameters
Note that some features will be inaccessible from colab (as you also mention in the notebook), like real-time plotting and streaming from the microphone.