This project is used for classification of SMS and Email spam.It has a full dashboard with login system connected to Mongo DB This project is live at
To use this Download this Repository
Open command line Open your folder where you have the extracted Downloaded Files
Step 1
pip install virtualenv
Step 2
virtualenv env
here env is your environent name
source env/Scripts/activate ->to activate our environment for UNIX
.\env\Scripts\activate ->to activate our environment for Windows
Step 3
pip install -r requirements.txt
To install dependencies
Step 4
python app.py