backend repo : https://github.com/chechna9/valorant_win_prediction_server
Valorant Win Prediction is a web application that utilizes an AI model to predict the win chances of two teams in the popular game Valorant. Whether you're a player or a fan, this tool can provide insights into the possible outcome of a match.
- Win Chance Prediction: The app predicts the win chance for two teams based on an AI model's analysis.
- Valorant Data Analysis: Utilizes game data and statistics to make accurate predictions.
- User-Friendly Interface: An intuitive design for easy input and result interpretation.
- React: A JavaScript library for building user interfaces.
- Flask: A micro web framework for building web applications.
- scikit-learn (sklearn): A machine learning library for Python used for creating the AI model.
To get started with Valorant Win Prediction, follow these steps:
- Clone this repository to your local machine.
- Navigate to the project root folder.
- Set up the Flask server (instructions in the
serverdirectory).
You can access Valorant Win Prediction by visiting the web application.
- Open the Valorant Win Prediction web application.
- Input relevant match data (e.g., team statistics, map, etc.).
- Obtain the predicted win chance for each team.
- Use this prediction as a valuable insight for Valorant matches.
Contributions to Valorant Win Prediction are welcome! If you'd like to contribute, please follow these guidelines:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and ensure that the code is well-documented.
- Open a pull request describing your changes.
This project is licensed under the MIT License. You are free to use, modify, and distribute this software.
