Flask
Strava Noise Reduction
Messing around with Kalman filters to fix noisy Strava activities
I use Strava to track my runs, and sometimes I’m annoyed with how noisy the GPS tracks are. I recently learned about Kalman filtering, a methodology for smoothing noisy data. Let’s see if it can solve my Strava problem. Plus, a small Flask app that integrates with the Strava API.
Using FastAPI to Recreate the Flask Tutorial
I wanted to try out the popular FastAPI framework. As a learning exercise, I reproduced a simple Flask tutorial using FastAPI.