The project aims to help the users get the idea if he/she may be suffering from heart disease or not. Web development is the work involved in developing a Website for the web (world wide web) or an intranet (a private network).Web development can range from Developing an easy single static page of plain text to complex web applications, electronic business and social networking services. The main goal of this website (SYMPTOMATIC ASSISTANCE) is to predict the possibility of having Heart disease. For this , the user needs to provide some information regarding their health. Such as blood pressure, glucose, cigarettes per day etc. According to which the website will respond. This will make people aware and help them improve their health. Machine learning is a method of data analysis that automates analytical model building. It is a branch of AI supported the thought that systems can learn from data, identify patterns and make decisions with minimal human intervention. For this we chose the best dataset from kaggle and used it in the best possible way to predict the output with high accuracy. For being able to predict the correct output, we applied a few machine learning models and chose the best fitted algorithm according to accuracy. For connecting machine Learning models with the webpages we used Flask. Flask is a micro framework written in Python. It is classified as a microframework because it doesn't require particular tools or libraries. It has no database abstraction layer, form validation, or any other components where pre-existing third-party libraries provide common functions. However, Flask supports extensions which will add application features as if they were implemented in Flask itself. Extensions exist for object-relational mappers, form validation, upload handling, various open authentication technologies and several common framework related tools.At the end will deploy our project using Heroku. Heroku is a cloud Platform as a service (PaaS) supporting several programming languages. One of the first cloud platforms, This project will make it easy for the user to know their health closely.
Read full abstract