Skip to content

BlueFish6543/shoestring-2020

Repository files navigation

shoestring-2020

Setup

flask should come with Python already by default. If not, use pip3 or something to install them.

We also need TensorFlow and Keras. Install them using your favourite package manager. For example,

pip3 install tensorflow keras

For JavaScript:

npm install

Running

First run the Python backend in a terminal:

python3 chatbot.py

Next run the frontend in another terminal (I have used React here):

npm start

Right now nothing much is happening, there is just one dummy request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors