Category: Google Cloud Platform

  • 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 […]