Here is a list and brief summary of some side projects that I have worked on when I get time
AI ranked RSS feeds
- https://github.com/sdysch/daily_rss_digest
- Automated daily digest of curated RSS feeds straight to your phone
- See the post
Personal Rightmove new listings and price drop alerts
- https://github.com/sdysch/rightmove_scraper
- Setup your own Rightmove house listing texts to your phone via Telegram
Diabetes CGM data LLM assistant
- https://github.com/sdysch/cgm-llm-assistant/
- Interfaced an LLM with ollama to my diabetes CGM data to ask simple summary questions
Dog separation anxiety training dashboard
- https://github.com/sdysch/separation_anxiety_tracker and https://max-sa-training.streamlit.app/
- Scraping data from berightbackapp.io; Julie Naismith’s method for separation anxiety training + simple streamlit dashboard
Diabetes sensor data
- https://github.com/sdysch/diabetes-ml
- Scraping freestyle libre data from LibreView, looking at building hypo predictions
Mancala strategy simulations
- https://github.com/sdysch/mancala
- Simulating different strategies for the board game Mancala
- See the post I wrote about this
Chess.com correlation analysis
- https://github.com/sdysch/chess_puzzle_vs_game_ratings
- Scraping data from chess.com, correlation analysis of puzzle and game ratings
- See the post I wrote about this