Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.35 KB

File metadata and controls

36 lines (24 loc) · 1.35 KB

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