Skip to content

hzhz2020/1007chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DSGA 1007 Chatbot--botsfloor skeleton

Ideas and reference: https://tutorials.botsfloor.com/how-to-build-your-first-chatbot-c84495d4622d

All codes must be run under TenforFlow 1.01

To create an env with Python 3.5 and TF 1.01 in macOS Anaconda, execute the following commands in terminal:

$ conda create -n tensorflow python=3.5
$ source activate tensorflow
$ pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.0.1-py3-none-any.whl

You will find a new env called tensorflow besides your root env in Anaconda. Creating such env in Windows or Linux Ubuntu follows the similar procedure, please check https://www.tensorflow.org/versions/r1.0/install/ for more information.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published