seq2seq-couplet
This project utilizes a seq2seq model to generate Chinese couplets using Tensorflow. It offers a demo and requires Python 3.6 and a dataset. The model can be trained via 'couplet.py', with metrics like loss and BLEU score tracked on Tensorboard. For continuous training, sessions can be resumed effortlessly. Additionally, the model can be deployed as a web service via 'server.py' or Docker. Example couplets include '天朗气清风和畅' paired with '云蒸霞蔚日光辉'. Suitable for those interested in NLP and language generation.