pyoxynet


Namepyoxynet JSON
Version 0.0.19.1 PyPI version JSON
download
home_pageNone
SummaryPython package of the Oxynet project
upload_time2024-10-17 13:51:53
maintainerNone
docs_urlNone
authorAndrea Zignoli
requires_python>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Pyoxynet package

This README has been intentionally created for Pypi. Please find a more extended and detailed description of the project on the [GitHub repository](https://github.com/andreazignoli/pyoxynet). 

## Documentation

Please refer to the extended [documentation](https://pyoxynet.readthedocs.io/en/latest/) to read the docs. 

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install *pyoxynet*.

```bash
pip install --upgrade pip
pip install pyoxynet
```

## Test settings

```python
import pyoxynet

# Load the TFL model
tfl_model = pyoxynet.load_tf_model()

# Make inference on a random input
test_tfl_model(tfl_model)

# Plot the inference on a test dataset
pyoxynet.test_pyoxynet()
```

Data required for the inference include oxygen uptake (VO2), exhaled CO2 (VCO2), minute ventilation (VE), end tidal O2 (PetO2) and CO2(PetCO2), and ventilatory equivalents (VEVO2 and VEVCO2):

| VO2 | VCO2 | VE | PetO2 | PetCO2 | VEVO2 | VEVCO2 |
|-----|------|----|-------|--------|-------|--------|
|     |      |    |       |        |       |        |
|     |      |    |       |        |       |        |
|     |      |    |       |        |       |        |

This structure might evolve with different package version, so please refer to the main [GitHub repository](https://github.com/andreazignoli/pyoxynet) README for the latest structure details. 

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

## License

Please refer to the LICENSE file at the [GitHub repository](https://github.com/andreazignoli/pyoxynet). 

## Disclaimer

All content found on this website, including: text, images, tables, or other formats are created for informational purposes only. The information provided by this software is not intended to be a substitute for professional medical advice, diagnosis, or treatment. Always seek the advice of your physician or other qualified health provider with any questions you may have regarding a medical condition. Never disregard professional medical advice or delay in seeking it because of something has been provided by this software.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pyoxynet",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Andrea Zignoli",
    "author_email": "andrea.zignoli@unitn.it",
    "download_url": "https://files.pythonhosted.org/packages/8d/c9/24467a6735ac97cb0e7c5c77f8fb779139285ff0fab40b7a0273141a7064/pyoxynet-0.0.19.1.tar.gz",
    "platform": null,
    "description": "# Pyoxynet package\n\nThis README has been intentionally created for Pypi. Please find a more extended and detailed description of the project on the [GitHub repository](https://github.com/andreazignoli/pyoxynet). \n\n## Documentation\n\nPlease refer to the extended [documentation](https://pyoxynet.readthedocs.io/en/latest/) to read the docs. \n\n## Installation\n\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install *pyoxynet*.\n\n```bash\npip install --upgrade pip\npip install pyoxynet\n```\n\n## Test settings\n\n```python\nimport pyoxynet\n\n# Load the TFL model\ntfl_model = pyoxynet.load_tf_model()\n\n# Make inference on a random input\ntest_tfl_model(tfl_model)\n\n# Plot the inference on a test dataset\npyoxynet.test_pyoxynet()\n```\n\nData required for the inference include oxygen uptake (VO2), exhaled CO2 (VCO2), minute ventilation (VE), end tidal O2 (PetO2) and CO2(PetCO2), and ventilatory equivalents (VEVO2 and VEVCO2):\n\n| VO2 | VCO2 | VE | PetO2 | PetCO2 | VEVO2 | VEVCO2 |\n|-----|------|----|-------|--------|-------|--------|\n|     |      |    |       |        |       |        |\n|     |      |    |       |        |       |        |\n|     |      |    |       |        |       |        |\n\nThis structure might evolve with different package version, so please refer to the main [GitHub repository](https://github.com/andreazignoli/pyoxynet) README for the latest structure details. \n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\n## License\n\nPlease refer to the LICENSE file at the [GitHub repository](https://github.com/andreazignoli/pyoxynet). \n\n## Disclaimer\n\nAll content found on this website, including: text, images, tables, or other formats are created for informational purposes only. The information provided by this software is not intended to be a substitute for professional medical advice, diagnosis, or treatment. Always seek the advice of your physician or other qualified health provider with any questions you may have regarding a medical condition. Never disregard professional medical advice or delay in seeking it because of something has been provided by this software.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Python package of the Oxynet project",
    "version": "0.0.19.1",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0707d5b1224b49a5da843eeb52f93281c31be3d91000d4bd187205a98d303c83",
                "md5": "8ed531b65c93c5575b8402a7f467a8e1",
                "sha256": "088d40dfc81fbf7798b50cde299b88b1f836e2e5c5a296d7ae5c334c1d99181d"
            },
            "downloads": -1,
            "filename": "pyoxynet-0.0.19.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8ed531b65c93c5575b8402a7f467a8e1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 8787475,
            "upload_time": "2024-10-17T13:51:50",
            "upload_time_iso_8601": "2024-10-17T13:51:50.090692Z",
            "url": "https://files.pythonhosted.org/packages/07/07/d5b1224b49a5da843eeb52f93281c31be3d91000d4bd187205a98d303c83/pyoxynet-0.0.19.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8dc924467a6735ac97cb0e7c5c77f8fb779139285ff0fab40b7a0273141a7064",
                "md5": "5366408e354d3b50ef1978ff14f08ead",
                "sha256": "527350e8f2deb2021fad45dc5180dac7bb14f5a77755a4aa798d5eb7393996ba"
            },
            "downloads": -1,
            "filename": "pyoxynet-0.0.19.1.tar.gz",
            "has_sig": false,
            "md5_digest": "5366408e354d3b50ef1978ff14f08ead",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 8723060,
            "upload_time": "2024-10-17T13:51:53",
            "upload_time_iso_8601": "2024-10-17T13:51:53.392370Z",
            "url": "https://files.pythonhosted.org/packages/8d/c9/24467a6735ac97cb0e7c5c77f8fb779139285ff0fab40b7a0273141a7064/pyoxynet-0.0.19.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-17 13:51:53",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pyoxynet"
}
        
Elapsed time: 0.37218s