MVP v0.0.0
-- main.py works using face_recognition and opencv
--primitive version lags in fps and compute heavy on CPU for real-time recognition and detection.
--face detection is done solely using face_recognition API
--encode.py works using face_recognition and opencv
--generates embedding of all the images in the system and then makes their encodings.