Skip to content

gbuesing/movielens-rails-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MovieLens Rails App

Rails app for MovieLens data. For data hacking and whatnot.

Getting data

Download dump created at https://github.com/ankane/movielens.sql:

createdb movielens_development
curl https://raw.githubusercontent.com/ankane/movielens.sql/master/movielens.sql | psql -d movielens_development

Dataset

100,000 Ratings 1682 Movies 18 Genres 943 Users 21 Occupations

About

Rails app for MovieLens dataset, for hacking around

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published