AI Project: Speech-to-Text with Hugging Face (OpenAI Whisper)
You’ve used the Hugging Face pipeline to understand text and images. Now, let’s teach it to understand audio using Hugging Face Speech to Text. We…
Discover the field of Data Science and its significant impact on decision making. Learn techniques to harness its power for success.

You’ve used the Hugging Face pipeline to understand text and images. Now, let’s teach it to understand audio using Hugging Face Speech to Text. We…

This is the ultimate goal of PyScript for Data Science: building a tool that lets your users analyze their own data, all inside their browser….

One of the most common tasks in data analysis is “resampling” time data. For example, turning a list of daily sales into “Total Monthly Sales.”…

We’ve done single-label classification (e.g., “POSITIVE” or “NEGATIVE”). But what if a text can be both? A news article could be about “POLITICS” and “FINANCE”….

Just like Pandas has NaN, Polars has null to represent missing or empty data. Before you can analyze a dataset, you must have a strategy…

The most common data analysis task is “Split-Apply-Combine.” When using Polars, the groupby operation is essential for this task. In Polars, this is done with…

We’ve used Hugging Face to understand text and generate text. Now, let’s use it to understand images with Hugging Face Image Classification. Image Classification is…

In Pandas, you use pd.merge() to combine datasets. In Polars, you use the join() method, which is one of the fastest in any library. If…

The Hugging Face pipeline is great for simple tasks, and it’s particularly well-known for Hugging Face Text Classification. But what if you need the raw…

This is the future. Our dashboard will showcase how you can combine PyScript, Hugging Face, and Polars to create advanced data apps. We are going…