Good Morning,
I'm building a Fantasy Valorant League (like fantasy football, but for professional valorant) and I'm looking for ideas on what people would want to see in a program like that and gage interest.
Right now, I've got a per-match 1v1 system to pit 2 players against eachother, they draft players from each team and gain points based on KDA & Combat Score. I plan to expand on this but right now I just want a working Prototype
I'm working on 3 things
- Website to draft team and see upcoming matches (finished the API and data pulling, working on frontend)
- Web browser extension to see realtime stats and updates (This is a bit tricky, training models based on the official valorant streams in python using computervision, but unless I can think of a better way to do this I'll need to train new models for each channel that streams professional valorant)
- Desktop client in Electron.JS (allows me to embed the twitch stream and customize the layout however I want)
Any thoughts, suggestions or advice would be strongly appreciated, thanks!