I installed rasa-x-…
but i tried opening browser, it didnt show rasa chat box.
the browser just shows version of rasa.
when chat with rasa in terminal i get below exception
Exception occurred while handling uri: 'http://localhost:5005/favicon.ico'
Traceback (most recent call last):
I have tried many times in windows, ubuntu os. tried different solution from online but nothing works.
hey @jeevabalanmadhu , welcome to the communiy .
You need to have UI to test the chatbot. you can check this:
Thanks. My expertise is in RPA and ML. I am new to web based technology. could i download the git package and follow the instruction and create chatbot?
Appreciate your help.
Ya it’s easy to use, you can just download it and test it out. Just follow the steps mentioned here:
# Instructions
*Make sure you have set up the Rasa on your system or server.*
## Integration
- Step 1: Since this Chat UI communicates with the Rasa server using `rest` channel, make sure you have added `rest` channel in the `credentials.yml` file
- Once you have developed your bot and you are ready to integrate the bot with the UI, you can start the Rasa server using the below command
```
rasa run -m models --enable-api --cors "*" --debug
```
- If you have custom actions, you can start the action server using the below command
```
rasa run actions
```
- Once you have you Rasa server up and running, you can test the bot by running the `index.html` file in the browser.
1 Like
Great!!. I watched all your youtube videos and followed in linkedin and subscribed your channel.
You got great stuff. I will try them, i am new to chatbot, git, all these servers, i hope i will learn from you in all of these. Thanks for your help.
1 Like
Thanks Glad to help, if you are new to Rasa, do check the Rasa masterclass this will help you on your journey of Rasa
VIDEO
1 Like
Yes, i went through those 1st few videos. it was difficult to follow some components. its okay. i think i still need to learn more.