-TBA-
This web application using Django frame work to support both front and back end.
-TBA-
-TBA-
Due to linux have both python 2 & 3 pre-install in it, linux user don't have to worry about python.
For Windows use you can download and install form this provided link. >>
python3 <<
Then, update pip.
$ pip install --upgrade pip
for Windows user, recommend this
python -m pip install --upgrade pip
Then install virtualenv
$ pip install virtualenv
$ git clone https://github.com/WoramateJ/DTW.git
$ virtualenv yourEnvironmentName
For Windows
$ env\Scripts\activate
For linux
$ env/bin/activate
$ pip install -r requirements.txt