Is there any way how to train Google's vision [TEXT] on specific pictures?
For example: add more pictures to get clear text recognition.
Related
I want to create chatbot app for mobile phones. User will create account and start conversation with the bot. Bot will determine her/his mental health while asking some specific questions etc. and according to user's answers bot will detect user's mental condition how the user feeling. And after bot suggest to user with a video link to yoga, exercises, motivational videos to boost him and help to make his mental health better from the current mood. Is this possible if it yes what should i do? which technologies should i learn? which chatbot should i use?
last year on cloud computing lecture i used ibm watson chatbot app and i trained it.
I need to search a text catched from google assistant on google images. Through the IFTTT service I can read the TEXT and write it on a spreadsheet, but i have no idea how to search the stored text on the internet.
Any idea?
My wish is to say "ok google show a horse" and it to see a horse's image on my TV through chromecast
I am trying to use the Google Speech API to transcribe audio captured from a semi-embedded device. The device supports python scripts, but does not seem to offer any way to allow imports.
I have managed to get the speech API sample program working on my computer, but since I cannot import the necessary modules, I see myself forced to develop a web application that accepts an audio file and returns the transcript.
I am completely new at web development, and so far I have concluded that I'm going to need to use Google App Engine, but beyond that I'm completely lost.
I have identified the following steps, and if someone could point me in the right direction that would be greatly appreciated:
Allow uploading of a flac file to a certain URL.
Upload the flac file to the google speech API and receive the transcription (I'm fairly certain I could manage this myself).
Return the transcription to the device somehow.
I'm not asking for finished code or anything, but it would be nice if somebody could tell me at the very least if what I want to do is possible with the google app engine, or if I need to look for something else.
What you want to do is absolutely possible with Google App Engine. Take a look at the App Engine Python tutorials to get started with the environment etc., but it sounds like what you want will involve an API that accepts a POST with binary data in the body (the FLAC) and then passes that to the Speech API (try the GRPC samples).
Good luck! :)
As I am quite novice in Google Maps & Cardboard development, I wonder from where to start to develop Street View for Google Cardboard. I would actually like to have such an application and include some proprietary features.
I know that Google has developed such an application: https://play.google.com/store/apps/details?id=com.google.android.street
Do I actually need to develop another Streeview application or can I take the Google Streetview application and just add a layer containing my data on top of it?
Thanks.
Fabrice
Our application is using Google App Engine and DataStore for the server side.
We are storing Blogs model with name and description in the datastore.
We want to provide search feature for the description. We could not find correct way to do it.
Can anyone guide us the correct method to search blogs with specific description?
You need to use the search service (which is currently experimental).