Fifth project of data scientists nanodegree
This project requires Python 3.x and the following Python libraries installed:
This Project is part of data science nanodegree program by Udacity in collaboration with Figure Eight. The dataset contains pre-labelled tweet and messages from real-life disaster. In this project, messages are categorized so that you can send the messages to an appropriate disaster relief agency.
This project is divided into three section:
Run the following commands in the project’s root directory to set up your database and model.
python data/process_data.py data/disaster_messages.csv data/disaster_categories.csv data/DisasterResponse.db
python models/train_classifier.py data/DisasterResponse.db models/classifier.pkl
Run the following command in the app’s directory to run your web app.
python run.py
Go to http://0.0.0.0:3001/
Screenshots of the app interface:
This project is licensed under the MIT License - see the LICENSE file for details