
Audacity Labels From Subtitles Files For Machine Learning
I wrote a Python script that can take any subtitle file in the srt format and convert it so that the Audacity can generate audio labels
PROBLEMS, CODE AND OTHER INTERESTING STUFF
I wrote a Python script that can take any subtitle file in the srt format and convert it so that the Audacity can generate audio labels
How to Build Blender with Cuda and Optix on Ubuntu. Building Blender with source code on Ubuntu is actually very easy to be very honest.
Here, I am going to explain how to transfer data from SQL server to BigQuery in the arguably most robust way using JDBC connection. You don’t need to care about any delimiter or newline character stuff. You will need just below mapping of data type from SQL server to Bigquery to create the schema in your BQ dataset, accordingly
So, you want to cancel a BigQuery Data Transfer scheduled run (because you might have accidently created it 😉 and you cannot see any option to delete a particular entry. If you click DELETE at the top right, it will delete the whole configuration for that Data Transfer. Unfortunately, it seems there is no easy…
Weird issue happening. A perfectly fine git repository suddenly stopped being detected by git. When I do, git status, no git repository is found even tough I can see .git (hidden) folder. To fix this, I ran below commands
My Configuration: Windows 10 x64 Blender version 2.92 Visual Studio 2019 Python version 3.7.9 Virtual Environment Recently, I was struggling on my way to build Blender as a Python module when I started trying my hands on Blender addon development. Here, I am listing the steps which finally worked for me after banging my head…
I have written steps during changing default java from JDK version 11 to JDK version 8 on Ubuntu 18. All installed JDKs are located and can be found at: /usr/lib/jvm
I am now a Google Certified Professional Cloud Architect. Yayyy!💪 You can find a ton of blogs telling how to prepare for this certification. So, let me share something that might not be that widely known. This certification process was a bit different than my previous experience for GCP certified Professional Data Engineer. This was…
Recently, I worked on Apache Airflow for one of my project. The first thing I needed to do was to set up an Airflow cluster on Google Cloud Platform. Note: GCP itself provide a fully managed Apache Airflow service by the name “Cloud Composer”. While for single node installation just to demo, the documentation page…