Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.05 KB

File metadata and controls

42 lines (31 loc) · 1.05 KB

Project_X-CyberSecurityInitiative

Project license Python 3.6

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

Download this Repository to start using the project.

Open command line and then open your folder where you have the extracted Downloaded Files and then follow the below instructions.

Step 1 - Install Virtualenv

pip install virtualenv

Step 2 - Create and activate virtual environment

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 - Install dependencies

pip install -r requirements.txt

Step 4 - Run the file

python app.py