Skip to content

Commit e3f6a88

Browse files
committed
added test data and install documentation
1 parent 9e8cfe3 commit e3f6a88

File tree

3 files changed

+56
-0
lines changed

3 files changed

+56
-0
lines changed

Diff for: INSTALL.txt

+56
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
Install Git For Windows:
2+
https://gitforwindows.org/
3+
4+
5+
Install Git File Browser:
6+
https://tortoisegit.org/download/
7+
8+
9+
Install Active python for all the dependencies:
10+
https://www.activestate.com/activepython/downloads
11+
12+
13+
Git clone:
14+
https://github.com/touchtechio/tensorflask.git
15+
16+
17+
In tensorflask run:
18+
python app.py
19+
20+
21+
In another console in tensorflask run:
22+
curl http://localhost:8000?file=dog.jpg
23+
And
24+
curl http://localhost:8000?file=cat.jpg
25+
26+
27+
You did it! Check your output and logging
28+
29+
30+
-- go inspect the app.py --
31+
-- replace the model to run a difference inference --
32+
33+
34+
Extra credit::
35+
36+
37+
Restful tensorflow
38+
https://becominghuman.ai/creating-restful-api-to-tensorflow-models-c5c57b692c10
39+
https://blog.metaflow.fr/tensorflow-how-to-freeze-a-model-and-serve-it-with-a-python-api-d4f3596b3adc
40+
41+
42+
43+
44+
Flask tensorflow heroku:
45+
https://github.com/guillaumegenthial/api_ner
46+
47+
48+
49+
50+
Extra Extra::
51+
52+
53+
https://store.docker.com/editions/community/docker-ce-desktop-windows
54+
55+
56+
https://github.com/leemengtaiwan/cat-recognition-app

Diff for: cat.jpg

4.1 KB
Loading

Diff for: dog.jpg

4.3 KB
Loading

0 commit comments

Comments
 (0)