$ cd client
$ npm install
$ npm start
$ cd ..
$ cd server
$ sudo apt install pythonpy
$ sudo apt-get install python3-venv
$ python3 -m venv env
$ source env/bin/activate
$ py -m venv env
$ env\Scripts\activate
$ pip3 install -r rq.txt
$ pip3 install flask
$ pip3 install flask-cors
$ pip3 install numpy
$ pip3 install imutils opencv-python
$ pip3 install flask-SQLAlchemy
$ pip3 install flask-restful
$ pip3 install flask-jwt-extended
$ pip3 install tensorflow
$ pip3 install keras
$ pip3 install torch
$ python index.py