I’ve been building an AI system for football predictions and recently added a feature that makes it more interactive. You can now chat with the AI during live matches and ask questions about what’s happening in real time. Instead of just returning static predictions, the system combines:
- machine learning models (Poisson, XGBoost, etc.)
- live match data (xG, possession, momentum)
- probabilities updated every ~15 seconds
- odds from multiple bookmakers On top of that, an LLM layer interprets this data and generates contextual answers. So you can ask things like:
- Who is more likely to score next?
- Is Over 2.5 still valuable given how the game is evolving?
- Does the current momentum suggest a goal is coming? The goal is to move from static predictions to something closer to real-time analysis. Still a work in progress, but I’d be really interested in feedback — especially from people working on similar systems or real-time AI applications. If you want to try it: https://www.pronostats.it/ submitted by /u/Aware_Stay2054
Originally posted by u/Aware_Stay2054 on r/ArtificialInteligence
You must log in or # to comment.
