$ cd face_recognition
$ pip install -r requirements.txt
$ cd ../server
$ pip install -r requirements.txt
$ cd client
$ npm install
$ cd server
$ uvicorn server:app
$ cd server/client
$ npm run serve
now the server is running at localhost:4000
$ cd face_recognition
$ python Driver.py