tools

Materialize

Materialize

0
Materialize is a streaming database with a SQL API. However, despite the fact that Materialize uses SQL idioms and can process data from databases, it actually has very little in common with “databases” as most people think of them. Link
Setting up Airflow on AWS

Setting up Airflow on AWS

0
Airflow is one of my favorite tools that I frequently use to setup and manage data science pipelines. The Airflow UI gives us a clear picture of the DAGS and its current status. I may be wrong here but from my experience, I have seen that Airflow on a single machine is not scalable. Thus, to scale Airflow, we can use Kubernetes. Link
TorchMetrics

TorchMetrics

0
TorchMetrics is a really nice and convenient library that lets us compute the performance of models in an iterative fashion. It’s designed with PyTorch (and PyTorch Lightning) in mind, but it is a general-purpose library compatible with other libraries and workflows. Link
Streamlit Demo: Real-Time Voice Cloning

Streamlit Demo: Real-Time Voice Cloning

0
This repository demonstrates how a simple voice transfer app can be created using Streamlit. The code for this demo is based on the repository for Real-Time-Voice-Cloning. Link
Top 9 Jupyter Notebook extensions

Top 9 Jupyter Notebook extensions

0
Jupyter Notebook is probably the most popular tool used by Data Scientists. It allows mixing code, text, and inspecting the output in one document. This is something that is not possible with some other programming IDEs. However, the vanilla version of the Jupyter notebooks is not perfect. In this article, we will show you how to make it slightly better by installing some useful extensions. Link