Want to quit from a conversation with a bot provided through Dialogflow? You can use an Italian city, too. Imagine that you go to the registry office. The employee has to ask different questions, like your name, birthday, and so on. He just asked the first one, you expect a lot more questions. Second one … Continue Reading
Category
Google Vision: detect text in PDFs synchronously with PHP
The Vision API now supports online (synchronous) small batch annotation (PDF/TIFF/GIF) for all features. To do so, the relevant documentation is Small batch file annotation online. Let’s see how can we do this with PHP. Context Having PHP >= 7.4, the packages to require are: google/cloud-vision google/cloud-storage Code How to upload the file in the storage Soon. Text … Continue Reading
Dialogflow API, support for versions and environments
Even if currently it’s a beta feature, you can create multiple versions of your agent and publish them to separate environments. The problem is that the REST URI bindings do not appear to have been updated in the API definition for this feature. I wrote an issue in the cloud-php Github project, and John Pedrie, … Continue Reading
Exploring Firebase CLI with some Firestore tips
Introduction: Firebase CLI According to the github page of the firebase-tools project, the firebase cli can be used to: Deploy code and assets to your Firebase projects Run a local web server for your Firebase Hosting site Interact with data in your Firebase database Import/Export users into/from Firebase Auth The web console is fine for … Continue Reading
Remote Debugging Android Devices with VirtualBox through port forwarding
Introduction If you are developing a brand new project on your VirtualBox instance, it is very useful to use the developer tools and the device toolbar on Chrome (or the Responsive Design Mode on Safari). But is of course much more useful to perform real tests on real devices. The Remote Debugging Android Devices is a great opportunity for … Continue Reading
Facebook Friends Monitor: 5000+ downloads
Just to notice to some rare reader, while I’m preparing my new Android app, I’m very happy to see that my first experiment in the Android world is going very well. Facebook Friends Monitor has reached the 5000+ downloads (5200 when I’m writing this post) and is growing day by day. Please have a look … Continue Reading