Skip to content

A full-stack flask app deployed using Heroku to analyze passenger information on the infamous Titanic.

Notifications You must be signed in to change notification settings

deepavadakan/Titanic-Full-Stack-App

Repository files navigation

Titanic Full Stack App

Build a full-stack app and deploy it to Heroku

Table of contents

Deployed App

https://mytitanic-analysis.herokuapp.com/

Visualizations

Python Flask-powered API with seven routes.

@app.route("/")
@app.route("/age/")
@app.route("/age/<pclass>")
@app.route("/survived/")
@app.route("/survived/<pclass>")
@app.route("/gender-class/")
@app.route("/class-age/")

Four plotly javascript visualizations

Compare the number of passengers by class.

Passenger Ages By Class

Compare the passenger survival by class.

Passenger Survival By Class

Pie charts comparing passenger gender and survival by class.

Passenger Survival By Class and Gender

Box plot comparing passenger survival by age and class.

Passenger Survival By Age and Class

Technologies

  • Python
  • Flask
  • Javascript
  • HTML/ CSS
  • Bootstrap
  • Plotly
  • SQLAlchemy
  • SQLite
  • Heroku

Contact

Created by @deepavadakan

About

A full-stack flask app deployed using Heroku to analyze passenger information on the infamous Titanic.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published