Go to file
2021-01-04 17:24:09 +01:00
client SMART-49 implemented add project view 2020-12-21 14:23:52 +01:00
gestures added fingers 2021-01-03 13:33:47 +01:00
rest-app gestures google 2020-12-28 23:43:48 +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 Zaktualizuj 'README.md' 2021-01-04 17:24:09 +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

pip install opencv-python pip install mediapipe python3 gesture_recognition.py