All Posts
-
Apr 12, 2024
In this notebook we be scrape a popular anime database/community MyAnimeList, aiming to collect enough raw data from the anime titles available on the website for further processing and learning purposes.
-
Apr 5, 2024
In this notebook we will explore 4 dirty datasets sourced from the internet that has data incorrectly recorded and clean them using Pandas package in Python.
-
Apr 4, 2024
In this notebook we will explore 4 dirty datasets sourced from the internet that has been structured poorly and clean them using Pandas package in Python.
-
Apr 1, 2024
In this notebook we explore a few HDB Resale Prices datasets fgrom Jan1990 to Mar2024, analysing the data to answer a few common questions homebuyers have in recent times.
-
Mar 24, 2024
Created an interface using Python for users to draw on, integrating Stable Diffusion for image generation in near real-time. The solution involves sending JSON payloads as API calls to our generative model each time a user adds an element to their drawing. Relevant files can be found in my Github repository.