/disaster_response

A machine learning-based text classifier for supporting quick aid delivery developed in a previous class project.

Primary LanguagePythonMIT LicenseMIT

Python 3.8 badge MIT License badge
SQLite Pandas Plotly Scikit
Bootstrap Flask Heroku

Snapshot of web app

Disaster Response Project

Applied machine learning project on text classification for quick aid delivery.

This repository contains material related to a previous class project that aimed to deliver a machine learning-based model for text classification to support the coordination of aid efforts during a natural disaster.

The developed model was also incorporated into a web application that is available at

https://disaster-response-txt-app.herokuapp.com

The training branch of this repository contains python code for processing raw data, hyperparameter tuning, and model evaluation thereby enabling full reproducibility.