cameronbriar / FALT

Fresno Audiovisual Lexicon Tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FALT

Fresno Audiovisual Lexicon Tool

FALT is a tool to help investigate the similarities between audio-alone communication and visual-alone communication.

FALT SCREENSHOT

To install (Debian):

# Install required Python modules

pip install django==1.4.2
pip install python-Levenshtein

# Get the FALT project
git clone https://github.com/cameronbriar/FALT.git
cd FALT

# Fix `UPDATE_ROOT_DIRECTORY` variable in `FALT/settings.py` based on project directory location (e.g. `/home/user/FALT`)

# Run the server
python manage.py runserver 0.0.0.0:8000

# Visit http://localhost:8000 in a browser
# Click "About" to learn more

About

Fresno Audiovisual Lexicon Tool


Languages

Language:JavaScript 48.6%Language:HTML 20.2%Language:CSS 16.6%Language:Python 14.6%