Skip to content

huan/python-concise-chitchat

Repository files navigation

CONCISE CHIT CHAT

TO BE FIXED: Open In Colab

USAGE

make install    # install python dependencies
make train      # train the model(dataset will be downloaded automatically)
make board      # monitor & analyse train process
make chat       # chat with it!

Use Nvidia Docker

make docker   # this will get into the tensorflow/tensorflow:latest-py3-gpu docker container
make board &  # open tensorboard at http://localhost:6006
make train
make chat

DEVELOP

Open VSCode

make code

Download Original Corpus Dataset and Preprocdess Them

make download     # download original dataset
make dataset      # generate the formated dataset

TURORIAL

SEE ALSO

TODO

AUTHOR

@huan Huan LI <zixia@zixia.net>

profile for zixia at Stack Overflow, Q&A for professional and enthusiast programmers

COPYRIGHT & LICENSE

  • Code & Docs © 2018 - now Huan LI <zixia@zixia.net>
  • Code released under the Apache-2.0 License
  • Docs released under Creative Commons