A model to classify some characteristics of a person
- Download or clone this repo.
- Install Miniconda
- Open the terminal and type it the follow command in order to install the environment:
$ conda create -n dl-env python=3.6.5 numpy=1.14.3 pandas=0.23.0 matplotlib=2.2.2 scikit-learn=0.19.1 jupyter=1.0.0 tensorflow=1.12.0 pillow=5.3.0
Follow the steps below always that you want use the code of this repo.
- Open your terminal and type it:
- Windows:
$ activate dl-env
- Linux/Mac:
$ source activate dl-env
- Run Jupyter Notebook:
$ jupyter notebook