Skip to content
/ facemash Public

Python implementation of the famous ELO Rating Algorithm using the Flask Framework - inspired by the movie "the Social Network"

Notifications You must be signed in to change notification settings

c7h/facemash

Repository files navigation

image

Blog article with more description here: https://www.gerneth.info/2016/12/11/project-3-facemash-clone/

Setup the environment:

python setup.py
source venv/bin/activate

fill it with data!

  1. add some pictures to the folder static/face in format name1_name2.jpg and run

  2. use the migration tool to add these images to the database:

    python server.py runserver python Tools/db_create_helper.py

run the server

python server.py runserver

About

Python implementation of the famous ELO Rating Algorithm using the Flask Framework - inspired by the movie "the Social Network"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published