Skip to content

Deadrohan19/Song_recommendation_chat_bot-RASA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Song_recommendation_chat_bot-RASA

Chatbot made using python (rasa)

Dependencies

• python 3.10.11

• rasa

To run locally

• Install virtual environment {python -m venv venv}

• Activate the virtual environment {./venv/Script/activate.ps1 // if in windows}

• Install rasa {pip install rasa}

• Run command "rasa run actions" on one terminal

• and "rasa run -m models --enable-api --cors "*" --debug" on another terminal

• Open website on live server and chat with chatbot on GUI (location ./website/index.html)

Note: For CLI chatbot run "rasa shell"

About

Chatbot made using rasa (python)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published