Skip to content

peterldowns/crtr

Repository files navigation

CRTR: A Social Curation Tool for Museums

Background

Read the introductory blogpost here. Read the final design report here.

Installation / Setup

First, install yarn and Python 3.5. Then install the Python and Javascript dependencies:

$ pip install -r requirements.txt
$ yarn install

Then set up the database:

$ ./manage.py migrate

Then, check out the instructions in data/README.md to learn how to populate the database with the dataset.

TODO

  • Artist pages
    • Support artist images
    • Scrape better bios from the collection
    • Show list of artworks
    • Convert artist 'A|B|C' -> three separate artists 'A', 'B', 'C'
  • Similarity metrics
    • Use fasttext to come up with document vectors for each artwork, reduced in dimensionality
    • Train VGGNet to predict document vectors based on images
    • Similarity metrics for Artists as well as collections
    • Spin off FALCONN tables into separate processes
  • Home Page
    • Better description
  • Artwork page
  • Account creation
    • Log in with Facebook
    • Centralized website that allows viewing collections in each museum participating?
  • In-collection controls
    • Ordering artworks
    • Removing artworks
      • Show a placeholder after deleting that allows for recovery in same edit-session
  • Domain name?
    • Set up crtr.peterdowns.com to demo in the meantime
  • Reach out
    • Coordinate with the team
    • Talk to the Barnes Foundation

Technical Overview / Ideas

More Links

About

CRTR: A Social Curation Tool for Museums

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published