...
Open the project in PyCharm (or another IDE or teriminal).
Go to your cloned repository.
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
For Windows go into sic_applicaitons/conf/ and you can run redis-server.exe
If you encounter this error Could not create server TCP listening socket *:6379: bind: Address already in use
read through the following collapsable section.
...
Open the Web Interface:
Open any browser and navigate to the local host link printed in the terminal where you run-eis or run-webserver. The link starts with localhost! Be patient and it should appear on the terminal you wrote
run-eis
. If you are not patient you could also try this link but it might not work considering the page is not connected yet: http://localhost:8080/start.html.You should see the start.html page.
Inspect Terminals (Optional):
Do not close the terminals used for launching the SIC infrastructure.
You can inspect these terminals to debug or monitor what is happening, such as interactions with Dialogflow.
...
Run your Intent and Slot Classifier with WHISPER
Note |
---|
YOU CANNOT RUN THIS PART UNTIL YOU ARE DOWN WITH YOUR ENTIRE INTENT AND SLOT CLASSIFIER. |
Follow these steps to launch your Intent and Slot Classifier with WHISPER and run the demonstration.
...
Execute the demo script in the
sic_applications/demos/desktop
directory either in Terminal or with Pycharm:Code Block python sic_applications/demo_asr_nlu.py
...