h1st-contrib


Nameh1st-contrib JSON
Version 2.1.8.dev1 PyPI version JSON
download
home_pagehttps://h1st.ai
SummaryHuman-First AI (H1st)
upload_time2023-07-14 04:28:48
maintainer
docs_urlNone
authorAitomatic, Inc.
requires_python>=3.11
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## Join the Human-First AI revolution
_“We humans have .. insight that can then be mixed with powerful AI .. to help move society forward. Second, we also have to build trust directly into our technology .. And third, all of the technology we build must be inclusive and respectful to everyone.”_
<br/>— Satya Nadella, Microsoft CEO

As trail-blazers in Industrial AI, our team at Arimo-Panasonic has found Satya Nadella‘s observations to be powerful and prescient. Many hard-won lessons from the field have led us to adopt this approach which we call Human-First AI (`H1st` AI). 

Today, we‘re excited to share these ideas and concrete implementation of `H1st` AI with you and the open-source data science community!

## Learn the Key Concepts
Human-First AI (`H1st` AI) solves three critical challenges in real-world data science:

1. __Industrial AI needs human insight:__ In so many important applications, there isn‘t enough data for ML. For example, last year‘s product‘s data does not apply to this year‘s new model. Or, equipment not yet shipped obviously have no data history to speak of. `H1st` combines human knowledge and any available data to enable intelligent systems, and companies can achieve earlier time-to-market.

2. __Data scientists need human tools:__ Today‘s tools are to compete rather than to collaborate. When multiple data scientists work on the same project, they are effectively competing to see who can build the better model. `H1st` breaks a large modeling problem into smaller, easier parts. This allows true collaboration and high productivity, in ways similar to well-established software engineering methodology. 

3. __AI needs human trust:__ AI models can't be deployed when they lack user trust. AI increasingly face regulatory challenges. `H1st` supports model description and explanation at multiple layers, enabling transparent and trustworthy AI.


