Published inCodeXDeploy and Serve AI Models (Part 2 — TensorFlow Serving)This is a continuation of my series about the deployment of AI models in production scenarios(Part-1). TensorFlow serving allows…Jul 30, 20211Jul 30, 20211
Published inCodeXDeploy and Serve AI Models (Part-1)Model creation is just a step towards creating real-world AI solutions. Moreover, AI models need to deploy, host, and serve in order to run…Jul 28, 2021Jul 28, 2021
Published inCodeXCreate Standalone Linux Installer for your Python GUI ApplicationSometimes you may need to develop your application's graphical user interface in python as it provides a fast and easy way to create GUI…Jul 15, 2021Jul 15, 2021
Published inCodeXIntegrate LibTorch library to QT for GPU InferenceQt is a powerful framework to build cross-platform GUI applications. For production deployment scenarios, you need to integrate your models…Jul 4, 2021Jul 4, 2021
Sending SMS and Email using AWS C++This continuation of my previous article, where i have used AWS python sdk for sending the sms and email. To set up the AWS SDK for C++…Apr 9, 2021Apr 9, 2021
Published inCodeXSMS and Email sending in python Using AWSSometimes you want to send sms and email as a consequence of the trigger of a action or event from your python application. Normally case…Mar 16, 2021Mar 16, 2021