cesnet-models


Namecesnet-models JSON
Version 0.1.5 PyPI version JSON
download
home_pageNone
SummaryPre-trained neural networks for encrypted traffic classification
upload_time2024-06-03 11:42:08
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseBSD-3-Clause
keywords traffic classification deep learning models
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
    <img src="https://raw.githubusercontent.com/CESNET/cesnet-models/main/docs/images/models.svg" width="450">
</p>

[![](https://img.shields.io/badge/license-BSD-blue.svg)](https://github.com/CESNET/cesnet-models/blob/main/LICENCE)
[![](https://img.shields.io/badge/docs-cesnet--models-blue.svg)](https://cesnet.github.io/cesnet-models/)
[![](https://img.shields.io/badge/python->=3.10-blue.svg)](https://pypi.org/project/cesnet-models/)
[![](https://img.shields.io/pypi/v/cesnet-models)](https://pypi.org/project/cesnet-models/)


The goal of this project is to provide neural network architectures for traffic classification and their pre-trained weights.

The newest network architecture is named Multi-modal CESNET v2 (mm-CESNET-v2) and is visualized in the following picture. See the [getting started](https://cesnet.github.io/cesnet-models/getting_started/) page and [models](https://cesnet.github.io/cesnet-models/reference_models/) reference for more information.

:frog: :frog: See a related project [CESNET DataZoo](https://github.com/CESNET/cesnet-datazoo) providing large TLS and QUIC traffic datasets. :frog: :frog:

:notebook: :notebook: Example Jupyter notebooks are included in a separate [CESNET Traffic Classification Examples](https://github.com/CESNET/cesnet-tcexamples) repo. :notebook: :notebook:

### Multi-modal CESNET v2
<p align="center">
    <img src="https://raw.githubusercontent.com/CESNET/cesnet-models/main/docs/images/model-mm-cesnet-v2.png" width="450">
</p>

## Installation

Install the package from pip with:

```bash
pip install cesnet-models
```

or for editable install with:

```bash
pip install -e git+https://github.com/CESNET/cesnet-models
```

## Papers

Models from the following papers are included:

* [Fine-grained TLS services classification with reject option](https://doi.org/10.1016/j.comnet.2022.109467) <br>
Jan Luxemburk and Tomáš Čejka <br>
Computer Networks, 2023

* [Encrypted traffic classification: the QUIC case](https://doi.org/10.23919/TMA58422.2023.10199052) <br>
Jan Luxemburk and Karel Hynek <br>
2023 7th Network Traffic Measurement and Analysis Conference (TMA)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "cesnet-models",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "Jan Luxemburk <luxemburk@cesnet.cz>, Karel Hynek <hynekkar@cesnet.cz>",
    "keywords": "traffic classification, deep learning, models",
    "author": null,
    "author_email": "Jan Luxemburk <luxemburk@cesnet.cz>, Karel Hynek <hynekkar@cesnet.cz>",
    "download_url": "https://files.pythonhosted.org/packages/fe/e3/d58e300b1e9a11716715d7b96359264cd744f381dce3e89f3da2192e22ae/cesnet_models-0.1.5.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\r\n    <img src=\"https://raw.githubusercontent.com/CESNET/cesnet-models/main/docs/images/models.svg\" width=\"450\">\r\n</p>\r\n\r\n[![](https://img.shields.io/badge/license-BSD-blue.svg)](https://github.com/CESNET/cesnet-models/blob/main/LICENCE)\r\n[![](https://img.shields.io/badge/docs-cesnet--models-blue.svg)](https://cesnet.github.io/cesnet-models/)\r\n[![](https://img.shields.io/badge/python->=3.10-blue.svg)](https://pypi.org/project/cesnet-models/)\r\n[![](https://img.shields.io/pypi/v/cesnet-models)](https://pypi.org/project/cesnet-models/)\r\n\r\n\r\nThe goal of this project is to provide neural network architectures for traffic classification and their pre-trained weights.\r\n\r\nThe newest network architecture is named Multi-modal CESNET v2 (mm-CESNET-v2) and is visualized in the following picture. See the [getting started](https://cesnet.github.io/cesnet-models/getting_started/) page and [models](https://cesnet.github.io/cesnet-models/reference_models/) reference for more information.\r\n\r\n:frog: :frog: See a related project [CESNET DataZoo](https://github.com/CESNET/cesnet-datazoo) providing large TLS and QUIC traffic datasets. :frog: :frog:\r\n\r\n:notebook: :notebook: Example Jupyter notebooks are included in a separate [CESNET Traffic Classification Examples](https://github.com/CESNET/cesnet-tcexamples) repo. :notebook: :notebook:\r\n\r\n### Multi-modal CESNET v2\r\n<p align=\"center\">\r\n    <img src=\"https://raw.githubusercontent.com/CESNET/cesnet-models/main/docs/images/model-mm-cesnet-v2.png\" width=\"450\">\r\n</p>\r\n\r\n## Installation\r\n\r\nInstall the package from pip with:\r\n\r\n```bash\r\npip install cesnet-models\r\n```\r\n\r\nor for editable install with:\r\n\r\n```bash\r\npip install -e git+https://github.com/CESNET/cesnet-models\r\n```\r\n\r\n## Papers\r\n\r\nModels from the following papers are included:\r\n\r\n* [Fine-grained TLS services classification with reject option](https://doi.org/10.1016/j.comnet.2022.109467) <br>\r\nJan Luxemburk and Tom\u00e1\u0161 \u010cejka <br>\r\nComputer Networks, 2023\r\n\r\n* [Encrypted traffic classification: the QUIC case](https://doi.org/10.23919/TMA58422.2023.10199052) <br>\r\nJan Luxemburk and Karel Hynek <br>\r\n2023 7th Network Traffic Measurement and Analysis Conference (TMA)\r\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Pre-trained neural networks for encrypted traffic classification",
    "version": "0.1.5",
    "project_urls": {
        "Bug Tracker": "https://github.com/CESNET/cesnet-models/issues",
        "Documentation": "https://cesnet.github.io/cesnet-models/",
        "Homepage": "https://github.com/CESNET/cesnet-models"
    },
    "split_keywords": [
        "traffic classification",
        " deep learning",
        " models"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b82b19ad3491c0020d7a9c92f53f6d2907522de6f33a0bf54e9a3c295742eeae",
                "md5": "2f8dd9bb0cf0b098d7271c4961134ae1",
                "sha256": "e90145dabaa5032e3f3e81a406b8083dcc3dc210ceca9af90fbc46ed9e27fd69"
            },
            "downloads": -1,
            "filename": "cesnet_models-0.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2f8dd9bb0cf0b098d7271c4961134ae1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 19226,
            "upload_time": "2024-06-03T11:42:07",
            "upload_time_iso_8601": "2024-06-03T11:42:07.277908Z",
            "url": "https://files.pythonhosted.org/packages/b8/2b/19ad3491c0020d7a9c92f53f6d2907522de6f33a0bf54e9a3c295742eeae/cesnet_models-0.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fee3d58e300b1e9a11716715d7b96359264cd744f381dce3e89f3da2192e22ae",
                "md5": "c09afda664abc1f2f2215a80f828b1d3",
                "sha256": "854ec19cdd9381cde7eeabf333fddcd776665dffefedd0b134b1ce7f980c6e7e"
            },
            "downloads": -1,
            "filename": "cesnet_models-0.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "c09afda664abc1f2f2215a80f828b1d3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 17471,
            "upload_time": "2024-06-03T11:42:08",
            "upload_time_iso_8601": "2024-06-03T11:42:08.903130Z",
            "url": "https://files.pythonhosted.org/packages/fe/e3/d58e300b1e9a11716715d7b96359264cd744f381dce3e89f3da2192e22ae/cesnet_models-0.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-03 11:42:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "CESNET",
    "github_project": "cesnet-models",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "cesnet-models"
}
        
Elapsed time: 0.68152s