Skip to content
This repository has been archived by the owner on Oct 27, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuan Nguyen committed Aug 22, 2018
1 parent 78715d9 commit e0ec395
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
@@ -1,7 +1,7 @@
A visual search engine based on Elasticsearch and Tensorflow

![Visual search enging](screenshot.png)
## Install equirements
## Install requirements

```bash
$ cd visual_search
Expand Down Expand Up @@ -44,7 +44,7 @@ $ pip install -r requirements.txt
```
* Setup faster r-cnn

I used earlier `faster r-cnn` version implemented by [@Endernewton](https://github.com/endernewton) for object detection. To get pretrained model, please visit [release section](https://github.com/tuan3w/visual_search/releases) and download `model.tar.gz` file, and extracts this file to `visual_search/models` folder.
I used earlier `faster r-cnn` version implemented by [@Endernewton](https://github.com/endernewton) for object detection. To get pretrained model, please visit [release section](https://github.com/tuan3w/visual_search/releases), download and extract file `model.tar.gz` to `visual_search/models` folder.

You also need to build faster r-cnn library by running following commands:
```bash
Expand All @@ -71,7 +71,7 @@ $ python index_es.py --help
python server.py
```

and access the link `http://localhost:5000/static/index.html` to test the search engine.
Now, you can access the link `http://localhost:5000/static/index.html` to test the search engine.

## LICENSE
[MIT](LICENSE)

0 comments on commit e0ec395

Please sign in to comment.