Python Posts
I’ve been working on getting Fitness Tracker release ready which has meant going through a lot of structured data and trying to turn it into something that people can read and build fitness routines with. This has involved generating text suitable for both websites and in app consumption and rather than use generative AI, I decided to roll my own model with python. Results are okay so far, but quickly improving. ( read the article )
Categories - Fitness Tracker , Python , Numpy , Scikit-learn
This article takes a quick look at some of the tools being used to build Fitness Tracker and goes over why I chose to use each of them. ( read the article )
Categories - Fitness Tracker , Rust , Development , Python , Docker , Projects , React
This apache conf pattern will help you avoid dreaded name duplicates previous WSGI daemon definition errors when you try to serve Django apps with Apache and mod_wsgi. ( read the article )
Categories - Development , Ops , Python , Apache