Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rorybyrne/personify
- Owner: rorybyrne
- Created: 2017-10-10T14:36:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T00:39:25.000Z (about 2 years ago)
- Last Synced: 2025-01-02T16:56:51.617Z (5 days ago)
- Topics: machine-learning, markov-chain, nlp
- Language: Python
- Size: 4.93 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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)