Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. In a new terminal WHISPER, and the NLU classifier in the background:

    Code Block
    run-whisper & run-nlu &

...

Step 3:

...

Find your trained model social-interaction-cloud/sic_framework/services/nlu/utils/checkpoints/.

...

Run the Demo

  1. Execute the demo script in the sic_applications/demos/desktop directory either in Terminal or with Pycharm:

    Code Block
    sic_applications/demos/desktop/demo_asr_nlu.py

...