Go to file
2021-02-01 13:57:59 +01:00
client fixed distance to being straight 2021-02-01 13:57:59 +01:00
rest-app SMART-61 poprawiony kciuk w dol 2021-01-16 15:32:40 +01:00
.gitignore build and test django in Jenkinsfile 2020-12-01 21:25:52 +01:00
Jenkinsfile add build and test django in Jenkinsfile 2020-12-01 21:28:24 +01:00
README.md SMART-63 refactorize client app - views extracted into separated files 2021-01-07 18:35:51 +01:00

SMART PICASSO project for SYI classes

How to run the project

First of all clone repository.

REST API

cd rest-app

pip3 install -r requirements.txt

python3 manage.py makemigrations

python3 manage.py runserver

To run tests:

python3 manage.py test

Client app

cd client

pip3 install -r requirements.txt

python3 app.py

Gestures module

cd gestures

pip install -r requirements.txt

python gesture_recognition.py