Metadata-Version: 2.1
Name: andromeda-nlp
Version: 1.0.0
Summary: Easy longform text generation for creative writing.
Home-page: https://github.com/mchaney-dev/andromeda
Author: mchaney-dev
License: MIT
Keywords: nlp,natural language processing,text generation,python,pytorch
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: torch
Requires-Dist: happytransformer
Requires-Dist: shutil
Requires-Dist: datetime

# andromeda

[![build](https://github.com/mchaney-dev/andromeda/actions/workflows/build.yml/badge.svg)](https://github.com/mchaney-dev/andromeda/actions/workflows/build.yml) [![docs](https://readthedocs.org/projects/andromeda-nlp/badge/?version=latest)](https://andromeda-nlp.readthedocs.io/en/latest/?badge=latest)

Easy longform text generation for creative writing.

## Installation
Install from PyPI:
```
pip install andromeda-nlp
```

## Documentation
Read the documentation for this project [here.](https://andromeda-nlp.readthedocs.io/en/latest/)

## Goals
- Serve as an easy-to-understand introduction to text generation, even for those with little to no programming experience
- Investigate the efficacy and practicality of using an NLP model for assistance with creative writing
- The package should be modular and expandable; contributions are always encouraged

## Contributing
To contribute, [look at open issues](https://github.com/mchaney-dev/andromeda/issues), fork the repository and open a pull request with your changes. Or, if you experience an issue, please open one!
