AbrahamSanders / seq2seq-chatbot

A sequence2sequence chatbot implementation with TensorFlow.
MIT License
99 stars 56 forks source link

Install repository in Windows #37

Open rafaela-castro-losano opened 3 years ago

rafaela-castro-losano commented 3 years ago

Helo! I'm having several problems installing the repository on windows. After cloning and going to the board, I do python chat.py and I get this result image I've been reading other issues and talking about a chat_ui.html file I don't have that file ... where can I get it? image image

AbrahamSanders commented 3 years ago

Make sure you are using TF 1.5 at a minimum version. Higher TF 1.x versions should work too.

chat_ui.html is here, although it should have come down when you cloned the repository.