wb14123/seq2seq-couplet
Play couplet with seq2seq model. 用深度学习对对联。
Built on TensorFlow, this seq2seq implementation learns to generate contextually appropriate second lines (lower couplets) given an input first line, using an encoder-decoder architecture with attention mechanisms trained on paired classical Chinese poetry. The project provides both a training pipeline with BLEU score evaluation via TensorBoard and a deployable web service, with Docker support for containerized inference and examples demonstrating generation of semantically coherent couplets.
5,506 stars. No commits in the last 6 months.
Stars
5,506
Forks
1,066
Language
Python
License
AGPL-3.0
Category
Last pushed
Jul 25, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/wb14123/seq2seq-couplet"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
facebookresearch/fairseq2
FAIR Sequence Modeling Toolkit 2
OpenNMT/OpenNMT-tf
Neural machine translation and sequence learning using TensorFlow
lhotse-speech/lhotse
Tools for handling multimodal data in machine learning projects.
awslabs/sockeye
Sequence-to-sequence framework with a focus on Neural Machine Translation based on PyTorch
google/sequence-layers
A neural network layer API and library for sequence modeling, designed for easy creation of...