Conductor. Builds learning playlists from a collection of educational content.

github.com/chromakode/conductor

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

December 2008
  • Accept more filetypes in the simple markov chain demo.
  • Add FK constraints to history table.
  • Massive demo overhaul, decent easing function.
  • Fix assignment order bug where configuration values would always be o…
  • Discriminate between user-chosen songs and markov-chosen songs when s…
  • Improve the formatting of dbtest.
  • Log message tweaks.
  • Tidy up demos, add verbose flag
  • Ditch the _lookup_descs decorator for a smarter type-sensitive lookup…
  • Tidy up demos a little bit.
  • Add configurable values to MarkovConductor.
  • Add humility to the readme
  • Add honesty to the readme
  • Move code maintaining "chain" table to the MarkovConductor class.
  • Fix several bugs causing deletion of chains to not work.
  • Rudimentary logging.
  • Move track->description conversion into general Conductor class.
  • Refactor "track" field to a more appropriate "title" in track descrip…
  • Basic music player demo.
  • Working history, refactoring.