Metadata-Version: 2.1
Name: vortex
Version: 0.1.3
Summary: A Python API to predict the quality of an hackathon idea using machine learning.
Home-page: https://pypi.org/project/vortex/
Author: Mat Kallada
Author-email: matkallada@gmail.com
License: UNKNOWN
Description: This is an API to interface with an idea appraisal tool. This statisitcally predicts the quality of an idea that you may pursue. 
        
        The API usage is as follows:
        
        ```
        from vortex.app import predict
        
        
        print(predict("A hackathon application that uses the Twilio API in a multiplayer fashion and plays Pokemon."))
        
        ```
        
        You will recieve a scalar number from this function. 
        
        Feel free to e-mail me at matkallada@gmail.com.
        
        
Keywords: machine learning,naive bayes,example
Platform: UNKNOWN
Description-Content-Type: text/markdown
