-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
92 lines (74 loc) · 3.82 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
---------------------------------------------------------------------
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
---------------------------------------------------------------------
=====================================================================
This is a semester wide project built during the course of Data and
Visual Analytics, CSE 6242 Spring 2014 at Georgia Tech.
By - Ameya Vilankar, Mohini Thakkar, Sagar Savla
=====================================================================
There are three major parts to this project-
1. Review Summarization
2. User Ratings Prediction
3. Visualization
There is a DOC folder that has additional resources:
1. Project Final Report
2. Project Final Presentation
Please refer to these resources for a detailed explanation of our project
======================================================================
How To Run Each Part of this Project
======================================================================
Some parts of this project might require the source dataset which can
be found at https://www.yelp.com/dataset_challenge/dataset
1. Review Summarization
------------------------
Instructions on Compiling and Executing this part is in a separate
Readme.txt inside the subfolder 'Review Summarization'
2. User Ratings Prediction
--------------------------
Instructions on Compiling and Executing this part is in a separate
Readme.txt inside the subfolder 'User Ratings Predictions'
3. Visualization
----------------
Our static visualization can be run with any web browser which supports
most of the HTML5/CSS3 spec as of April 2014. We have tested it with
Mozilla Firefox v30.
a. To run the viz, please open the file 'index.html' in the web browser.
b. The main files are all located within the subfolder 'Visualization'
This folder is portable.
c. A brief description of the main files:
-- index.html
The primary login screen. Being a static visualization mock-up,
the interface is not connected to a backend login server. To
pass the login screen, please enter any credentials in the Username
and Password field and click on the login arrow to proceed
-- map.html
Our primary interface to show the user's personal rating
predictions. Please hover on any of the markers to know the name of
the place. The colour signifies how well we think the user would
like it. Clicking on any of the markers shows you the feature cloud
for the place.
-- cloud.html
This is the interface to showcase our review summarization features.
The cloud represents a collection of salient features of the restaurant
(or vice versa)
The colour of the feature words signifies the sentiment of the feature
among the reviewers. Green means positive and Red tends to the negative.
The size of the word signifies how prominent this feature is among all
the reviews of the place.
Hovering on the word yields detailed information about the sentiment
analysis and opinion count
Clicking on the feature makes another word cloud surrounding that
feature/restaurant. The user can navigate back-and-forth with these
links.
----
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
----