An open API service indexing awesome lists of open source software.

https://github.com/etff/movieratingcheck

Check Movie rating by bigData Hadoop
https://github.com/etff/movieratingcheck

Last synced: about 1 month ago
JSON representation

Check Movie rating by bigData Hadoop

Awesome Lists containing this project

README

          

This program needs several packages
- python 2.X
- pip (python package manager)
- plotly (python chart package, install using pip)
- numpy (python combine image package, install using pip)

MRC is program starting script
(if you don't want to use it, enter 'python src/Main.py data/selected_data.txt')

In src directory, there are five .py source files.
.pyc files are auto generated by python compiler.

In data directory, there are two data files.
movie.txt is our original data file.
Selected_data.txt is generated by 'SelectMovieData.py'

In result directory, there are three result image files.
They are generated by 'Main.py'