yuptools


Nameyuptools JSON
Version 0.1.11 PyPI version JSON
download
home_pagehttps://github.com/yupeeee/YupTools
Summary
upload_time2023-09-20 08:14:01
maintainer
docs_urlNone
authorJuyeop Kim
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # YupTools

YupTools is a Python package based on PyTorch.

---


## Installation

Latest version: 0.1.11 <br>
**Note: [Manual installation of PyTorch](https://pytorch.org/get-started/locally/) is required.**
```
pip install yuptools==0.1.11
```


### Requirements

```
Python >= 3.8

matplotlib
numpy
pandas
Pillow
pyyaml
pyperclip
scipy
selenium
timm
# torch
# torchvision
tqdm
webdriver_manager
```


## Usage

```
import yuptools
```


## Structure

- attacks
    - [FGSM](https://github.com/yupeeee/YupTools/blob/main/docs/attacks/FGSM.md)
    - [IFGSM](https://github.com/yupeeee/YupTools/blob/main/docs/attacks/IFGSM.md)

- datasets
    - [base](https://github.com/yupeeee/YupTools/blob/main/docs/datasets/base.md)
    - [image_classification](https://github.com/yupeeee/YupTools/blob/main/docs/datasets/image_classification.md)

- models
    - classification
        - [base](https://github.com/yupeeee/YupTools/blob/main/docs/models/classification/base.md)
        - [models](https://github.com/yupeeee/YupTools/blob/main/docs/models/classification/models.md)
    - replace
        - [Replacer](https://github.com/yupeeee/YupTools/blob/main/docs/models/replace/base/Replacer.md)
    - test
        - [AccuracyTest](https://github.com/yupeeee/YupTools/blob/main/docs/models/test/AccuracyTest.md)
        - [CalibrationTest](https://github.com/yupeeee/YupTools/blob/main/docs/models/test/CalibrationTest.md)
        - [LinearityTest](https://github.com/yupeeee/YupTools/blob/main/docs/models/test/LinearityTest.md)
    - [xray (FeatureExtractor)](https://github.com/yupeeee/YupTools/blob/main/docs/models/xray.md)

- plotlib
    - [BarPlot](https://github.com/yupeeee/YupTools/blob/main/docs/plotlib/BarPlot.md)
    - [common](https://github.com/yupeeee/YupTools/blob/main/docs/plotlib/common.md)

- tools
    - [attrtools](https://github.com/yupeeee/YupTools/blob/main/docs/tools/attrtools.md)
    - [dictools](https://github.com/yupeeee/YupTools/blob/main/docs/tools/dictools.md)
    - [imgtools](https://github.com/yupeeee/YupTools/blob/main/docs/tools/imgtools.md)
    - [linalgtools](https://github.com/yupeeee/YupTools/blob/main/docs/tools/linalgtools.md)
    - [listools](https://github.com/yupeeee/YupTools/blob/main/docs/tools/listools.md)
    - [pathtools](https://github.com/yupeeee/YupTools/blob/main/docs/tools/pathtools.md)
    - [randtools](https://github.com/yupeeee/YupTools/blob/main/docs/tools/randtools.md)

- train
    - [SupervisedLearner](https://github.com/yupeeee/YupTools/blob/main/docs/train/SupervisedLearner.md)

- travel
    - [DirectionGenerator](https://github.com/yupeeee/YupTools/blob/main/docs/travel/DirectionGenerator.md)
    - [Footprint](https://github.com/yupeeee/YupTools/blob/main/docs/travel/Footprint.md)
    - [Traveler](https://github.com/yupeeee/YupTools/blob/main/docs/travel/Traveler.md)

- web
    - [ChromeDriver](https://github.com/yupeeee/YupTools/blob/main/docs/web/chrome/driver/ChromeDriver.md)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/yupeeee/YupTools",
    "name": "yuptools",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Juyeop Kim",
    "author_email": "juyeopkim@yonsei.ac.kr",
    "download_url": "https://files.pythonhosted.org/packages/c7/a6/786f94ffb71c0a982dea830b3a56102d16ed21c1ea1f293a959c9be7b4d0/yuptools-0.1.11.tar.gz",
    "platform": null,
    "description": "# YupTools\r\n\r\nYupTools is a Python package based on PyTorch.\r\n\r\n---\r\n\r\n\r\n## Installation\r\n\r\nLatest version: 0.1.11 <br>\r\n**Note: [Manual installation of PyTorch](https://pytorch.org/get-started/locally/) is required.**\r\n```\r\npip install yuptools==0.1.11\r\n```\r\n\r\n\r\n### Requirements\r\n\r\n```\r\nPython >= 3.8\r\n\r\nmatplotlib\r\nnumpy\r\npandas\r\nPillow\r\npyyaml\r\npyperclip\r\nscipy\r\nselenium\r\ntimm\r\n# torch\r\n# torchvision\r\ntqdm\r\nwebdriver_manager\r\n```\r\n\r\n\r\n## Usage\r\n\r\n```\r\nimport yuptools\r\n```\r\n\r\n\r\n## Structure\r\n\r\n- attacks\r\n    - [FGSM](https://github.com/yupeeee/YupTools/blob/main/docs/attacks/FGSM.md)\r\n    - [IFGSM](https://github.com/yupeeee/YupTools/blob/main/docs/attacks/IFGSM.md)\r\n\r\n- datasets\r\n    - [base](https://github.com/yupeeee/YupTools/blob/main/docs/datasets/base.md)\r\n    - [image_classification](https://github.com/yupeeee/YupTools/blob/main/docs/datasets/image_classification.md)\r\n\r\n- models\r\n    - classification\r\n        - [base](https://github.com/yupeeee/YupTools/blob/main/docs/models/classification/base.md)\r\n        - [models](https://github.com/yupeeee/YupTools/blob/main/docs/models/classification/models.md)\r\n    - replace\r\n        - [Replacer](https://github.com/yupeeee/YupTools/blob/main/docs/models/replace/base/Replacer.md)\r\n    - test\r\n        - [AccuracyTest](https://github.com/yupeeee/YupTools/blob/main/docs/models/test/AccuracyTest.md)\r\n        - [CalibrationTest](https://github.com/yupeeee/YupTools/blob/main/docs/models/test/CalibrationTest.md)\r\n        - [LinearityTest](https://github.com/yupeeee/YupTools/blob/main/docs/models/test/LinearityTest.md)\r\n    - [xray (FeatureExtractor)](https://github.com/yupeeee/YupTools/blob/main/docs/models/xray.md)\r\n\r\n- plotlib\r\n    - [BarPlot](https://github.com/yupeeee/YupTools/blob/main/docs/plotlib/BarPlot.md)\r\n    - [common](https://github.com/yupeeee/YupTools/blob/main/docs/plotlib/common.md)\r\n\r\n- tools\r\n    - [attrtools](https://github.com/yupeeee/YupTools/blob/main/docs/tools/attrtools.md)\r\n    - [dictools](https://github.com/yupeeee/YupTools/blob/main/docs/tools/dictools.md)\r\n    - [imgtools](https://github.com/yupeeee/YupTools/blob/main/docs/tools/imgtools.md)\r\n    - [linalgtools](https://github.com/yupeeee/YupTools/blob/main/docs/tools/linalgtools.md)\r\n    - [listools](https://github.com/yupeeee/YupTools/blob/main/docs/tools/listools.md)\r\n    - [pathtools](https://github.com/yupeeee/YupTools/blob/main/docs/tools/pathtools.md)\r\n    - [randtools](https://github.com/yupeeee/YupTools/blob/main/docs/tools/randtools.md)\r\n\r\n- train\r\n    - [SupervisedLearner](https://github.com/yupeeee/YupTools/blob/main/docs/train/SupervisedLearner.md)\r\n\r\n- travel\r\n    - [DirectionGenerator](https://github.com/yupeeee/YupTools/blob/main/docs/travel/DirectionGenerator.md)\r\n    - [Footprint](https://github.com/yupeeee/YupTools/blob/main/docs/travel/Footprint.md)\r\n    - [Traveler](https://github.com/yupeeee/YupTools/blob/main/docs/travel/Traveler.md)\r\n\r\n- web\r\n    - [ChromeDriver](https://github.com/yupeeee/YupTools/blob/main/docs/web/chrome/driver/ChromeDriver.md)\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "",
    "version": "0.1.11",
    "project_urls": {
        "Homepage": "https://github.com/yupeeee/YupTools"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c7a6786f94ffb71c0a982dea830b3a56102d16ed21c1ea1f293a959c9be7b4d0",
                "md5": "bbc122e525946c2179decdb1cc30cd96",
                "sha256": "d256ebd0e62beee043469d32047880331f102d30008cdc38f66b6d6df5274d08"
            },
            "downloads": -1,
            "filename": "yuptools-0.1.11.tar.gz",
            "has_sig": false,
            "md5_digest": "bbc122e525946c2179decdb1cc30cd96",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 43762,
            "upload_time": "2023-09-20T08:14:01",
            "upload_time_iso_8601": "2023-09-20T08:14:01.564064Z",
            "url": "https://files.pythonhosted.org/packages/c7/a6/786f94ffb71c0a982dea830b3a56102d16ed21c1ea1f293a959c9be7b4d0/yuptools-0.1.11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-20 08:14:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yupeeee",
    "github_project": "YupTools",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "yuptools"
}
        
Elapsed time: 0.14546s