In this project we use machine learning to create a model that predicts which passengers survived the Titanic shipwreck. We also created a web application where you can input your own information, to see if you would survive as well.
Titanic Survival is a web application built on python/flask with an S3 database that lets a user find out if they would have survived the Titanic sinking based on information they input. This app is hosted on heroku where you can see it here.
Before you begin, make sure your computer meets the folowing requirements:
- You have installed python 3.7 or higher
- You are using a virtual environment
To run this application locally, use the following steps:
- Clone this repo
- create and/or activate your virtual environment
- upgrade pip
- install dependencies
- run flask app
Thank you to the following people who have contributed to this project!