This tool captures screenshots of Valorant matches, analyzes them in real-time, and predicts match outcomes based on extracted features. It includes live visualizations of win rates and detailed feature tables for analysis.
However, as the live processing is only consistent 90% of the time, this tool also offers an option to predict based on a screenshot instead of capturing screenshots and predicting live.
This model is only trained on the following features extracted from the image
Through the training process an accuracy of 95% can be achieved
pip install -r requirements.txt
python3 use_live_forest.py
python3 use_random_forest.py
Contributions are welcome! If interested, please fork the repository and submit a pull request with your improvements. I can provide the dataset for training.