Skip to content

Commit 04939e0

Browse files
committed
Merge branch 'master' of github.com:FacePlusPlus/facepp-python-sdk
2 parents 607a890 + 42192a5 commit 04939e0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@
33
This is the Face++ python SDK suite. Note that python3 has not been supported
44
yet.
55

6-
## #. cmdtool.py
6+
## 1. cmdtool.py
77
This is an interactive command line tool which could be used to experiment
88
with Face++ APIs. It is recommended to have ipython installed so that you can
99
have tab-completion and some other nice features.
1010

11-
Please put your API key/secret in apikey.cfg before starting this program.
12-
Then you can write something like
11+
First please put your API key/secret in apikey.cfg. Then you can start the program
12+
and you will drop into a python shell, where you can write something like:
1313

14-
`api.detection.detect(img = File(r'<path to the image file>'))`
14+
api.detection.detect(img = File(r'<path to the image file>'))
1515

1616
Note that `api` here is a global variable.
1717

18-
## #. hello.py
18+
## 2. hello.py
1919
This is a comprehensive demo for Face++ APIs. See the comments in the source
2020
code for details.
2121

22-
## #. facepp.py
22+
## 3. facepp.py
2323

2424
This is the underlying API implementation.

0 commit comments

Comments
 (0)