Skip to content

Struggling to write a bio for the Team page, I used a Markov Chain and everyone else’s bios.

Notifications You must be signed in to change notification settings

sneeu/markov-bio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Markov

The corpus was generated in the console, using:

$('.team:not(.non-execs) .tooltip').each(function () { console.log($(this).text()) })

To install:

pip install -r requirements.txt

And to run:

python generate.py

About

Struggling to write a bio for the Team page, I used a Markov Chain and everyone else’s bios.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages