Data of all IPL matches from 2008 to 2022 and ball by ball is used in this project.Raw data was unstructured and required columns were not present in the raw data. Required data is derived from given 2 datasets and based on that Data preprocessing is done after that Logistic Regression machine learning model is being used to find prabability of winning of batting and bowling team. For deployment of this machine learning model streamlit library is used and model 'IPL win Predictor' is deployed at streamlit with the help of github repository.