Skip to content

Hangzoed/Disaster-Response-Pipeline

Repository files navigation

Disaster Response Pipeline Project

Table of Contents

  1. About The Project
  2. Getting Started
  3. License
  4. Contact
  5. Acknowledgements

About The Project

The goal of this project is to build site that can classify disaster messages and help emergancy forces to better alocate resources. The project uses figure 8 data to train a model that help identify messages as soon once the user enters it.

Built With

Prerequisites

  • Python 3.5+
  • Machine Learning Libraries: NumPy, SciPy, Pandas, Sciki-Learn
  • Natural Language Process Libraries: NLTK
  • SQLlite Database Libraqries: SQLalchemy
  • Model Loading and Saving Library: Pickle, joblib
  • Web App and Data Visualization: Flask, Plotly

Installation

Installation

  1. Run the following commands in the project's root directory to set up your database and model.

    • To run ETL pipeline that cleans data and stores in database python data/process_data.py data/disaster_messages.csv data/disaster_categories.csv data/DisasterResponse.db
    • To run ML pipeline that trains classifier and saves python models/train_classifier.py data/DisasterResponse.db models/classifier.pkl
  2. Run the following command in the app's directory to run your web app. python run.py

  3. Go to http://0.0.0.0:3001/

    
    
    

License

The files are free to use

Contact

Project Link: https://github.com/Hangzoed/Disaster-Response-Pipeline

Acknowledgements

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors