In this tutorial, you’re going to build an SMS spam detection web application. This application will be built in Python using the Flask framework, and will include a deep learning model that you will train to detect SMS spam. We will work with the Twilio SMS API, so that you’ll be able to classify SMS messages sent to the phone number you have registered in your Twilio account.

One practical use of this application is to monitor and effectively classify SMS messages from your customers into spam or not-spam folders.

Below is the result of the final application you’ll build

#code #tutorials and hacks #python

Build a Deep Learning Spam Detection System for SMS using Keras, Python and Twilio
2.40 GEEK