Laptop and OS coded in - MacBook Pro 13inch, MacOSX Sierra
Install pip, flask, mongodb. All latest versions.
Open new terminal and run "mongod".
Open new terminal and run "mongo".
Open new terminal and run the file 'app.py' as "python app.py".
Open a tab in Chrome and go to "http://localhost:5000/".
Click "Allow" when requested to access Camera. Click "Snap Picture" button to determine User emotion.
After going to StackOverflow page from 'User Profile', the QUESTIONS LINKS will work as only that data has been collected from original StackOverflow page as suggested by the Professor.
To view data in MongoDB, 1st type "use aw1" to go to the correct Database.
To view User details, type "db.users.find()".
To view User Action logs, type "db.useractionlogs.find()".
5 Individual Action Logs recorded -
- Button Click
- Text Select
- Mouse Movement (Up/Down)
- Scrolling using Trackpad (Up/Down)
- Link Click