Formulating 2D density plot histogram for color space conversion from face extracted using opencv caffemodel
- run
python3 -m venv <env name>
to create virtual environment - run
source <env name>/bin/activate
to activate virtual environment - run
pip install -r requirements.txt
- run
jupyter notebook
to open jupyter notebook and start coding - run
deactivate
to deactivate virtual environment once the work has been completed or to be continued on a later date