Versions Compared

Key

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

...

  1. Run Whisper:
    Start the Whisper component to handle speech-to-text conversion:

    Code Block
    run-whisper

    Note: The first time you use Whisper, the transcription may take some time due to downloading the model. Be patient during this process. If it still takes a long time after the first time read the top of the eiscomponent.py file.

  2. Run NLU:
    Start the natural language understanding (NLU) module:

    Code Block
    run-nlu
  3. Run Webserver:
    Launch the webserver for pipeline integration:

    Code Block
    run-webserver
  4. Start Framework:
    Initialize the framework:

    Code Block
    start-framework
  5. Run EIS:
    Start the External Interface Service (EIS):

    Code Block
    run-eis
  6. Launch Localhost:
    Open your browser and navigate to the localhost start page.

  7. Run MARBEL Agent in Eclipse:
    Start the MARBEL agent within Eclipse. Ensure the agent connects successfully to the pipeline.

...