...
Table of Contents | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Run your MARBEL Agent with Web Pages and Dialogflow
Follow these steps to set up and run your MARBEL agent along with the SIC infrastructure.
...
Step 1 for all Runs: Launch the Redis Server
Open the project in PyCharm (or another IDE).
Open the terminal in PyCharm:
Go to View > Tool Windows > Terminal.
Navigate to the
sic_applications
directory:Code Block cd sic_applications
Start the Redis server using the provided configuration file:
Code Block redis-server conf/redis/redis.conf
...
Expand | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
For Ubuntu/Debian users, if you encounter the error
And, if you wish to prevent Redis server from starting automatically at boot, you can run
If you still can’t kill Redis server, you can use
For macOS users, the process should be similar; just find the PID of the Redis server and kill the process:
And find the *PID in the terminal response, kill the pid shown:
|
...
Run your MARBEL Agent with Web Pages and Dialogflow
Follow these steps to set up and run your MARBEL agent along with the SIC infrastructure.
Step 2: Run Your MARBEL Agent with Web Pages and Dialogflow
...
Follow these steps to launch your Intent and Slot Classifier with WHISPER and run the demonstration.
Step 1: Launch the Redis Server
...
Open the project in PyCharm (or another IDE).
...
Navigate to the sic_applications
directory using the terminal:
Code Block |
---|
cd sic_applications |
Start the Redis server with the provided configuration file:
...
.
...
...
Step 2: Start WHISPER and NLU Services
...