shreyans29 / Chat-bot

This is the code for a LSTM Chat bot
27 stars 8 forks source link

Can you please share these two files? #1

Open tviangte opened 7 years ago

tviangte commented 7 years ago
  1. word2vec.bin
  2. conversations.json

os.chdir("D:\semicolon\Deep Learning\chatbot"); model = gensim.models.Word2Vec.load('word2vec.bin'); path2="corpus"; file=open(path2+'/conversation.json'); data = json.load(file) cor=data["conversations"];

tviangte commented 7 years ago

Found it now. Thanks

kashyap32 commented 7 years ago

can you share me the link? @tviangte ?

ghost commented 6 years ago

Can you share the two files ?

hinda00 commented 6 years ago

Can you please share those files?

mariammibrahim commented 5 years ago

can you share word2vec.bin please?