Found 1,065 repositories(showing 30)
imShub
DigiFarmer is an Artificial Intelligence and Machine Learning based project which can perform various operations/functions related to farming prediction such as Crop Quality, Yeild Prediction, Disease Detection and Weed Detection, etc. This Project is build using Flutter with dart and for backend we used the ML model's as TenserflowLite.
HariniSelvam-cse
AI-powered healthcare dashboard using Streamlit that integrates drug recommendation and symptom-based disease prediction with multi-model ML comparison and interactive visualizations.
Artificial Intelligence and Machine Learning have empowered our lives to a large extent. The number of advancements made in this space has revolutionized our society and continue making society a better place to live in. In terms of perception, both Artificial Intelligence and Machine Learning are often used in the same context which leads to confusion. AI is the concept in which machine makes smart decisions whereas Machine Learning is a sub-field of AI which makes decisions while learning patterns from the input data. In this blog, we would dissect each term and understand how Artificial Intelligence and Machine Learning are related to each other. What is Artificial Intelligence? The term Artificial Intelligence was recognized first in the year 1956 by John Mccarthy in an AI conference. In layman terms, Artificial Intelligence is about creating intelligent machines which could perform human-like actions. AI is not a modern-day phenomenon. In fact, it has been around since the advent of computers. The only thing that has changed is how we perceive AI and define its applications in the present world. The exponential growth of AI in the last decade or so has affected every sphere of our lives. Starting from a simple google search which gives the best results of a query to the creation of Siri or Alexa, one of the significant breakthroughs of the 21st century is Artificial Intelligence. The Four types of Artificial Intelligence are:- Reactive AI – This type of AI lacks historical data to perform actions, and completely reacts to a certain action taken at the moment. It works on the principle of Deep Reinforcement learning where a prize is awarded for any successful action and penalized vice versa. Google’s AlphaGo defeated experts in Go using this approach. Limited Memory – In the case of the limited memory, the past data is kept on adding to the memory. For example, in the case of selecting the best restaurant, the past locations would be taken into account and would be suggested accordingly. Theory of Mind – Such type of AI is yet to be built as it involves dealing with human emotions, and psychology. Face and gesture detection comes close but nothing advanced enough to understand human emotions. Self-Aware – This is the future advancement of AI which could configure self-representations. The machines could be conscious, and super-intelligent. Two of the most common usage of AI is in the field of Computer Vision, and Natural Language Processing. Computer Vision is the study of identifying objects such as Face Recognition, Real-time object detection, and so on. Detection of such movements could go a long way in analyzing the sentiments conveyed by a human being. Natural Language Processing, on the other hand, deals with textual data to extract insights or sentiments from it. From ChatBot Development to Speech Recognition like Amazon’s Alexa or Apple’s Siri all uses Natural Language to extract relevant meaning from the data. It is one of the widely popular fields of AI which has found its usefulness in every organization. One other application of AI which has gained popularity in recent times is the self-driving cars. It uses reinforcement learning technique to learn its best moves and identify the restrictions or blockage in front of the road. Many automobile companies are gradually adopting the concept of self-driving cars. What is Machine Learning? Machine Learning is a state-of-the-art subset of Artificial Intelligence which let machines learn from past data, and make accurate predictions. Machine Learning has been around for decades, and the first ML application that got popular was the Email Spam Filter Classification. The system is trained with a set of emails labeled as ‘spam’ and ‘not spam’ known as the training instance. Then a new set of unknown emails is fed to the trained system which then categorizes it as ‘spam’ or ‘not spam.’ All these predictions are made by a certain group of Regression, and Classification algorithms like – Linear Regression, Logistic Regression, Decision Tree, Random Forest, XGBoost, and so on. The usability of these algorithms varies based on the problem statement and the data set in operation. Along with these basic algorithms, a sub-field of Machine Learning which has gained immense popularity in recent times is Deep Learning. However, Deep Learning requires enormous computational power and works best with a massive amount of data. It uses neural networks whose architecture is similar to the human brain. Machine Learning could be subdivided into three categories – Supervised Learning – In supervised learning problems, both the input feature and the corresponding target variable is present in the dataset. Unsupervised Learning – The dataset is not labeled in an unsupervised learning problem i.e., only the input features are present, but not the target variable. The algorithms need to find out the separate clusters in the dataset based on certain patterns. Reinforcement Learning – In this type of problems, the learner is rewarded with a prize for every correct move, and penalized for every incorrect move. The application of Machine Learning is diversified in various domains like Banking, Healthcare, Retail, etc. One of the use cases in the banking industry is predicting the probability of credit loan default by a borrower given its past transactions, credit history, debt ratio, annual income, and so on. In Healthcare, Machine Learning is often been used to predict patient’s stay in the hospital, the likelihood of occurrence of a disease, identifying abnormal patterns in the cell, etc. Many software companies have incorporated Machine Learning in their workflow to steadfast the process of testing. Various manual, repetitive tasks are being replaced by machine learning models. Comparison Between AI and Machine Learning Machine Learning is the subset of Artificial Intelligence which has taken the advancement in AI to a whole new level. The thought behind letting the computer learn from themselves and voluminous data that are getting generated from various sources in the present world has led to the emergence of Machine Learning. In Machine Learning, the concept of neural networks plays a significant role in allowing the system to learn from themselves as well as maintaining its speed, and accuracy. The group of neural nets lets a model rectifying its prior decision and make a more accurate prediction next time. Artificial Intelligence is about acquiring knowledge and applying them to ensure success instead of accuracy. It makes the computer intelligent to make smart decisions on its own akin to the decisions made by a human being. The more complex the problem is, the better it is for AI to solve the complexity. On the other hand, Machine Learning is mostly about acquiring knowledge and maintaining better accuracy instead of success. The primary aim is to learn from the data to automate specific tasks. The possibilities around Machine Learning and Neural Networks are endless. A set of sentiments could be understood from raw text. A machine learning application could also listen to music, and even play a piece of appropriate music based on a person’s mood. NLP, a field of AI which has made some ground-breaking innovations in recent years uses Machine Learning to understand the nuances in natural language and learn to respond accordingly. Different sectors like banking, healthcare, manufacturing, etc., are reaping the benefits of Artificial Intelligence, particularly Machine Learning. Several tedious tasks are getting automated through ML which saves both time and money. Machine Learning has been sold these days consistently by marketers even before it has reached its full potential. AI could be seen as something of the old by the marketers who believe Machine Learning is the Holy Grail in the field of analytics. The future is not far when we would see human-like AI. The rapid advancement in technology has taken us closer than ever before to inevitability. The recent progress in the working AI is much down to how Machine Learning operates. Both Artificial Intelligence and Machine Learning has its own business applications and its usage is completely dependent on the requirements of an organization. AI is an age-old concept with Machine Learning picking up the pace in recent times. Companies like TCS, Infosys are yet to unleash the full potential of Machine Learning and trying to incorporate ML in their applications to keep pace with the rapidly growing Analytics space. Conclusion The hype around Artificial Intelligence and Machine Learning are such that various companies and even individuals want to master the skills without even knowing the difference between the two. Often both the terms are misused in the same context. To master Machine Learning, one needs to have a natural intuition about the data, ask the right questions, and find out the correct algorithms to use to build a model. It often doesn’t requiem how computational capacity. On the other hand, AI is about building intelligent systems which require advanced tools and techniques and often used in big companies like Google, Facebook, etc. There is a whole host of resources to master Machine Learning and AI. The Data Science blogs of Dimensionless is a good place to start with. Also, There are Online Data Science Courses which cover the various nitty gritty of Machine Learning.
N-NeelPatel
This ML model is used to predict the disease based on the symptoms given by the user. For accurate output, it predicts using three different machine learning algorithms.
Sharanuspatil
This project is a step towards precision agriculture, where our product acts as an assistant for a farmer. This involves nine functionalities related to agricultural practices, ranging from weed detection, disease detection, crop recommendation, and yield prediction, which farmers need on a daily basis. We are also working on including drones as a part of the project. This project was created using ML and CNN algorithms for all the functionalities and Flask as a model deployment tool for user interfaces.
MishraShardendu22
Heart disease prediction using ML — EDA, feature engineering, and model comparison (Logistic Regression, Random Forest, SVM) on the UCI Heart Disease dataset.
Introduction In my case studies I keep writing in English because it is used in Kaggle and I also keep them in Portuguese because my native language is Brazilian Portuguese, so we can share more knowledge and experiences in Kaggle with our Brazilian colleagues. We will develop and analyze the algorithms with the best capacity and identify the problems in the heart and at the end we will make a comparison between them. Description Context Cardiovascular diseases (CVDs) are the number 1 cause of death globally, taking an estimated 17.9 million lives each year, which accounts for 31% of all deaths worldwide. Four out of 5CVD deaths are due to heart attacks and strokes, and one-third of these deaths occur prematurely in people under 70 years of age. Heart failure is a common event caused by CVDs and this dataset contains 11 features that can be used to predict a possible heart disease. People with cardiovascular disease or who are at high cardiovascular risk (due to the presence of one or more risk factors such as hypertension, diabetes, hyperlipidaemia or already established disease) need early detection and management wherein a machine learning model can be of great help. Attribute Information Age: age of the patient [years] Sex: sex of the patient [M: Male, F: Female] ChestPainType: chest pain type [TA: Typical Angina, ATA: Atypical Angina, NAP: Non-Anginal Pain, ASY: Asymptomatic] RestingBP: resting blood pressure [mm Hg] Cholesterol: serum cholesterol [mm/dl] FastingBS: fasting blood sugar [1: if FastingBS > 120 mg/dl, 0: otherwise] RestingECG: resting electrocardiogram results [Normal: Normal, ST: having ST-T wave abnormality (T wave inversions and/or ST elevation or depression of > 0.05 mV), LVH: showing probable or definite left ventricular hypertrophy by Estes' criteria] MaxHR: maximum heart rate achieved [Numeric value between 60 and 202] ExerciseAngina: exercise-induced angina [Y: Yes, N: No] Oldpeak: oldpeak = ST [Numeric value measured in depression] ST_Slope: the slope of the peak exercise ST segment [Up: upsloping, Flat: flat, Down: downsloping] HeartDisease: output class [1: heart disease, 0: Normal] Source This dataset was created by combining different datasets already available independently but not combined before. In this dataset, 5 heart datasets are combined over 11 common features which makes it the largest heart disease dataset available so far for research purposes. The five datasets used for its curation are: Cleveland: 303 observations Hungarian: 294 observations Switzerland: 123 observations Long Beach VA: 200 observations Stalog (Heart) Data Set: 270 observations Total: 1190 observations Duplicated: 272 observations Final dataset: 918 observations Every dataset used can be found under the Index of heart disease datasets from UCI Machine Learning Repository on the following link: https://archive.ics.uci.edu/ml/machine-learning-databases/heart-disease/ Citation fedesoriano. (September 2021). Heart Failure Prediction Dataset. Retrieved [Date Retrieved] from https://www.kaggle.com/fedesoriano/heart-failure-prediction. Acknowledgements Creators: Hungarian Institute of Cardiology. Budapest: Andras Janosi, M.D. University Hospital, Zurich, Switzerland: William Steinbrunn, M.D. University Hospital, Basel, Switzerland: Matthias Pfisterer, M.D. V.A. Medical Center, Long Beach and Cleveland Clinic Foundation: Robert Detrano, M.D., Ph.D. Donor: David W. Aha (aha '@' ics.uci.edu) (714) 856-8779
vidhyaveeranellu
This is a supervised multi-class classification system where symptom text data is converted into numeric features and a Random Forest model predicts diseases based on user-selected symptoms.
This is a Machine Learning project in which I have taken dataset form UCLA of Indian patients for predicting Liver Disease using Machine Learning Models. In this I have used models like Random Forest, Naive Bayes, MLP Neural Networks, SVM, PSO-SVM. I have applied these models on the dataset and find out which model gives best accuracy. Best accuracy was shown by PSO-SVM. After applying Genetic Algorithm for feature selection on Random Forest, Naive Bayes and SVM, the best accuracy was shown by Random Forest.
Multiple Disease Prediction System: An ML-based tool for early disease detection (Diabetes, Heart, Parkinson’s, Liver, Hepatitis, Lung Cancer, Kidney, Breast Cancer). Uses a Streamlit interface with trained models (.sav, .json) for risk prediction. Includes a Healthcare Chatbot for assistance.
BALADURGAG24
Disease Prediction ML System using Flask & Multiple ML Models (Random Forest, SVM, Naive Bayes, XGBoost, LightGBM). Predict diseases based on symptoms with an easy web interface and ensemble model voting for improved accuracy. Includes data preprocessing, model training, and deployment.
HARIHARANS24
Disease Prediction ML System using Flask & Multiple ML Models (Random Forest, SVM, Naive Bayes, XGBoost, LightGBM). Predict diseases based on symptoms with an easy web interface and ensemble model voting for improved accuracy. Includes data preprocessing, model training, and deployment.
jmarihawkins
The Disease Prediction Project uses AI/ML to predict diseases based on selected symptoms, designed for low-resource communities. It delivers fast, accurate predictions using a MLP model, offering tailored, efficient diagnostics for areas with limited healthcare access.
tayalmanan28
A web application based on ML model for prediction of disease based on the symptoms provided by the scans, X -rays and other medical data.
A FastAPI-powered REST API that serves predictions from a machine learning model trained to detect heart disease. This project focuses on containerization with Docker and deployment to the cloud using Render. Built as part of a hands-on assignment to demonstrate practical DevOps, ML, and API development skills.
Shreyas-SAS
Multiple Disease prediction Web app hosting ML model generated Prediction systems to identify diseases accurately based on user experienced symptoms and report values.
Aryanwadhwa14
This project predicts heart disease using ML and DL models while also clustering patients based on clinical features. It combines prediction with segmentation to provide deeper insights into heart disease risks.
manthanraut2409
MultiMedicalHealthCareSystem is a Streamlit-based AI healthcare prediction app that analyzes patient medical inputs to assess risks for Diabetes, Heart Disease, and Kidney Disease using trained ML models. It provides real-time results with a simple, privacy-focused interface.
Aspect022
An AI-powered health prediction system capable of forecasting multiple diseases such as Diabetes, Stroke, Parkinson’s, Thyroid issues, and Depression based on patient input parameters. Built with FastAPI, React, and various ML models achieving high accuracy scores for reliable predictions.
habib-developer
Heart Disease Prediction using ML.NET Machine Learning Model and integrated with ASP.NET Core MVC
Divyam6969
Application made using Flask that runs on a ML Model trained using random forest classification model that helps in prediction of heart disease
Lokeshrathi
Heart Disease prediction using ML model
Nitish36
Heart Disease Predictions using ml models
himarygr
A model on the streamlit framework predicts disease and makes a treatment recommendation
We have a data which classified if patients have heart disease or not according to features in it. We will try to use this data to create a model which tries predict if a patient has this disease or not.
bharath-sangars
No description available
A ML model for Heart Disease prediction using HRFLM
julianafalves
Alzheimer's disease prediction using ML models and Kedro template
PurvaMunde
“Toolkit for preprocessing, training, evaluating, and visualizing ML models for disease prediction.”
ibrahimcreator
AI-powered disease prediction system with ML/DL models and integrated health chatbot.