Skip to content

HarshOza36/Project_X-CyberSecurityInitiative

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This project is used for classification of SMS and Email spam.It has a full dashboard with login system connected to Mongo DB

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published