Basic web application to detect if an SMS is spam or not
The instructions to run this project on your local system are as follows:
- Create a virtual environment on your local system to install this project's dependencied and run it
- Download or clone this repository into your virtual environment
- Run the following command to install necessary libraries
pip install -r requirements.txt
- Run the web app with
python app.py
- The app should open at http://127.0.0.1:5000/