git clone https://github.com/RMPR/facemash.git
python3 -m venv facemash
source facemash/bin/activate # for windows search the file activate.bat
pip3 install -r requirements.txt
python3 server.py runserver
-
add some pictures to the folder
static/face
in formatname1_name2.jpg
and run -
use the migration tool to add these images to the database:
python server.py runserver python Tools/db_create_helper.py
python server.py runserver
because I love Screenshots!