Metadata-Version: 2.1
Name: sgnlp
Version: 0.1.1
Summary: Machine learning models from Singapore's NLP research community
Home-page: UNKNOWN
Author: Jonathan Heng, Raymond Ng, Zhi Chong Tan, Benedict Lee
Author-email: sg-nlp@aisingapore.org
License: UNKNOWN
Description: # SG-NLP
        
        Machine learning models from Singapore's natural language processing (NLP) research community.
        
        `sgnlp` is a Python package that allows you to easily get started on using various (NLP) models implemented using the
        Pytorch and Transfromers frameworks.
        
        We have an accompanying [demo site](https://sgnlp.aisingapore.net/) where you can interact with our models and get a
        better understanding on how they work.
        
        ## Installation
        
        * Python >= 3.8
        
        ```
        pip install sgnlp
        ```
        
        ## Documentation
        
        Visit our [documentation](https://sgnlp.aisingapore.net/docs/) for tutorials.
        
        ## License
        
        Code and models from this project are released under the MIT License unless otherwise stated. If a model's code is under
        a separate license, it can be found in the respective model's folder.
        
Keywords: NLP,machine learning,deep learning
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown
