https://github.com/afauzulh/generative-chatbot-preliminary-study
Preliminary study of open-domain generative chatbot using Sequence-to-sequence
https://github.com/afauzulh/generative-chatbot-preliminary-study
chatbot deep-learning docker generative-ai preliminary-analysis sequence-to-sequence tensorflow
Last synced: about 2 months ago
JSON representation
Preliminary study of open-domain generative chatbot using Sequence-to-sequence
- Host: GitHub
- URL: https://github.com/afauzulh/generative-chatbot-preliminary-study
- Owner: AFauzulh
- Created: 2024-10-29T03:27:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-29T08:18:07.000Z (over 1 year ago)
- Last Synced: 2024-12-17T00:13:37.207Z (over 1 year ago)
- Topics: chatbot, deep-learning, docker, generative-ai, preliminary-analysis, sequence-to-sequence, tensorflow
- Language: Python
- Homepage: https://dl.acm.org/doi/abs/10.1145/3568231.3568234
- Size: 23.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Generative-Based Chatbot for Daily Conversation: A Preliminary Study
Preliminary study of Sequence-to-sequence model architecture for Generative Chatbot using Long Short Term Memory (LSTM) and (Gated Recurrent Unit) GRU cell.
- Paper : https://dl.acm.org/doi/abs/10.1145/3568231.3568234
## Deployment
To deploy this project run
```bash
docker-compose up
```