Skip to content

Commit

Permalink
modify README
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketFlash committed Sep 7, 2019
1 parent 0ab9710 commit ebbe371
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
```
Expand Down

0 comments on commit ebbe371

Please sign in to comment.