HarshOza36 / Project_X-CyberSecurityInitiative

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

Home Page:https://projectxcybersecurityinit.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://projectxcybersecurityinit.herokuapp.com/

License:MIT License


Languages

Language:JavaScript 69.1%Language:Jupyter Notebook 13.6%Language:HTML 12.5%Language:CSS 4.3%Language:Python 0.4%Language:Shell 0.0%Language:Makefile 0.0%