tin2tin / SENTIENCE

Original content generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

S E N T I E N C E

Original content generator

Webpage code in /web2py/ subdirectory. View live webpage here

To try out NLP gen and image gen modules my or your own test data:

For NLP:

Generate an n-gram model

Requires: post_compilation (text of corpus you want to build model from) in same directory

Out: post_compilation.json (n-gram model)

python ngram_generator.py 

Generates single sentence to generate.out

Out: generated.out

python gen_test.py

For image generation:

Requires: /src/ subdirectory containing source images, /src/bkgd/ for background images, and /src/overlays/ and /src/backoverlays/ source image layers

Out: generated image (autoincremented int titles in the current directory

python image_generator.py

About

Original content generator


Languages

Language:Python 55.4%Language:JavaScript 33.1%Language:HTML 6.2%Language:CSS 5.2%Language:Ruby 0.1%