From ebbe371b72785d41883b827127ce433894563d94 Mon Sep 17 00:00:00 2001 From: Rauf Date: Sat, 7 Sep 2019 14:09:58 +0000 Subject: [PATCH] modify README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 012667b..ceea518 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ This repository contains implementation of a deep neural networks for embeddings # Installation +```bash +git clone git@github.com:RocketFlash/EmbeddingNet.git +``` + ## Install dependencies ### Requirements @@ -18,6 +22,8 @@ This repository contains implementation of a deep neural networks for embeddings - [image-classifiers](https://github.com/qubvel/classification_models) - for different backbone models - [keras-rectified-adam](https://github.com/CyberZHG/keras-radam) - for cool state-of-the-art optimization +Requirements could be installed using the following command: + ```bash $ pip3 install -r requirements.txt ```