Skip to content

vasinov/jruby_mahout-movies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JRuby Mahout Movies

This is a demo project for the Jruby Mahout gem. JRuby Mahout Movies is a website where users can vote for movies, receive recommendations based on their tastes and see similar movies.

This project is currently a work in progress. I am planning to release it and write an article in my blog by January 25, 2013.

Setup

1. Setup JRuby

2. Run bundle

3. Setup migrations:

rake db:create
rake db:migrate

5. Import data with a rake file:

jruby -S -J-Xmx1024m rake db:load_all_data["/path_to/hetrec2011-movielens-2k"]

6. Start the server:

rails s

About

Examples for jruby_mahout gem.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published