File tree 5 files changed +8
-5
lines changed
5 files changed +8
-5
lines changed Original file line number Diff line number Diff line change
1
+ static /*
2
+ ! static /feature
3
+ ! static /img
4
+ ! static /uploaded
5
+ ! .gitkeep
6
+
1
7
# Byte-compiled / optimized / DLL files
2
8
__pycache__ /
3
9
* .py [cod ]
Original file line number Diff line number Diff line change 1
1
# nanosearch
2
2
3
3
## Overview
4
- * nanosearch* is an extremely simple image-based image search engine using Kelas + Flask.
4
+ * nanosearch* is an extremely simple image-based image search engine using Keras + Flask.
5
5
Given a set of images, a 4096D fc6-feature is extracted for each image using a pre-trained VGG16 network (` offline.py ` ).
6
6
Given a query image via a Flask web-intereface, similar images are retrieved by the simple nearest neighbor search (` server.py ` ).
7
7
8
- ## Setup
8
+ ## Requirement
9
9
``` bash
10
- git clone https://github.com/matsui528/nanosearch.git
11
- cd nanosearch
12
- mkdir -p static/feature static/img static/uploaded
13
10
pip3 install numpy Pillow h5py tensorflow Keras Flask
14
11
```
15
12
You can’t perform that action at this time.
0 commit comments