genki-signals


Namegenki-signals JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/genkiinstruments/genki-signals
SummaryA library for realtime signal processing and machine learning
upload_time2023-06-05 11:35:02
maintainer
docs_urlNone
authorGenki Instruments
requires_python>=3.9
license
keywords signal processing machine learning realtime
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Genki Signals

Genki signals is a library to do real time signal processing and machine learning on sensor data. Using this library you
can connect devices and stream data from them, and create processing pipelines to process the data. You can also
visualize all of this in real time, and record data and serialize the pipelines to disk.

## Installation
Genki Signals is available on PyPi and can be installed using pip:
```bash
pip install genki-signals
```

## Usage
Genki Signals is designed to work in Jupyter notebooks. You can find some examples in the [examples](examples) folder.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/genkiinstruments/genki-signals",
    "name": "genki-signals",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "Signal Processing,Machine Learning,Realtime",
    "author": "Genki Instruments",
    "author_email": "genki@genkiinstruments.com",
    "download_url": "https://files.pythonhosted.org/packages/69/94/abe6ae53c3964c1b9a3fd9be2c96b22124cb95a36dcde03c93e518f3f559/genki_signals-1.0.0.tar.gz",
    "platform": null,
    "description": "# Genki Signals\n\nGenki signals is a library to do real time signal processing and machine learning on sensor data. Using this library you\ncan connect devices and stream data from them, and create processing pipelines to process the data. You can also\nvisualize all of this in real time, and record data and serialize the pipelines to disk.\n\n## Installation\nGenki Signals is available on PyPi and can be installed using pip:\n```bash\npip install genki-signals\n```\n\n## Usage\nGenki Signals is designed to work in Jupyter notebooks. You can find some examples in the [examples](examples) folder.\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A library for realtime signal processing and machine learning",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/genkiinstruments/genki-signals"
    },
    "split_keywords": [
        "signal processing",
        "machine learning",
        "realtime"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6994abe6ae53c3964c1b9a3fd9be2c96b22124cb95a36dcde03c93e518f3f559",
                "md5": "43e6e6097dc62413bf991a1036c513e8",
                "sha256": "2f5411e72b332a3040b36fec9a62f73823cd47946c455164bd02330e25cfb8e4"
            },
            "downloads": -1,
            "filename": "genki_signals-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "43e6e6097dc62413bf991a1036c513e8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 31079,
            "upload_time": "2023-06-05T11:35:02",
            "upload_time_iso_8601": "2023-06-05T11:35:02.873310Z",
            "url": "https://files.pythonhosted.org/packages/69/94/abe6ae53c3964c1b9a3fd9be2c96b22124cb95a36dcde03c93e518f3f559/genki_signals-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-05 11:35:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "genkiinstruments",
    "github_project": "genki-signals",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "genki-signals"
}
        
Elapsed time: 0.07177s