Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rorybyrne/personify

Markov Chain based text generator
https://github.com/rorybyrne/personify

machine-learning markov-chain nlp

Last synced: 4 days ago
JSON representation

Markov Chain based text generator

Awesome Lists containing this project

README

        

# Personify
Markov Chain based text generator. Reads a Twitter user's tweets and produces similar tweets.

## Branches
### Prod
The prod branch is for the code which will run on the server, posting every hour to Twitter.

### Master
The master branch is for the current up-to-date code. It's separate from prod because things like absolute file paths
inevitably make it through and must be weeded out before pushing to prod.

-------------------------

## Roadmap
- Implement burn-from-both-sides algorithm for sentence generation
- Add support for YML/JSON config files
- More graphing
- Tidy the pre-processor even more
- Tests...
- More tests...
- Try a neural approach

------------------------

## Bots
There is a bot currently running on Twitter
- [@DonaldoNumber9](https://twitter.com/DonaldoNumber9)
- [@harkmumphreys](https://twitter.com/harkmumphreys)