I'm working on a asp.net application where i have to do heart disease prediction. This is done through machine learning (dataset from kaggle heart.csv). I prepared the machine learning model using PYTHON SCRIPT IN SPYDER IDE and used multiple algorithms to get accuracy of the model. Now I want to integrate this script with my asp.net mvc application in a way that data can be entered from asp.net and passed through my python script for Machine learning and get the results back in my asp.net mvc site. How is this possible please give me detailed step by step solution. Thank you. below is my ML code
https://www.kaggle.com/cdabakoglu/heart-disease-classifications-machine-learning/notebook