Skip to content

alvesmarcos/DL-Character-Description

Repository files navigation

DL-Character-Description

A model to classify some characteristics of a person

32332

Setup

  1. Download or clone this repo.
  2. Install Miniconda
  3. 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

Activate the environment

Follow the steps below always that you want use the code of this repo.

  1. Open your terminal and type it:
  • Windows:
$ activate dl-env
  • Linux/Mac:
$ source activate dl-env
  1. Run Jupyter Notebook:
$ jupyter notebook