analytics-ufcg/recogme

Name: recogme

Owner: Laboratório Analytics

Description: You type a text, we authenticate you. Machine learning for behavior biometrics on keystroke dynamics

Created: 2015-10-01 18:23:51.0

Updated: 2016-06-22 13:38:30.0

Pushed: 2015-12-16 18:20:15.0

Homepage:

Size: 15735

Language: HTML

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

RecogMe - Sistema de autenticação por Keystroke Dynamics (Dinâmica de Digitação)

Para rodar a aplicação em outro servidor são necessários os seguintes requisitos:

step 1) Instalar Python 3.4

step 2) Criar um ambiente virtual (virtualenv). Usar a sequencia de comandos a seguir:
pyvenv

step 3) Ativar ambiente virtual
source /bin/activate

step 4) Instalar dependências
após entrar na raiz do projeto:
pip install -r pip-packages

step 5) Iniciar a aplicação.
python RecogMeApp/manage.py runserver (~/recogme$ python RecogMeApp/manage.py runserver)


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.