CitologyAnomalyDetector


NameCitologyAnomalyDetector JSON
Version 0.0.5 PyPI version JSON
download
home_pagehttps://github.com/joheras/CitologyAnomalyDetector
SummaryDeep Learning model for anomaly detection of citology images
upload_time2023-03-30 09:24:43
maintainerJónathan Heras Vicente
docs_urlNone
authorJónathan Heras Vicente
requires_python
licenseGNU General Public License v3 (GPLv3)
keywords anomaly detection fastai
VCS
bugtrack_url
requirements fastai dill pandas tqdm
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Citology Anomaly Detector

Install with `pip install CitologyAnomalyDetector`.

Use it with:
```bash
anomaly-detection <path>
```

where <path> is the path to a folder with two subfolders train and valid. The train folder should contain at least one imagen, and the valid folder contain the images to analyse.
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/joheras/CitologyAnomalyDetector",
    "name": "CitologyAnomalyDetector",
    "maintainer": "J\u00f3nathan Heras Vicente",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "joheras@gmail.com",
    "keywords": "anomaly detection fastai",
    "author": "J\u00f3nathan Heras Vicente",
    "author_email": "joheras@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/3b/99/a09ed42026994c03a12545ad3542c7b0dda6f162c92654b035c6f9bea422/CitologyAnomalyDetector-0.0.5.tar.gz",
    "platform": null,
    "description": "# Citology Anomaly Detector\n\nInstall with `pip install CitologyAnomalyDetector`.\n\nUse it with:\n```bash\nanomaly-detection <path>\n```\n\nwhere <path> is the path to a folder with two subfolders train and valid. The train folder should contain at least one imagen, and the valid folder contain the images to analyse.",
    "bugtrack_url": null,
    "license": "GNU General Public License v3 (GPLv3)",
    "summary": "Deep Learning model for anomaly detection of citology images",
    "version": "0.0.5",
    "split_keywords": [
        "anomaly",
        "detection",
        "fastai"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3b99a09ed42026994c03a12545ad3542c7b0dda6f162c92654b035c6f9bea422",
                "md5": "35c53db8a19a771503241d9456251781",
                "sha256": "1c940736091930d827fca4465fcfedc42bccf418c70578d0cccbde122cd2d010"
            },
            "downloads": -1,
            "filename": "CitologyAnomalyDetector-0.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "35c53db8a19a771503241d9456251781",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 18730,
            "upload_time": "2023-03-30T09:24:43",
            "upload_time_iso_8601": "2023-03-30T09:24:43.996329Z",
            "url": "https://files.pythonhosted.org/packages/3b/99/a09ed42026994c03a12545ad3542c7b0dda6f162c92654b035c6f9bea422/CitologyAnomalyDetector-0.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-30 09:24:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "joheras",
    "github_project": "CitologyAnomalyDetector",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "fastai",
            "specs": [
                [
                    "==",
                    "2.5.5"
                ]
            ]
        },
        {
            "name": "dill",
            "specs": []
        },
        {
            "name": "pandas",
            "specs": []
        },
        {
            "name": "tqdm",
            "specs": []
        }
    ],
    "lcname": "citologyanomalydetector"
}
        
Elapsed time: 0.04899s