Metadata-Version: 2.1
Name: IntentIdentification
Version: 0.0.1
Summary: A package to detect intent from utterances.
Home-page: https://gitlab.com/AlphaDino/commercebot/-/tree/master/Direct%20Contact%20Intent%20Detection
Author: Shreyansh Das
Author-email: shreyanshdas00@gmail.com
License: UNKNOWN
Description: # IntentIdentification
        
        This is a package to detect intent of utterances, trained on the SNIPS dataset, with 98% accuracy.
        
        It can detection any of the following intents in an input utterance:
        1. PlayMusic	
        2. GetWeather	
        3. BookRestaurant	
        4. RateBook	
        5. SearchScreeningEvent	
        6. SearchCreativeWork	
        7. AddToPlaylist	
        
        Example usage:
        
        import IntentIdentification
        
        predictor = IntentIdentification.Predictor()
        
        confidence, pred_intent = predictor("find animated movies playing near me")
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
