Data model algorithm to predict live/death success on the titanic, based on your ticket information
- Web form
- Web server in Flask
- Web API
- Data Model Response
Install dependencies
pip install -r requirements.txt
Run the Flask server
FLASK_APP=app.py FLASK_ENV=development flask run
@omniboyok - Web Form and Server
@mattzvl - Data Model Training and Interaction