Data Science
Build a Web-scraping API in Under 30 Minutes with ChatGPT and Azure Functions
December 2022
AZURE FUNCTIONS | PYTHON | ChatGPT
Azure Functions let's you build API's in minutes. Combining this with ChatGPT makes it possible to build useful tools in no time.
Read More
The Unrealistic Expectations of IT-Recruiters: A Data Analysis
January 2022
NLP | PYTHON | NETWORK ANALYSIS | DATA VISUALIZATION
Using a combination of NLTK, RegEx and NetworkX I analyzed a dataset of job descriptions. In the analysis
I focus on the unrealistic expectations recruiters often set forward.
How It's Built
Network Chart
Automating Instagram Comments Using Image Recognition
June 2021
NLP | PYTHON | IMAGE RECOGNITION | SELENIUM | BEAUTIFUL SOUP | WEB SCRAPING
I used Python to build an instagram bot that uses object detection to automatically generate and post relevant comments.
Read More
Detecting Mumble Rap Using Data Science
October 2020
NLP | PYTHON | SPEECH-TO-TEXT | GOOGLE CLOUD | DATA VISIUALIZATION
Using a Google speech to text API and NLP, I built a model that can classify rap as mumble. My personal favorite :).
Read More
Safety Considerations For Working With Data
April 2020
INFOSEC
Looking at data from an infosec perspective. This article lists key considerations related to IT security when working with data.
Read More
Benchmarking Off-The-Shelf Sentiment Analysis
March 2020
PYTHON | SENTIMENT ANALYSIS | POWER BI
Power BI introduced multiple out of the box AI features to generate more advanced insights. One of these insights is a classic sentiment analysis. Being curious on how well this AI feature worked,
I decided to do some benchmarking.
Read More
Create categorical choropleth with Python
May 2019
PYTHON | MATPLOTLIB | DATA VISIUALIZATION
My very first blog post. A client asked me for a categorical choropleth map in Python. Not being able to find a library to provide this (whith shapefiles) I tried to create a custom solution.
As the result turned out great, I decided to share the steps and code with the community. To my surprise this was picked up by Towards Data Science.
Read More