Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 335 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 335 Bytes

spam-sms

Flask webapp that assist users in identifying scam/harmful SMS messages

Setup

Clone the repository
git clone https://github.com/PohSayKeong/spam-sms
cd spam-sms

Install required modules
pip install -r requirements.txt

Set environment variable
set FLASK_APP=app.py

Run the app
flask run