Sometimes I bike to work, sometimes I drive to work. I was curious the differences between the two, so I collected data for a year and analyzed it!
This project is fun webapp that I built to practice serverless, web-based ML. The site is a static page written with Blazor/C#. When it receives an image, it fires off a request to an Azure Function written in Python that takes the input image and transforms it. Thus, it is a completely serverless approach. It is heavily inspired by Cartoonify - link in Read more.