Skip to content

Curatorial statement generator backend using markov chains, built using Flask and MongoDB.

Notifications You must be signed in to change notification settings

jjcastro/markov-curatorial-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Curatorial statement generator

Generates curatorial statements for contemporary art expositions, using Markov chains and texts from galleries around the world. For more info, text sources and a more detailed explanation visit becomeacurator.com.

About the code

This is a streamlined backend written in Python using the Flask microframework, that connects to a MongoDB database that hosts the text. To install:

  • Change the MongoDB connection in app.py
  • Install dependencies described in requirements.txt using pip
  • Run the server python app.py

Uses @jsvine's markov chains implementation.

About

Curatorial statement generator backend using markov chains, built using Flask and MongoDB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages