Category: Cloud

  • Designing for High Availability and Disaster Recovery in the Google Cloud Platform

    Designing for High Availability and Disaster Recovery in the Google Cloud Platform

    [et_pb_section admin_label=”section”] [et_pb_row admin_label=”row”] [et_pb_column type=”4_4″][et_pb_text admin_label=”Text”] By now we are all aware of the data center in Strasbourg, France that completely burned down. This data center was owned by OVH. OVH is Europe’s largest cloud computing and web hosting company with headquarters in France. Mind that, a modern datacenter is not supposed to burn down […]

  • How to deploy Flutter WebApp using Google AppEngine

    This is a series of Google Cloud Platform study notes: Domain, SSL, and Google Site (#1) Host Flutter WebApp using Google AppEngine (#2) Deploy Flutter WebApp using Google Cloud Run (#3) Host Flutter WebApp using Google Compute Engine (#4) Google provides various web hosting options: Compute Engine with Virtual machine, App Engine, Container, firebase, and […]

  • Flutter WebApp with GCP #1

    This is a series of Google Cloud Platform study notes: Domain, SSL, and Google Site (#1) Host Flutter WebApp using Google AppEngine (#2) Deploy Flutter WebApp using Google Cloud Run (#3) Host Flutter WebApp using Google Compute Engine (#4) I am going to use various tools from GCP and some might be overkill for a […]

  • Wav2Lip: Create the perfect DeepFake Lip Sync with Wav2Lip and Google Wavenet

    Wav2Lip: Create the perfect DeepFake Lip Sync with Wav2Lip and Google Wavenet

    What if there was a way to automatically translate your videos and communicate with the whole world in over 30 languages? And I am not talking about just subtitles. There are two recent advances in AI that are bringing us very close to that reality: Google Wavenet and Wav2Lip Wav2Lip Is a state of the […]

  • Google Text To Speech API: How to speak more than thirty languages

    Google Text To Speech API: How to speak more than thirty languages

    In this article I will show you how you can use the Google Cloud and Text Speech API, and Google Translation APIs to create a voice-over in over 30 languages. And you will be able to see the result in my latest youtube video. I start this article, with the holy grail for content creators. […]

  • Running WordPress for free on the GCP

    Running WordPress for free on the GCP

    [et_pb_section fb_built=”1″ _builder_version=”4.7.7″ _module_preset=”default” custom_margin=”0px||0px||false|false” custom_padding=”0px||0px||false|false” hover_enabled=”0″ sticky_enabled=”0″][et_pb_row _builder_version=”4.7.7″ _module_preset=”default”][et_pb_column _builder_version=”4.7.7″ _module_preset=”default” type=”4_4″][et_pb_image src=”https://spltech.co.uk/wp-content/uploads/2020/05/google_cloud-wordpress.jpg” _builder_version=”4.7.7″ _module_preset=”default” hover_enabled=”0″ sticky_enabled=”0″ title_text=”google_cloud-wordpress”][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=”1″ admin_label=”section” _builder_version=”4.4.8″ custom_margin=”||||false|false” custom_padding=”||||false|false” hover_enabled=”0″ sticky_enabled=”0″][et_pb_row admin_label=”row” _builder_version=”3.25″ background_size=”initial” background_position=”top_left” background_repeat=”repeat” hover_enabled=”0″ sticky_enabled=”0″][et_pb_column type=”4_4″ _builder_version=”3.25″ custom_padding=”|||” custom_padding__hover=”|||”][et_pb_text admin_label=”Text” _builder_version=”4.4.8″ text_font=”Roboto|300|||||||” text_font_size=”21px” text_line_height=”1.8em” header_font=”Roboto|700|||||||” header_font_size=”34px” header_2_font=”Roboto||||||||” header_2_font_size=”28px” header_3_font=”Roboto||||||||” header_3_font_size=”26px” background_size=”initial” background_position=”top_left” background_repeat=”repeat” text_font_size_tablet=”” text_font_size_phone=”18px” text_font_size_last_edited=”on|phone” header_font_size_tablet=”” […]

  • Google’s ML Kit: Text recognition with sample app of receipts reading

    Google has published a few AI kit and one of them is text recogition, which I decided to try it out using a sample Android app to read receipts. The target is to be able to recognise: total, VAT and type. Full code can be found here. Step 1: Groundworks First of all, we need […]

  • Google’s ML kit: Image recognition in Kotlin

    Google’s ML kit is the new firebase SDK that provides machine learning power to Android and iOS apps. The tool set includes: label image, text recognition, face detection, landmark recognition, barcode scanning and smart reply (coming soon at the time of writing). In this tutorial, I will show you how to set up the image […]