Skip to content

san-rs/Website-User-Activity-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User Activity Detection

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 -

  1. Button Click
  2. Text Select
  3. Mouse Movement (Up/Down)
  4. Scrolling using Trackpad (Up/Down)
  5. Link Click

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages