Skip to content

needle-innovision/rasa-chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

References

Command 1 - Create the datamodel

python3 -m rasa_nlu.train --config config_spacy.yml --data demo-rasa.json --path projects

Command 2 - Run the server

  1. python3 -m rasa_nlu.server --path projects - Run the server without logs
  2. python3 -m rasa_nlu.server --path projects --response_log logs - This will run the server and will also create a log file of the requests made by the user

Testing 3 - Postman

  • [GET] http://localhost:5000/parse?q=hi

Tool to generate the dataset

Additional package installs required

  • sudo pip3 install spacy
  • sudo pip3 install sklearn-crfsuite
  • sudo python3 -m spacy download en

About

Example implementation of rasa nlu

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published