Giter Club home page Giter Club logo

97k / spam-ham-web-app Goto Github PK

View Code? Open in Web Editor NEW
29.0 4.0 12.0 69.98 MB

A web app that classifies text as a spam or ham. I am using my own ML algorithm in the backend, Code to that can be found under machine_learning_section. For Live Demo: Checkout this link

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

License: MIT License

Python 10.63% HTML 3.68% CSS 0.09% Jupyter Notebook 85.59%
text-classification tfidf nlp nltk multinomial-naive-bayes spam-classification django heroku-deployment jupyter-notebook bag-of-words

spam-ham-web-app's Introduction

SpamHam

SpamHam is a text-classification app which detects whether the message/email is spam or not. I've used Naive-Bayes along with NLP (TF-IDF, Bag of Words and more).
In order to perform an experiment I've combined two datasets (Enron email spam/ham and SMS spam classification) into one to gather more data. See this notebook to get what I am saying.
To check out this project in action I've deployed it on heroku Click on this link to check

Built With

  1. Django 2.1
  2. Python 3.6
  3. Scikit-Learn
  4. Numpy
  5. Pandas
  6. Matplotlib
  7. Seaborn
  8. HTML5
  9. CSS
  10. Bootstrap-v4
  11. Love

Installing/ Things you need to install the Web App and how to set up the project locally?

  1. Python3
  2. Pip
  3. Django(2.1)
  4. Conda

Steps

  • Make a virtual environment using "conda create -n envname python=3.6 pip"
  • source activate envname (for mac/linux) | activate envname (for windows)
  • Download or clone this repo by git clone https://github.com/aditya98ak/spam-ham-web-app.git
  • pip install -r requirements.txt
  • Run the app using python manage.py runserver

Milestones for version 2

  • Implement login and tailor experience for each user
  • Collect the result reported by user for false classification of messages/email
  • Model will self-learn from the reported data

Made with ❤️ by Aditya Kaushik - linkedin.com/adityakaushik001

spam-ham-web-app's People

Contributors

97k avatar malimirkec avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

spam-ham-web-app's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.