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
- Host: GitHub
- URL: https://github.com/etff/movieratingcheck
- Owner: etff
- Created: 2017-11-21T06:35:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-21T06:39:23.000Z (over 8 years ago)
- Last Synced: 2026-03-27T04:47:30.497Z (4 months ago)
- Language: Python
- Size: 296 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.txt
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'