titli


Nametitli JSON
Version 0.0.5 PyPI version JSON
download
home_pagehttps://github.com/spg-iitd/raids
SummaryA library for collection of IDS and tools for evaluating them
upload_time2024-05-27 11:34:59
maintainerNone
docs_urlNone
authorSubrat Kumar Swain
requires_python>=3.10
licenseMIT
keywords ids adversarial network nids
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Titli
Artificial Intelligence based Intrusion Detection Systems

![PyPI - Python Version](https://img.shields.io/pypi/pyversions/titli)
![PyPI - Version](https://img.shields.io/pypi/v/titli)
![GitHub License](https://img.shields.io/github/license/spg-iitd/titli)

### Installation
```
pip install titli
```

### Usage
- Step 1: Copy the ```examples/train_ids.py``` and ```examples/test_ids.py``` file from the repo to your local machine.
- Step 2: Run both the files to train and test the Kitsune IDS respectively.

### Todo (Developer Tasks)
- [ ] Check if RMSE is used for loss or just the difference.
- [ ] Put Kitsune code into the base IDS format.
- [ ] Write code to evaluate the model and calculate all the metrics.  

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/spg-iitd/raids",
    "name": "titli",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "ids adversarial network nids",
    "author": "Subrat Kumar Swain",
    "author_email": "mailofswainsubrat@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a5/f1/070bcc1ab5f3976c383171a6aa0fd93e92970d0f1a29e2195829e916132b/titli-0.0.5.tar.gz",
    "platform": null,
    "description": "# Titli\nArtificial Intelligence based Intrusion Detection Systems\n\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/titli)\n![PyPI - Version](https://img.shields.io/pypi/v/titli)\n![GitHub License](https://img.shields.io/github/license/spg-iitd/titli)\n\n### Installation\n```\npip install titli\n```\n\n### Usage\n- Step 1: Copy the ```examples/train_ids.py``` and ```examples/test_ids.py``` file from the repo to your local machine.\n- Step 2: Run both the files to train and test the Kitsune IDS respectively.\n\n### Todo (Developer Tasks)\n- [ ] Check if RMSE is used for loss or just the difference.\n- [ ] Put Kitsune code into the base IDS format.\n- [ ] Write code to evaluate the model and calculate all the metrics.  \n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A library for collection of IDS and tools for evaluating them",
    "version": "0.0.5",
    "project_urls": {
        "Homepage": "https://github.com/spg-iitd/raids"
    },
    "split_keywords": [
        "ids",
        "adversarial",
        "network",
        "nids"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8cf48bf550e6a8fc6c1d5298d0b586a10ba992e694293f7971ad3935bebf3cd9",
                "md5": "3b75c5a57d7316ea18fe526d663396de",
                "sha256": "82dbbb5aebe08c667f24f453c31f3342fe0938d5df975b35015f2818bc770373"
            },
            "downloads": -1,
            "filename": "titli-0.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3b75c5a57d7316ea18fe526d663396de",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 22565,
            "upload_time": "2024-05-27T11:34:58",
            "upload_time_iso_8601": "2024-05-27T11:34:58.196880Z",
            "url": "https://files.pythonhosted.org/packages/8c/f4/8bf550e6a8fc6c1d5298d0b586a10ba992e694293f7971ad3935bebf3cd9/titli-0.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a5f1070bcc1ab5f3976c383171a6aa0fd93e92970d0f1a29e2195829e916132b",
                "md5": "83a8ec1b029ae9f6faaeb3f66f22d1c8",
                "sha256": "4e2471465270d5e444ffede421e609b5c086d49a97844659695ce7297afc8144"
            },
            "downloads": -1,
            "filename": "titli-0.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "83a8ec1b029ae9f6faaeb3f66f22d1c8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 19611,
            "upload_time": "2024-05-27T11:34:59",
            "upload_time_iso_8601": "2024-05-27T11:34:59.917191Z",
            "url": "https://files.pythonhosted.org/packages/a5/f1/070bcc1ab5f3976c383171a6aa0fd93e92970d0f1a29e2195829e916132b/titli-0.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-27 11:34:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "spg-iitd",
    "github_project": "raids",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "titli"
}
        
Elapsed time: 0.28222s