Python Machine Learning Interface to analyze different dataset with ML algorithms Includes Deep Learning Library Keras
$ conda create -n ml-interface python=3.7.6
$ source ml-interface/bin/activate
$ pip3 install -r requirements.txt
$ conda activate ml-interface
$ ./main.py --help