ML_VC-Library Installation Creating a new VE using conda conda create -n mlvc python=3.7 Activating the newly created VC conda activate mlvc Installing the necessary dependencies pip install -r requirements.txt Ready to run the library python main.py