Tuesday, June 6, 2023

Ecoute Installation and Introduction for Transcription - Step by Step

Following is step by step instruction as how to install Ecoute AI tool for live transcription that provides real time transcripts for both microphone input and speakers output. There are lot of use cases for Ecoute in Job interview training for example.

Monday, June 5, 2023

Source Code for Creating LLM on Laptop

 This is the collection of open source code snippets in Python which you can use to download, finetune, and generate content with LLM on your laptop:

Thursday, May 11, 2023

Federal Government Cloud Jobs in 2023

If you are looking to get a cloud job in Federal government of Australia in Canberra or anywhere else with hybrid, remote or on-site options, then look at the following list of funded projects department wise, where you can apply directly with the department as the jobs become open. You can also setup alerts for the job vacancies.

Tuesday, May 2, 2023

Finding IT Jobs In Australia From Overseas - Step by Step Guide

 If are overseas and want to find a job in IT such as cloud, cybersecurity, Kubernetes, software engineer, AI, then this video contains some practical and proven tips.

Friday, April 28, 2023

partially initialized module 'openai' has no attribute 'ChatCompletion' (most likely due to a circular import)

Here is the solution to the Python OpenAI API error:  AttributeError: partially initialized module 'openai' has no attribute 'ChatCompletion' (most likely due to a circular import)

Thursday, April 13, 2023

AWS Bedrock Tutorial

 AWS Bedrock provides you a straight forward way to find and access high-performing FMs that give outstanding results and are best-suited for their purposes.



Wednesday, April 12, 2023

Integrate Oracle Logs with Cloudwatch

 If you are running Oracle database on AWS RDS, then you must integrate Oracle alert log and listener log with AWS cloudwatch logs.

Tuesday, April 11, 2023

Terraform Template for Cloud SQL Query Insights

In Google cloud, you can use Terraform to enable Query Insights for Cloud SQL which is for both Postgres and MySQL. Query Insights provides detailed query-level telemetry and monitoring data to empower our users to investigate performance issues. Here is a complete terraform template with query insights enabled.