You've likely heard that data scientists spend around 80% of their time cleaning data. It's important to clean up your data because dirty data will lead to dirty analysis and dirty …
How to Set Up Your MacBook for Web Development in 2020
A guide to getting your Mac ready for web development — recommending tools, shortcuts, tips and tricks, and more I recently switched jobs, and during the first few days on the new job, I had to …
Continue Reading about How to Set Up Your MacBook for Web Development in 2020 →
Road Traffic Counting App detection with OpenCV
Today we will learn how to count road traffic based on computer vision and without heavy deep learning algorithms. For this tutorial, we will use only Python and OpenCV with the pretty simple idea …
Continue Reading about Road Traffic Counting App detection with OpenCV →
How to set up the code to create Fake videos and GIFs
To create animated videos and GIFs, we access the platform GitHub and look for the repository for the paper “First order Motion Model for Image Animation”. We download the file and follow the …
Continue Reading about How to set up the code to create Fake videos and GIFs →
Classification of license plates
In this project, a software solution in the form of an app was developed, hereinafter also referred to as "Keras-RetinaNet". With the app it is possible to classify license plates. The most accurate …
Spark DataFrames
In this part the main way we will be working with Python and Spark is through the DataFrame Syntax. If you have worked with pandas in Python, R, SQL or even Excel, a DataFrame will feel very …