scalability4all / voice-enabled-chatbot

Implementing a voice enabled chatbot which converses with a user via their voice in natural language. Website: https://scalability4all.github.io/
MIT License
38 stars 52 forks source link

intent classification using rasa-nlu #53

Closed gautamig54 closed 4 years ago

gautamig54 commented 4 years ago

I have used rasa-nlu toolkit for intent classification. I have trained the rasa model for 14 intents(greet, goodbye, affirm, deny, mood_great, mood_unhappy, currency, transfer_money, show_credit_cards, type_weather, temperature_weather, ask_forecast_weather). We can train the model just by adding intents to the nlu.md file. I have added the trained model here. I have linked the model to the chatbot.py and the model will predict the intent of content spoken/written by the user.

gautamig54 commented 4 years ago

Should I upload the nlu.md file as well, which is the training data for rasa containing the intents?