- Run the batman.py file using python3 batman.py command. This will train the data in batsmen.csv and generate a pickle file called batsman_model.pkl
- Run the bowler.py file using python3 bowler.py command. This will train the data in batsmen.csv and generate a pickle file called bowler_model.pkl
- Run the all-rounder.py file using python3 all-rounder.py command. This will train the data in batsmen.csv and generate a pickle file called allrounder_model.pkl
- Now run the app using python3 app.py command.
Click here to read the Publication