Skip to content

Django webapp integrated with machine learning model to predict the survival status of titanic passengers.

Notifications You must be signed in to change notification settings

prasad5141/titanic-survival-prediction-webapp

Repository files navigation

Titanic-survival-prediction-webapp

Django webapp integrated with machine learning model to predict the survival status of titanic passengers.

Build Status

Tech Stack:

Technologies i used to build this project:

Installation

This project requires Python 3.6 or more.

Clone the repository than execute below commands and make sure virtualenv activated

$ cd titanic-survival-prediction-webapp 
$ pip install -r requirements.txt
$ python manage.py migrate
$ python manage.py runserver 

Then go to http://127.0.0.1:8000.

You will see below like screen.

alt text

About

Django webapp integrated with machine learning model to predict the survival status of titanic passengers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published