/machine-learning-python-app

titanic survival prediction python dash application

Primary LanguageJupyter Notebook

Python Application for Binary Classification

This repository contains code for a full-stack web-based Python application for Binary Classification.

How to use it?

Current version of Python( >= 3.9) may not run this application properly due to different versions of dependencies.

  • Install earlier version of Python(~ 3.6)
  • Make a Virtual Environment and activate it.
  • Clone this repository git clone https://github.com/yesdeepakmittal/machine-learning-python-app.git
  • cd machine-learning-python-app
  • pip install -r requirements.txt
  • run application using python app.py
  • Check your application in the browser at http://127.0.0.1:8050/

Overview

img

Note

Feel free to open an issue to discuss the working of this Python application.