Metadata-Version: 2.1
Name: sgnlp
Version: 0.3.0
Summary: Machine learning models from Singapore's NLP research community
Home-page: UNKNOWN
Author: Jonathan Heng, Raymond Ng, Zhi Chong Tan, Benedict Lee, Alon Tenzer
Author-email: sg-nlp@aisingapore.org
License: UNKNOWN
Keywords: NLP,machine learning,deep learning
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: lsr
Provides-Extra: lif_3way_ap
License-File: LICENSE

# 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 Transformers 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.


