
Execute a step-by-step guide to run a disease prediction and drug recommendation project, featuring logistic regression, a decision tree model, and Django deployment.
Install and verify Python on your system, add it to the path, and test via command prompt to prepare a machine learning environment for disease prediction and drug recommendation.
In this session, we are going to cover how you can install Anaconda, Xampp and run a project.
Learn how to declare and initialize Python variables, reserve memory, and work with basic data types such as integers and strings.
Learn to create Python functions with and without parameters, explore function calls in a Django context, use dictionaries for user data, and handle parameter-driven greetings.
Traing.csv is the training dataset for training disease prediction model
Convert disease names into numbers as part of data preprocessing. Select features, assign X and y (prognosis), and perform a train-test split to prepare for model training.
Train and compare decision tree, random forest, and logistic regression models using data preprocessing and train-test split, then measure accuracy scores and prepare deployment by saving the model with Joblib.
Load a drug recommendation dataset in a Jupyter notebook, inspect data types and missing values, perform preprocessing, and train the model.
Create a Django project and application for a health care app, configure the base settings and database, and run the development server with static and media files.
Create a machine learning model by building user and medical tables, migrating schemas with Python, and enabling disease prediction and drug recommendations in a MySQL database.
Learn to translate machine learning disease predictions into diagnosis results and appointment requests, enabling doctor review and drug-name recommendations through a patient dashboard and backend workflows.
Deploy the drug recommendation model on the doctor dashboard and configure the doctor home view to support doctor workflows, patient management, and secure login.
Learn to build and deploy a machine learning model for disease prediction and drug recommendation, explore predictive analytics, and select plugins to enhance practical deployment.
This is Supervised machine learning full course. It covers all basic concepts from Python, Pandas, Django, Ajax and Scikit Learn. The course start on Jupyter notebook where different operations will performed on data. Learn Python basic, mostly control structure and Django. The end goal of this course is to teach how to deploy machine learning model on Django Python web framework. Actually, that is the purpose of machine learning. We should learn how to put machine learning model into application and it must solve people's problems in the community.
The methodology used in teaching are very easy and understood-able. In Python Basics we learn the concepts which are needed in model deployment in Django. This include learning list, array, tuple,dictionary, if statement, for loop,while loop and functions.
The created model which is disease prediction model and drug name recommendation model are deployed on different dashboard of Django web application.disease prediction model is deployed on patient dashboard and drug name recommendation model is deployed on doctor dashboard.
If there is any mis-understanding based on disease prediction result and drug name recommendation, patient can ask for appointment with doctor. Doctor usually use machine learning model to recommend for drug names and schedule for appointment with patient.