Ask HN: Why hasn't x86 caught up with Apple M series?
421 points by stephenheron 2d ago 607 comments
Ask HN: Best codebases to study to learn software design?
100 points by pixelworm 4d ago 89 comments
Show HN: DeepShot – an open-source NBA predictor with ML, EWMA, and live UI
2 f_sacco 0 8/27/2025, 10:03:28 PM github.com ↗
Hey everyone, I’m an NBA fan and Python dev, and I recently built DeepShot — a machine learning model that predicts NBA game outcomes with about 71% accuracy based on historical stats and rolling performance metrics (EWMA). It features: Real NBA data from Basketball Reference Exponentially Weighted Moving Averages to track momentum Interactive NiceGUI interface with team comparison and predictions Full Python stack and open-source (MIT license) Here’s the GitHub repo: https://github.com/saccofrancesco/deepshot And if you like it, here’s my Buy Me a Coffee: buymeacoffee.com/saccofrancesco Would love any feedback — especially from folks who’ve built sports models or worked on real-time stat tools. Also open to ideas on where to take this next (player-level modeling? betting advice dashboard?).
No comments yet