tensorflow - soft api to find objects

Closed job
no avatar
suli
Employer
Job category:
Desktop/web applications
Expected budget:

Negotiable

Published:
Valid until:

Job description

Hi,

I am looking for a person who will write and install a soft detecting objects in images based on tensorflow or other free AI library on a vps / dedicated.

The api issued after https will be used to connect to the soft

api spec:

1. /api/learn

POST

- project_id

- image (base64)

- objects [ {

x:1,

y:1,

w:1,

h:1

label:'xyz'

} ]

RETURN:

{ok:true,id:123}

2. /api/find

POST

- project_id

- image (base64)

RETURN:

{

image:(base64 z zaznaczonymi obiektami)

objects:[

{

x:1,

y:1,

w:1,

h:1

label:'xyz'

}

]

}

Required functions:

tensorflow json api