andromeda-nlp


Nameandromeda-nlp JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/mchaney-dev/andromeda
SummaryEasy longform text generation for creative writing.
upload_time2023-02-02 13:43:41
maintainer
docs_urlNone
authormchaney-dev
requires_python
licenseMIT
keywords nlp natural language processing text generation python pytorch
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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!

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mchaney-dev/andromeda",
    "name": "andromeda-nlp",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "nlp,natural language processing,text generation,python,pytorch",
    "author": "mchaney-dev",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/1c/4e/48f8b63c256ac580b4372b6e2680041b4ae8e88ea676f93ae62338b731ee/andromeda-nlp-1.0.0.tar.gz",
    "platform": null,
    "description": "# andromeda\r\n\r\n[![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)\r\n\r\nEasy longform text generation for creative writing.\r\n\r\n## Installation\r\nInstall from PyPI:\r\n```\r\npip install andromeda-nlp\r\n```\r\n\r\n## Documentation\r\nRead the documentation for this project [here.](https://andromeda-nlp.readthedocs.io/en/latest/)\r\n\r\n## Goals\r\n- Serve as an easy-to-understand introduction to text generation, even for those with little to no programming experience\r\n- Investigate the efficacy and practicality of using an NLP model for assistance with creative writing\r\n- The package should be modular and expandable; contributions are always encouraged\r\n\r\n## Contributing\r\nTo 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!\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Easy longform text generation for creative writing.",
    "version": "1.0.0",
    "split_keywords": [
        "nlp",
        "natural language processing",
        "text generation",
        "python",
        "pytorch"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2d0642538f4b74cd8b14a17eb6d9fb83ac32e37816e5b07210b16aefb94a14f6",
                "md5": "f45334fbbbd9ced2b5c9a71c393d2101",
                "sha256": "2fa02a0aa5233dd583a5967894a4d3d0f6c9506ec1033d277a09c8778a0596ad"
            },
            "downloads": -1,
            "filename": "andromeda_nlp-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f45334fbbbd9ced2b5c9a71c393d2101",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4713,
            "upload_time": "2023-02-02T13:43:39",
            "upload_time_iso_8601": "2023-02-02T13:43:39.589023Z",
            "url": "https://files.pythonhosted.org/packages/2d/06/42538f4b74cd8b14a17eb6d9fb83ac32e37816e5b07210b16aefb94a14f6/andromeda_nlp-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1c4e48f8b63c256ac580b4372b6e2680041b4ae8e88ea676f93ae62338b731ee",
                "md5": "55d37b5527c53b60189684710cb034d4",
                "sha256": "b26531f2be3b7f7b978c2edf1306960200835be9f29fec7da76fc5cda87eb1af"
            },
            "downloads": -1,
            "filename": "andromeda-nlp-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "55d37b5527c53b60189684710cb034d4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4134,
            "upload_time": "2023-02-02T13:43:41",
            "upload_time_iso_8601": "2023-02-02T13:43:41.414519Z",
            "url": "https://files.pythonhosted.org/packages/1c/4e/48f8b63c256ac580b4372b6e2680041b4ae8e88ea676f93ae62338b731ee/andromeda-nlp-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-02 13:43:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "mchaney-dev",
    "github_project": "andromeda",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "andromeda-nlp"
}
        
Elapsed time: 0.03568s