Google's Bidirectional Encoder Representations from Transformers (BERT) has been hailed as a milestone in Machine Learning NLP. The notebooks in this repo experiment with BERT's capabilities, particularly in a text generative context.
To install:
pip install -r requirements.txt
jupyter notebook
Then follow the notebooks in your browser.