GithubHelp home page GithubHelp logo

dynamic-email-classification-using-machine-learning-'s Introduction

About

More than 80% of data that companies collect about their customers is an unstructured data and just very few of them make good use of it. Emails are considered one of the biggest channels of unstructured data for companies, for some it’s the main tool to reach and interact with their customers, in this century we have seen new startups more than any time before with business models built around emails, such as email marketing, management, and email scripting. More than twenty percent of user’s time is spent on email classification, unfortunately traditional classification techniques are usually primitive and un-flexible, leading to un-meaningful output that of no help for users. In this project, a dynamic continuous refinement-approach has been taken to reach a more meaningful classification of emails that can truly give companies the advantage of being aware of their own environment, and willing take actions based on these new realizations. The user will be given privilege to align the classification model based on their businesses’ needs and goals, through a direct interactive tool that will give the user broader perspective of both the human and the statistical parts of the data.

In This Repo

This project has one main Python module app.py which runs the Flask application. A SQL database is created using the database_setup.py module and you can populate the database with test data using database_init.py. The Flask application uses stored HTML templates in the tempaltes folder to build the front-end of the application. CSS/JS/Images are stored in the static directory.

Skills & Libraries

  1. Python - Flask Framework
  2. HTML
  3. CSS
  4. OAuth
  5. Flask Framework
  6. Pandas
  7. Numpy
  8. Dash Framework
  9. LDA
  10. Gensim

Dependencies

How to Install

  1. Install Vagrant & VirtualBox
  2. Clone the Udacity Vagrantfile
  3. Go to Vagrant directory and either clone this repo or download and place zip here
  4. Launch the Vagrant VM (vagrant up)
  5. Log into Vagrant VM (vagrant ssh)
  6. Navigate to cd/vagrant as instructed in terminal
  7. The app imports requests which is not on this vm. Run sudo pip install requests
  8. Setup application database python /item-catalog/database_setup.py
  9. *Insert fake data python /item-catalog/database_init.py
  10. Run application using python /item-catalog/app.py
  11. Access the application locally using http://localhost:5000

*Optional step(s)

JSON Endpoints

Catalog JSON: /catalog/JSON - Displays the whole topics and all key words.

Categories JSON: /catalog/categories/JSON - Displays all Topics

Category Items JSON: /catalog/<path:category_name>/items/JSON - Displays items for a specific Topic

Category Item JSON: /catalog/<path:category_name>/<path:item_name>/JSON - Displays a specific key word.

dynamic-email-classification-using-machine-learning-'s People

Contributors

najeeb-aqel avatar

Stargazers

 avatar  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.