Skip to content

Experiment based on facemash for ranking UI aesthetics properties

Notifications You must be signed in to change notification settings

mathieuzen/ui-ranking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ui-ranking

Experiment with users to rank UIs aesthetics properties based on a 1 to 1 comparison

Forked, inspired and edited from https://github.com/nithinkrishna/nerdornot

#Getting started Assuming you have python installed on your machine,

  • cd into the project root directory and start a simple http server
python -m SimpleHTTPServer 8888

if you are using windows you may have to use the http.server instead of SimpleHTTPServer

python -m http.server 8888

#About replacing images If you want to replace the images used for comparisons, you need to follow those steps

  • Make sure you have NodeJS installed on your machine
  • Add your files with ".jpg" extension in the directory "images" at the root of the project
  • run the script (test.js) that will explore the directory and create a json structure with file names with the following cmd
nodejs test.js

The result is "null". That's ok. You may test the app with your new images now.

About

Experiment based on facemash for ranking UI aesthetics properties

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published