A cross platform application which scrapes reviews from websites (Amazon and Flipkart) and extracts features, analyses sentiments and classifies features based on opinion. Easy to use and interactive UI.
- Install PhoneGap and import the App_UI folder.
- Setup django and run the 'reviewminer' django project.
- Change the url in /App_UI/www/dashboard.html to wherever your django project is hosted. Not required if its running on your local server.
- Go to App_UI folder and run 'phonegap serve' in your terminal.
- Connect your phonegap app in your mobile to the served phonegap project.