Projetos de Deep Learning que eu utilizo durante as aulas.
Requisitos principais:
- Ubuntu16.04 or Windows10
- python3.6.2
-
Instalar o GitHub para Windows
-
Instalar o Anaconda para Windows
-
Abrir o Git Shell e executar o seguinte comando:
git clone git@github.com:felipheggaliza/deep-learning-hands-on.git
-
Faça o download do arquivo facenet_keras.h5 através do link
-
Coloque o arquivo facenet_keras.h5 dentro do diretório: <path_to_repo>/keras-facenet/model
-
Abrir o Anaconda Prompt e executar os seguintes comandos:
conda create -n facenet python=3
conda activate facenet
pip install numpy scipy matplotlib scikit-learn imageio scikit-image jupyter
pip install opencv-contrib-python
pip install tensorflow
pip install keras
pip install xgboost
- Inicie o jupyter notebook dentro do diretório keras-facenet
jupyter notebook
- Abra o arquivo notebook/03-Facenet.ipynb
Créditos: