An open API service indexing awesome lists of open source software.

https://github.com/ntrv3390/machine-learning-spam-ham-classifier

Spam Classifier ML Model
https://github.com/ntrv3390/machine-learning-spam-ham-classifier

logistic-regression machine-learning python spam-classification

Last synced: 3 months ago
JSON representation

Spam Classifier ML Model

Awesome Lists containing this project

README

          

# Spam Ham Classifier Using Python

In this project you'll see how we can create a
machine learning algorithm with python.

# Prerequisites

-- Python 3.10 or above
-- Jupyter Notebook

# How to install jupyter notebook and run it

-- Go to cmd and run `pip install jupyter notebook`
-- Go to a folder in which you want to run jupyter notebook
-- Go to cmd in that folder and run this `jupyter notebook`
-- You're done!

# Libraries Used

-- Numpy
-- Pandas
-- Sklearn