4.Authors
5.LICENSE
This project is a part of the Udacity Data Scientist Nanodegree. This project is conating dataeset from pre-labeled tweets and messages from real-life disasters. The aim of this project is to build a model that categorizes messages.
python3 should be installed including these python liberals: NumPy SciPy Pandas Sciki-Learn Flask Plotly NLTK SQLalchemy
-
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
- To run ETL pipeline that cleans data and stores in database
-
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/
Authors * Abdulelah Asiri
Abduleha Asiri,
License under the MIT License
Must give credit to Figure Eight for providing messages dataset to train the model, Also Udacity for providing such a useful data scientist course.