Tag: AI

  • Offline AI Image Search

    Offline AI Image Search

    So using one of Hugging Face AI models, I mentioned before, I wrote a simple Python script to iterate images in a folder, caption the images then update their metadata with said captions, making it possible to search my Syncthing local storage with content description of images as shown in the screen capture. I left…

  • Offline AI Image Captioning

    Offline AI Image Captioning

    Have been recently exploring Hugging Face AI models as a viable option to provide offline AI image captioning to my new hybrid cloud storage, based on Syncthing, I mentioned before. I’ve found its performance pretty awesome considering that it’s running on a local Raspberry Pi environment using a tiny ARM microprocessor. See below image to…

  • Tweeting from a Raspberry Pi Using Azure Speech

    Tweeting from a Raspberry Pi Using Azure Speech

    Here is something fun to do this weekend. How about tweeting using voice recognition? We are going to do this using Raspberry Pi, Azure Speech Cognitive Service and nodejs. First you will need to setup your Raspberry Pi using the steps detailed on my previous article, then create a Speech cognitive service on Azure as…

  • Reading Notifications from Dynamics 365

    Reading Notifications from Dynamics 365

    Reading Notifications from Dynamics 365 using a Raspberry Pi

  • Giving AIoT a Voice using Azure AI

    Giving AIoT a Voice using Azure AI

    In my previous article we learnt together how to use Azure Face API to enable Raspberry Pi IoT device to detect faces. In this second howto article we are going to build atop of what we have done so far to give Raspberry Pi a voice using Azure Speech API. In order to be able…