A Microsoft Azure Web App project named Covid 19 Predictor using Machine learning Model

Overview

FUTURE READY TALENT VIRTUAL INTERSHIP PROJECT

PROJECT NAME - Covid 19 Predictor

Made By - Priyansh Sharma

  • Azure Web App Link - https://covid19predictor.azurewebsites.net

  • This repository consists of files required to deploy a Web App created with Flask on Microsoft Azure. The project helps the user to identify whether someone is showing positive or negative covid symptoms by simply inputting certain values like oxygen level, breath rate, age, vaccination done or not etc. with the help of a Kaggle database.

Resources used:

           * Azure Web App
           * Azure Resources
           * Visual studio code
           * Azure Machine Learning ( Random Forest Classifier Model )
           * other resources:- linux os which runs azure web app

Project Demo and Explanation Video :

CovidPredictor.mp4
  • Project problem area - The whole World is fighting against the pandemic "THE CORONA VIRUS" . There has to be a way to predict if someone is having Covid 19 positive Symptoms and start treating it at the earliest. With the increasing demand for doctors, we need something that will help our Healthcare Industry to handle this critical situation comfortably.
  • Project outcomes - I created a Web App "Covid 19 Predictor" where anyone on entering the present symptoms the patient shows can predict whether the patient is showing Covid 19 Positive symptoms or not and start treatment accordingly .
  • Description - My Solution is a web application that takes in certain input for symptoms the patient is showing and tells the user if the patient is showing Covid 19 Positive Symptoms or Negative Symptoms in the future. This will solve the problem of patients finding out too late that they have Covid which will reduce Death count and less spread of Corona virus which leads to lesser cases in future . My app, uses machine learning model ( Random Forest Classifier Model ) to predict if a user will have Positive covid symptoms or not . This machine learning model is made with the help of a covid dataset. The app also shows the Model accuracy of the prediction it has made.

Azure Portal :

Screenshot 2022-01-31 132516

Web App Preview :

Screenshot 2022-01-31 132545

Source Code Preview :

Screenshot 2022-01-31 132631

Decision Weights in Prospect Theory

Decision Weights in Prospect Theory It's clear that humans are irrational, but how irrational are they? After some research into behavourial economics

Cameron Davidson-Pilon 32 Nov 08, 2021
Machine Learning Techniques using python.

๐Ÿ‘‹ Hi, Iโ€™m Fahad from TEXAS TECH. ๐Ÿ‘€ Iโ€™m interested in Optimization / Machine Learning/ Statistics ๐ŸŒฑ Iโ€™m currently learning Machine Learning and Stat

FAHAD MOSTAFA 1 Jan 19, 2022
Karate Club: An API Oriented Open-source Python Framework for Unsupervised Learning on Graphs (CIKM 2020)

Karate Club is an unsupervised machine learning extension library for NetworkX. Please look at the Documentation, relevant Paper, Promo Video, and Ext

Benedek Rozemberczki 1.8k Jan 03, 2023
A Lightweight Hyperparameter Optimization Tool ๐Ÿš€

The mle-hyperopt package provides a simple and intuitive API for hyperparameter optimization of your Machine Learning Experiment (MLE) pipeline.

Robert Lange 137 Dec 02, 2022
Automated Time Series Forecasting

AutoTS AutoTS is a time series package for Python designed for rapidly deploying high-accuracy forecasts at scale. There are dozens of forecasting mod

Colin Catlin 652 Jan 03, 2023
A data preprocessing package for time series data. Design for machine learning and deep learning.

A data preprocessing package for time series data. Design for machine learning and deep learning.

Allen Chiang 152 Jan 07, 2023
Traingenerator ๐Ÿง™ A web app to generate template code for machine learning โœจ

Traingenerator ๐Ÿง™ A web app to generate template code for machine learning โœจ ๐ŸŽ‰ Traingenerator is now live! ๐ŸŽ‰

Johannes Rieke 1.2k Jan 07, 2023
Python ML pipeline that showcases mltrace functionality.

mltrace tutorial Date: October 2021 This tutorial builds a training and testing pipeline for a toy ML prediction problem: to predict whether a passeng

Log Labs 28 Nov 09, 2022
Feature-engine is a Python library with multiple transformers to engineer and select features for use in machine learning models.

Feature-engine is a Python library with multiple transformers to engineer and select features for use in machine learning models. Feature-engine's transformers follow scikit-learn's functionality wit

Soledad Galli 33 Dec 27, 2022
Python package for concise, transparent, and accurate predictive modeling

Python package for concise, transparent, and accurate predictive modeling. All sklearn-compatible and easy to use. ๐Ÿ“š docs โ€ข ๐Ÿ“– demo notebooks Modern

Chandan Singh 983 Jan 01, 2023
[HELP REQUESTED] Generalized Additive Models in Python

pyGAM Generalized Additive Models in Python. Documentation Official pyGAM Documentation: Read the Docs Building interpretable models with Generalized

daniel servรฉn 747 Jan 05, 2023
A Python toolkit for rule-based/unsupervised anomaly detection in time series

Anomaly Detection Toolkit (ADTK) Anomaly Detection Toolkit (ADTK) is a Python package for unsupervised / rule-based time series anomaly detection. As

Arundo Analytics 888 Dec 30, 2022
Implemented four supervised learning Machine Learning algorithms

Implemented four supervised learning Machine Learning algorithms from an algorithmic family called Classification and Regression Trees (CARTs), details see README_Report.

Teng (Elijah) Xue 0 Jan 31, 2022
Summer: compartmental disease modelling in Python

Summer: compartmental disease modelling in Python Summer is a Python-based framework for the creation and execution of compartmental (or "state-based"

6 May 13, 2022
Automatic extraction of relevant features from time series:

tsfresh This repository contains the TSFRESH python package. The abbreviation stands for "Time Series Feature extraction based on scalable hypothesis

Blue Yonder GmbH 7k Jan 06, 2023
Uplift modeling and causal inference with machine learning algorithms

Disclaimer This project is stable and being incubated for long-term support. It may contain new experimental code, for which APIs are subject to chang

Uber Open Source 3.7k Jan 07, 2023
Time series forecasting with PyTorch

Our article on Towards Data Science introduces the package and provides background information. Pytorch Forecasting aims to ease state-of-the-art time

Jan Beitner 2.5k Jan 02, 2023
ThunderGBM: Fast GBDTs and Random Forests on GPUs

Documentations | Installation | Parameters | Python (scikit-learn) interface What's new? ThunderGBM won 2019 Best Paper Award from IEEE Transactions o

Xtra Computing Group 648 Dec 16, 2022
Neighbourhood Retrieval (Nearest Neighbours) with Distance Correlation.

Neighbourhood Retrieval with Distance Correlation Assign Pseudo class labels to datapoints in the latent space. NNDC is a slim wrapper around FAISS. N

The Learning Machines 1 Jan 16, 2022
A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in Python using Scikit-Learn, Keras and TensorFlow 2.

Machine Learning Notebooks, 3rd edition This project aims at teaching you the fundamentals of Machine Learning in python. It contains the example code

Aurรฉlien Geron 1.6k Jan 05, 2023