diart icon indicating copy to clipboard operation
diart copied to clipboard

Colab example run

Open AMITKESARI2000 opened this issue 3 years ago • 1 comments

Basic Colab example notebook, can be updated and modified by you as you like. https://colab.research.google.com/drive/1Bp4_v5SNU1anDDEDkvA1FLnqGIfxM7ov?usp=sharing

AMITKESARI2000 avatar Jul 21 '22 08:07 AMITKESARI2000

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.

juanmc2005 avatar Jul 25 '22 11:07 juanmc2005