Skip to content

dlsathvik04/Spam_Classification

Repository files navigation

Spam_Classification

Simple machine learning Spam Classifier models based on Naïve Bayes models and their web deployment using Django



File structure:


The folders email_classification_model and SMS_classification_model are used for training the models and exporting the models.

The Spam_Classifier folder is a Django application deploying the above trained model


Environment Setup


The requirements.txt is given in the root folder of repository. run the folloing command on your virtual environment in the directory with 'requirements.txt'
pip install -r requirements.txt

Starting the Django App


In the Spam_Classifier directory run

python manage.py runserver <your port number Eg: 8000>

About

Simple Classifier Algorithms based on Naïve Bayes models and their web deployment using Django

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors