Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 511 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 511 Bytes

Titanic Travel Prediction

Data model algorithm to predict live/death success on the titanic, based on your ticket information

Features

  • Web form
  • Web server in Flask
  • Web API
  • Data Model Response

Development

Install dependencies

pip install -r requirements.txt

Run the Flask server

FLASK_APP=app.py FLASK_ENV=development flask run

Credits

@omniboyok - Web Form and Server

@mattzvl - Data Model Training and Interaction