Install Libraries conda create -n FaceContest python=3.6 cd src pip install -r requirements.txt Run Server cd Client/static npm run dev Open new terminal and go to dir /Server: cd Server python main.py