Skip to content

srikanthsreeram/byfc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Your first Chatbot (byfc)

This is a demo chatbot written in Python using Rasa nlu

Clone this project from http://bit.ly/DBSPythonMeetup

Ensure you have virtualenv installed

 pip install virtualenv
  • To create and start a virtual environment
virtualenv venv3 -p python3
source venv3/bin/activate

Get the data total_word_feature_extractor.dat fle from Google Drive or from Github

  • To train model:
python -m rasa_nlu.train -c AI-engine/config_mitie.json
  • To host/start model
python -m rasa_nlu.server -c AI-engine/config_mitie.json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published