Metadata-Version: 1.1
Name: insults
Version: 0.1.12
Summary: Identify insulting comments and users on social media
Home-page: https://github.com/thundergolfer/Insults
Author: Jonathon Belotti
Author-email: jonathon.bel.melbourne@gmail.com
License: UNKNOWN
Download-URL: https://github.com/thundergolfer/Insult/tarball/0.1
Description: 
        Insults
        -----
        TLDR: This project is very similar in functionality and purpose to Google's recent `Perspective API <https://www.perspectiveapi.com/>`_ project
        
        Usage
        ````````````
        Save in a hello.py:
        .. code:: python
            from insults import Insults
        
            comment = "You are a disgusting maggot of a person."
            Insults.load_model()
            Insults.rate_comment(comment)
        
        > 0.89
        
        Install
        `````````````````
        And run it:
        .. code:: bash
            $ pip install insults
        
        Links
        `````
        * `Perspective API website <https://www.perspectiveapi.com/>`_
        * `Github Repo:
          <https://github.com/thundergolfer/Insults>`_
        
        
        Credit
        ``````
        * `cbrew` <https://github.com/cbrew>`_ for their original data-science work in
        `Imperium's Kaggle Competition` <https://www.kaggle.com/c/detecting-insults-in-social-commentary>`_. Code in `cbrew/Insults <https://github.com/cbrew/Insults`_
        
        
Keywords: machine-learning,social-media,community,data-science
Platform: UNKNOWN
