Reputation: 51
how can i use google cloud vision with python django rest api? My task is that i have a picture,i have to find similer picture from an another picture.is there any other solution to do this task?
Upvotes: 1
Views: 1036
Reputation: 1672
Here is a simple example app using the google cloud vision API with django. Of course it will take some adapting but it's something to get started with.
Upvotes: 1