Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/touhi99/chatbot-seq2seq-movie-dataset
Udemy Course- General purpose chatbot from Cornell movie dataset using seq2seq model
https://github.com/touhi99/chatbot-seq2seq-movie-dataset
Last synced: about 5 hours ago
JSON representation
Udemy Course- General purpose chatbot from Cornell movie dataset using seq2seq model
- Host: GitHub
- URL: https://github.com/touhi99/chatbot-seq2seq-movie-dataset
- Owner: touhi99
- Created: 2019-01-20T22:14:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-22T20:08:46.000Z (almost 6 years ago)
- Last Synced: 2023-11-26T21:28:17.343Z (12 months ago)
- Language: Python
- Homepage:
- Size: 8.96 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chatbot using seq2seq model
### Dataset
Cornell Movie Dialogue Corpus
``https://www.cs.cornell.edu/~cristian/Cornell_Movie-Dialogs_Corpus.html``Preprocessed data are uploaded in the directory.
*Current Stage* - Upto Training the model
#### Requirement
``Tensorflow==1.0``
Code from the Udemy course "Deep Learning and NLP A-Z™: How to create a ChatBot"