## Get started
`H1st` runs on Python 3.8 or above. Install with 
```
pip install --upgrade pip
pip3 install h1st
```
For Windows, please use 64bit version and install [VS Build Tools](https://visualstudio.microsoft.com/downloads/) before installing H1st.

Start by reading about our [philosophy](https://h1st.readthedocs.io/en/latest/manifesto/README.html) and [Object Model](https://h1st.readthedocs.io/en/latest/concepts/object-model.html)

See the [Quick Start](https://h1st.readthedocs.io/en/latest/tutorials/quick-start/README.html) for simple "Hello world" examples of using [H1st rule-based model](https://h1st.readthedocs.io/en/latest/tutorials/quick-start/README.html#rule-based-model) & [H1st ML model](https://h1st.readthedocs.io/en/latest/tutorials/quick-start/README.html#mlmodeler-and-mlmodel) and using [H1st Graph](https://h1st.readthedocs.io/en/latest/tutorials/quick-start/README.html#h1st-graph).


## Read the Documentation, Tutorials, and API Documentation

Go over [the Concepts](https://h1st.readthedocs.io/en/latest/concepts/README.html)

For a simple real-world data science example using H1st Modeler and Model API, take a look at
- [Modeler and Model with Iris dataset](https://h1st.readthedocs.io/en/latest/tutorials/examples/modeler-model.html).
- [H1st Oracle: Combine Encoded Domain Knowledge with Machine Learning](https://h1st.readthedocs.io/en/latest/tutorials/examples/oracle-iot.html) in which we used Microsoft Azure Predictive Maintenance dataset to demonstrate the power of the Oracle.

To fully understand H1st philosophy and power, check out the [Use-case examples](https://h1st.readthedocs.io/en/latest/tutorials/use-cases/README.html).

For a deep dive into the components, please refer to our full [API Documentation](https://h1st.readthedocs.io/en/latest/api/README.html).

## Join and Learn from Our Open-Source Community
We are collaborating with the open-source community. For Arimo-Panasonic, use cases include industrial applications such as Cybersecurity, Predictive Maintenance, Fault Prediction, Home Automation, Avionic & Automotive Experience Management, etc.

We'd love to see your use cases and your contributions to open-source `H1st` AI. 


            

Raw data

            {
    "_id": null,
    "home_page": "https://h1st.ai",
    "name": "h1st-contrib",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": "",
    "keywords": "",
    "author": "Aitomatic, Inc.",
    "author_email": "engineering@aitomatic.com",
    "download_url": "https://files.pythonhosted.org/packages/c7/9a/80fab9edb53ccb1d1f617820b467447ab1f48e2949813275fa0c34b1a90c/h1st_contrib-2.1.8.dev1.tar.gz",
    "platform": null,
    "description": "## Join the Human-First AI revolution\n_\u201cWe humans have .. insight that can then be mixed with powerful AI .. to help move society forward. Second, we also have to build trust directly into our technology .. And third, all of the technology we build must be inclusive and respectful to everyone.\u201d_\n<br/>\u2014 Satya Nadella, Microsoft CEO\n\nAs trail-blazers in Industrial AI, our team at Arimo-Panasonic has found Satya Nadella\u2018s observations to be powerful and prescient. Many hard-won lessons from the field have led us to adopt this approach which we call Human-First AI (`H1st` AI). \n\nToday, we\u2018re excited to share these ideas and concrete implementation of `H1st` AI with you and the open-source data science community!\n\n## Learn the Key Concepts\nHuman-First AI (`H1st` AI) solves three critical challenges in real-world data science:\n\n1. __Industrial AI needs human insight:__ In so many important applications, there isn\u2018t enough data for ML. For example, last year\u2018s product\u2018s data does not apply to this year\u2018s new model. Or, equipment not yet shipped obviously have no data history to speak of. `H1st` combines human knowledge and any available data to enable intelligent systems, and companies can achieve earlier time-to-market.\n\n2. __Data scientists need human tools:__ Today\u2018s tools are to compete rather than to collaborate. When multiple data scientists work on the same project, they are effectively competing to see who can build the better model. `H1st` breaks a large modeling problem into smaller, easier parts. This allows true collaboration and high productivity, in ways similar to well-established software engineering methodology. \n\n3. __AI needs human trust:__ AI models can't be deployed when they lack user trust. AI increasingly face regulatory challenges. `H1st` supports model description and explanation at multiple layers, enabling transparent and trustworthy AI.\n\n\n## Get started\n`H1st` runs on Python 3.8 or above. Install with \n```\npip install --upgrade pip\npip3 install h1st\n```\nFor Windows, please use 64bit version and install [VS Build Tools](https://visualstudio.microsoft.com/downloads/) before installing H1st.\n\nStart by reading about our [philosophy](https://h1st.readthedocs.io/en/latest/manifesto/README.html) and [Object Model](https://h1st.readthedocs.io/en/latest/concepts/object-model.html)\n\nSee the [Quick Start](https://h1st.readthedocs.io/en/latest/tutorials/quick-start/README.html) for simple \"Hello world\" examples of using [H1st rule-based model](https://h1st.readthedocs.io/en/latest/tutorials/quick-start/README.html#rule-based-model) & [H1st ML model](https://h1st.readthedocs.io/en/latest/tutorials/quick-start/README.html#mlmodeler-and-mlmodel) and using [H1st Graph](https://h1st.readthedocs.io/en/latest/tutorials/quick-start/README.html#h1st-graph).\n\n\n## Read the Documentation, Tutorials, and API Documentation\n\nGo over [the Concepts](https://h1st.readthedocs.io/en/latest/concepts/README.html)\n\nFor a simple real-world data science example using H1st Modeler and Model API, take a look at\n- [Modeler and Model with Iris dataset](https://h1st.readthedocs.io/en/latest/tutorials/examples/modeler-model.html).\n- [H1st Oracle: Combine Encoded Domain Knowledge with Machine Learning](https://h1st.readthedocs.io/en/latest/tutorials/examples/oracle-iot.html) in which we used Microsoft Azure Predictive Maintenance dataset to demonstrate the power of the Oracle.\n\nTo fully understand H1st philosophy and power, check out the [Use-case examples](https://h1st.readthedocs.io/en/latest/tutorials/use-cases/README.html).\n\nFor a deep dive into the components, please refer to our full [API Documentation](https://h1st.readthedocs.io/en/latest/api/README.html).\n\n## Join and Learn from Our Open-Source Community\nWe are collaborating with the open-source community. For Arimo-Panasonic, use cases include industrial applications such as Cybersecurity, Predictive Maintenance, Fault Prediction, Home Automation, Avionic & Automotive Experience Management, etc.\n\nWe'd love to see your use cases and your contributions to open-source `H1st` AI. \n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Human-First AI (H1st)",
    "version": "2.1.8.dev1",
    "project_urls": {
        "Homepage": "https://h1st.ai",
        "Repository": "https://github.com/h1st-ai/h1st"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a485086ae4cacc73c4eed39fc3799c862c6ee6b836cceae449608f29afdc9b9b",
                "md5": "b58ceed8ee07f91309294a60f79fe61a",
                "sha256": "4db94f94d1b9acab4ad2ee03590068a81363c912f1f51467796c67f71ab8d102"
            },
            "downloads": -1,
            "filename": "h1st_contrib-2.1.8.dev1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b58ceed8ee07f91309294a60f79fe61a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 101506,
            "upload_time": "2023-07-14T04:28:47",
            "upload_time_iso_8601": "2023-07-14T04:28:47.102647Z",
            "url": "https://files.pythonhosted.org/packages/a4/85/086ae4cacc73c4eed39fc3799c862c6ee6b836cceae449608f29afdc9b9b/h1st_contrib-2.1.8.dev1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c79a80fab9edb53ccb1d1f617820b467447ab1f48e2949813275fa0c34b1a90c",
                "md5": "3f265ef77799482c1dcbd19a08c8f364",
                "sha256": "f730bcae2d8005cec0ac397d14c5e831759de95bc11943fbf8628cbc3f86a579"
            },
            "downloads": -1,
            "filename": "h1st_contrib-2.1.8.dev1.tar.gz",
            "has_sig": false,
            "md5_digest": "3f265ef77799482c1dcbd19a08c8f364",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 80188,
            "upload_time": "2023-07-14T04:28:48",
            "upload_time_iso_8601": "2023-07-14T04:28:48.737676Z",
            "url": "https://files.pythonhosted.org/packages/c7/9a/80fab9edb53ccb1d1f617820b467447ab1f48e2949813275fa0c34b1a90c/h1st_contrib-2.1.8.dev1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-14 04:28:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "h1st-ai",
    "github_project": "h1st",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "h1st-contrib"
}
        
Elapsed time: 0.11329s