nn-zoo


Namenn-zoo JSON
Version 1.1.1 PyPI version JSON
download
home_pageNone
SummaryA collection of PyTorch utilities
upload_time2024-08-08 04:38:51
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseMIT
keywords pytorch machine-learning deep-learning
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # nn-zoo

![PyPI - Python Version](https://img.shields.io/pypi/pyversions/nn-zoo)
![PyPI - Version](https://img.shields.io/pypi/v/nn-zoo)
![PyPI - License](https://img.shields.io/pypi/l/nn-zoo)
![PyPI - Downloads](https://img.shields.io/pypi/dm/nn-zoo)

## Overview

This repository contains a collection reusable machine learning models and utilities. The goal is to provide a set of tools that can be easily integrated into other projects. The models are implemented using PyTorch and are designed to be easily extended and modified. Inspired by projects like [Hugging Face Transformers](https://github.com/huggingface/transformers) and [PyTorch Lightning](https://github.com/Lightning-AI/pytorch-lightning).

## Table of Contents

- [Overview](#overview)
- [Installation](#installation)
- [Contributing](#contributing)
- [License](#license)

## Installation

To install the package, run the following command:

```bash
pip install nn-zoo
```

## Contributing

Contributions are welcome! For bug reports or requests please submit an issue.
To install the package in development mode, run the following command:

```bash
git clone https://github.com/karanravindra/nn-zoo.git
cd nn-zoo
pip install -r dev-requirements.txt
```

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "nn-zoo",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": "pytorch, machine-learning, deep-learning",
    "author": null,
    "author_email": "Karan Ravindra <contact@karanravindra.me>",
    "download_url": "https://files.pythonhosted.org/packages/44/52/a99802f54d376357ca36d7099674e214ca3cd2b42b9d4df3990cb9a6a3ab/nn_zoo-1.1.1.tar.gz",
    "platform": null,
    "description": "# nn-zoo\n\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/nn-zoo)\n![PyPI - Version](https://img.shields.io/pypi/v/nn-zoo)\n![PyPI - License](https://img.shields.io/pypi/l/nn-zoo)\n![PyPI - Downloads](https://img.shields.io/pypi/dm/nn-zoo)\n\n## Overview\n\nThis repository contains a collection reusable machine learning models and utilities. The goal is to provide a set of tools that can be easily integrated into other projects. The models are implemented using PyTorch and are designed to be easily extended and modified. Inspired by projects like [Hugging Face Transformers](https://github.com/huggingface/transformers) and [PyTorch Lightning](https://github.com/Lightning-AI/pytorch-lightning).\n\n## Table of Contents\n\n- [Overview](#overview)\n- [Installation](#installation)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Installation\n\nTo install the package, run the following command:\n\n```bash\npip install nn-zoo\n```\n\n## Contributing\n\nContributions are welcome! For bug reports or requests please submit an issue.\nTo install the package in development mode, run the following command:\n\n```bash\ngit clone https://github.com/karanravindra/nn-zoo.git\ncd nn-zoo\npip install -r dev-requirements.txt\n```\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A collection of PyTorch utilities",
    "version": "1.1.1",
    "project_urls": null,
    "split_keywords": [
        "pytorch",
        " machine-learning",
        " deep-learning"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c064b20890fbdfc48817751c805f2afd2696139a33f750aca1c0a86432a345ce",
                "md5": "ff52bc0c5657877c14f4dfee8187def2",
                "sha256": "8a3f0da7c698fbd6f3819dfad7b38f51b1d6e315c683b22885aa153996f9a63b"
            },
            "downloads": -1,
            "filename": "nn_zoo-1.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ff52bc0c5657877c14f4dfee8187def2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 16796,
            "upload_time": "2024-08-08T04:38:50",
            "upload_time_iso_8601": "2024-08-08T04:38:50.565045Z",
            "url": "https://files.pythonhosted.org/packages/c0/64/b20890fbdfc48817751c805f2afd2696139a33f750aca1c0a86432a345ce/nn_zoo-1.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4452a99802f54d376357ca36d7099674e214ca3cd2b42b9d4df3990cb9a6a3ab",
                "md5": "fdb48c2ff6e6ac6f70aff0e530990804",
                "sha256": "5c93325d97e68568b90ddc6cf56b2998c2e850e24ee93d0c69d3696c5ea33fa7"
            },
            "downloads": -1,
            "filename": "nn_zoo-1.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "fdb48c2ff6e6ac6f70aff0e530990804",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 2827994,
            "upload_time": "2024-08-08T04:38:51",
            "upload_time_iso_8601": "2024-08-08T04:38:51.714568Z",
            "url": "https://files.pythonhosted.org/packages/44/52/a99802f54d376357ca36d7099674e214ca3cd2b42b9d4df3990cb9a6a3ab/nn_zoo-1.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-08 04:38:51",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "nn-zoo"
}
        
Elapsed time: 0.81301s