Skip to content

Commit

Permalink
Merge pull request #127 from solean/add-git_commit_gen-to-readme
Browse files Browse the repository at this point in the history
Added git-commit-gen tool to Markovify In The Wild.
  • Loading branch information
jsvine committed May 5, 2020
2 parents 312077a + a83854f commit 3f3bfd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ print(combined_model.make_sentence())
- [python-markov-novel](https://github.com/accraze/python-markov-novel), writes a random novel using markov chains, broken down into chapters
- [python-ia-markov](https://github.com/accraze/python-ia-markov), trains Markov models on Internet Archive text files
- [@bot_homer](https://twitter.com/bot_homer), a Twitter bot trained using Homer Simpson's dialogues of 600 chapters. [[code](https://github.com/ivanlen/simpsons_bot)].
- [git-commit-gen](https://github.com/solean/git-commit-gen), generates git commit messages by using markovify to build a model of a repo's git log

Have other examples? Pull requests welcome.

Expand Down

0 comments on commit 3f3bfd9

Please sign in to comment.