An open API service indexing awesome lists of open source software.

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

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
```