Giter Site home page Giter Site logo

spamdetection's Introduction

Build Status codecov HitCount

Data Science Web Application SpamDetection

This is a Repository which Contains the implementation of ML model for spam detection

Live Demo

The implementation of the web app can be found https://spamdetect.herokuapp.com/ <-- here !

Deploy the app

First fork or clone this repo:

usign git clone https://github.com/Ge0f3/SpamDetection.git

After cloning the repository go inside the project folder:

cd SpamDetection

Build docker using docker build -t spamapp:latest . After deploy the app using docker run -d -p 5000:5000 spamapp

In your browser navigate to: http://localhost:5000(or whatever port you have mention in the docker build) to see the app up and running

Working without docker

I highly recommend the use of docker as it is far simpler to get started than to run all of the following manually.

To Deploy manually Assure you have Python. installed.

  • Navigate inside the directory
  • Install pip dependencies: pip install -r requirements.txt
  • Run python main.py to see the app up and running (will watch files and restart server on port 5000 on change)

Built With

  • Scikit - scikit-learn is a Python module for machine learning
  • Flask - Flask is a microframework for Python
  • Docker - Docker is an open platform and is used for building the app and Devops purposes

spamdetection's People

Contributors

ge0f3 avatar

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.