The aim of this project is to serve as a simple example of implementing keras model (with tensorflow backend) to be used with the sagemaker-pipeline project.
-
Make sure to have setuptools library installed on python
-
Using version 3.6+ of python
-
Download and unzip Sentiment140 dataset from Kaggle under ./kr-classifytweet/classifytweet/data/ for this python package.
git clone https://github.com/MustafaWaheed91/kr-classifytweet.git
cd kr-classifytweet
pip3 install -e .
python3 classifytweet/train.py
Follow the instructions in sagemaker-pipeline project to see how to use the model in this package to run with SageMaker training pipeline.
- Keras - Python Deep Learning Library
- Mustafa Waheed - Data Scientist