naeural-core


Namenaeural-core JSON
Version 7.6.34 PyPI version JSON
download
home_pageNone
SummaryNaeural Core is the backbone of the Naeural Edge Protocol.
upload_time2025-02-04 07:51:47
maintainerNone
docs_urlNone
authorNone
requires_python<3.12,>=3.10
licenseNone
keywords
VCS
bugtrack_url
requirements torch torchvision torchaudio paho-mqtt pika pynvml pyyaml pyarrow naeural_client minio gql opencv-python-headless decord accelerate bitsandbytes tokenizers sentencepiece seaborn pandas shapely scikit-learn scikit-image dropbox pymssql h5py unidecode transformers cryptography onnx openvino onnxruntime-openvino onnxsim fastapi uvicorn pydantic bs4 web3 nvidia-cudnn-cu12 decentra_vision
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Ratio1 Core Packages (formerly Naeural Edge Protocol Core Modules)

Welcome to the **Ratio1 Core packages** repository, previously known as the **Naeural Edge Protocol Core Modules**. These core packages are the foundational elements of the Ratio1 ecosystem, designed to enhance the protocol and drive the development of the Ratio1 Edge Node through ongoing research and community contributions. This README provides an overview of the core functionalities, components, and guidance on how to integrate the Ratio1 Core Packages into your projects.

## Overview

The **Ratio1 Core packages** are engineered to facilitate the rapid advancement and deployment of AI applications at the edge within the Ratio1 ecosystem. These core modules underpin several key functionalities essential for building robust edge computing solutions and enhancing the overall protocol:

- **Data Collection**: Acquire data through various methods, including:
  - **Default Plugins**: MQTT, RTSP, CSV, ODBC
  - **Custom-Built Plugins**: Integration with sensors and other specialized data sources

- **Data Processing**: Transform and process collected data to prepare it for trustless model training and inference, ensuring data integrity and reliability.

- **Model Training and Inference**: Utilize plugins to train AI models and perform trustless inference tasks, leveraging decentralized resources for enhanced performance and security.

- **Post-Inference Business Logic**: Execute business logic after inference to derive actionable insights and make informed decisions based on AI outputs.

- **Pipeline Persistence**: Maintain the persistence of pipelines to ensure reliability and reproducibility of AI workflows across deployments.

- **Communication**: Enable seamless communication through both MQ-based and API-based methods, including advanced routing and load balancing via ngrok for optimized network performance.

These modules serve as the core for implementing edge nodes within the Ratio1 ecosystem or integrating seamlessly into third-party Web2 applications, providing flexibility and scalability for diverse use cases. The primary objective of the Ratio1 Core Packages is to enhance the protocol and ecosystem, thereby improving the functionality and performance of the Ratio1 Edge Node through dedicated research and community-driven contributions.

## Features

- **Modular Design**: Easily extend functionality with custom plugins for data collection, processing, and more, allowing for tailored solutions to meet specific application needs.
- **Scalability**: Designed to scale from small edge devices to large-scale deployments, ensuring consistent performance regardless of deployment size.
- **Interoperability**: Compatible with a wide range of data sources and communication protocols, facilitating integration with existing systems and technologies.
- **Ease of Integration**: The core packages are intended to be integrated as components within the Ratio1 Edge Node or third-party edge node execution engines, rather than standalone applications.

## Contributing

We welcome contributions from the community to help enhance the Ratio1 Core Packages. Your contributions play a vital role in advancing the Ratio1 ecosystem and improving the Ratio1 Edge Node. 

## Installation

The Ratio1 Core Packages are not intended for standalone use. Instead, they are designed to be integrated as components within the Ratio1 Edge Node or utilized by third-party edge node execution engines. For detailed integration instructions, please refer to the documentation provided within the Ratio1 Edge Node repository or contact our support team for assistance.

## License

This project is licensed under the **Apache 2.0 License**. For more details, please refer to the [LICENSE](LICENSE) file.

## Contact

For more information, visit our website at [https://ratio1.ai](https://ratio1.ai) or reach out to us via email at [support@ratio1.ai](mailto:support@ratio1.ai).

## Project Financing Disclaimer

This project incorporates open-source components developed with the support of financing grants **SMIS 143488** and **SMIS 156084**, provided by the Romanian Competitiveness Operational Programme. We extend our sincere gratitude for this support, which has been instrumental in advancing our work and enabling us to share these resources with the community.

The content and information within this repository are solely the responsibility of the authors and do not necessarily reflect the views of the funding agencies. The grants have specifically supported certain aspects of this open-source project, facilitating broader dissemination and collaborative development.

For any inquiries regarding the funding and its impact on this project, please contact the authors directly.

## Citation

If you use the Ratio1 Core Packages in your research or projects, please cite them as follows:

```bibtex
@misc{Ratio1CorePackages,
  author       = {Ratio1.AI},
  title        = {Ratio1 Core Packages},
  year         = {2024-2025},
  howpublished = {\url{https://github.com/NaeuralEdgeProtocol/naeural_core}},
}
```


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "naeural-core",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.12,>=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Andrei Ionut Damian <andrei.damian@me.com>, Stefan Saraev <saraevstefan@gmail.com>, Cristan Bleotiu <cristibleotiu@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/be/99/2f79178486b77861d0c6dc0ea6616ed9c1bab70f0cb8f5e95790b8689a26/naeural_core-7.6.34.tar.gz",
    "platform": null,
    "description": "# Ratio1 Core Packages (formerly Naeural Edge Protocol Core Modules)\n\nWelcome to the **Ratio1 Core packages** repository, previously known as the **Naeural Edge Protocol Core Modules**. These core packages are the foundational elements of the Ratio1 ecosystem, designed to enhance the protocol and drive the development of the Ratio1 Edge Node through ongoing research and community contributions. This README provides an overview of the core functionalities, components, and guidance on how to integrate the Ratio1 Core Packages into your projects.\n\n## Overview\n\nThe **Ratio1 Core packages** are engineered to facilitate the rapid advancement and deployment of AI applications at the edge within the Ratio1 ecosystem. These core modules underpin several key functionalities essential for building robust edge computing solutions and enhancing the overall protocol:\n\n- **Data Collection**: Acquire data through various methods, including:\n  - **Default Plugins**: MQTT, RTSP, CSV, ODBC\n  - **Custom-Built Plugins**: Integration with sensors and other specialized data sources\n\n- **Data Processing**: Transform and process collected data to prepare it for trustless model training and inference, ensuring data integrity and reliability.\n\n- **Model Training and Inference**: Utilize plugins to train AI models and perform trustless inference tasks, leveraging decentralized resources for enhanced performance and security.\n\n- **Post-Inference Business Logic**: Execute business logic after inference to derive actionable insights and make informed decisions based on AI outputs.\n\n- **Pipeline Persistence**: Maintain the persistence of pipelines to ensure reliability and reproducibility of AI workflows across deployments.\n\n- **Communication**: Enable seamless communication through both MQ-based and API-based methods, including advanced routing and load balancing via ngrok for optimized network performance.\n\nThese modules serve as the core for implementing edge nodes within the Ratio1 ecosystem or integrating seamlessly into third-party Web2 applications, providing flexibility and scalability for diverse use cases. The primary objective of the Ratio1 Core Packages is to enhance the protocol and ecosystem, thereby improving the functionality and performance of the Ratio1 Edge Node through dedicated research and community-driven contributions.\n\n## Features\n\n- **Modular Design**: Easily extend functionality with custom plugins for data collection, processing, and more, allowing for tailored solutions to meet specific application needs.\n- **Scalability**: Designed to scale from small edge devices to large-scale deployments, ensuring consistent performance regardless of deployment size.\n- **Interoperability**: Compatible with a wide range of data sources and communication protocols, facilitating integration with existing systems and technologies.\n- **Ease of Integration**: The core packages are intended to be integrated as components within the Ratio1 Edge Node or third-party edge node execution engines, rather than standalone applications.\n\n## Contributing\n\nWe welcome contributions from the community to help enhance the Ratio1 Core Packages. Your contributions play a vital role in advancing the Ratio1 ecosystem and improving the Ratio1 Edge Node. \n\n## Installation\n\nThe Ratio1 Core Packages are not intended for standalone use. Instead, they are designed to be integrated as components within the Ratio1 Edge Node or utilized by third-party edge node execution engines. For detailed integration instructions, please refer to the documentation provided within the Ratio1 Edge Node repository or contact our support team for assistance.\n\n## License\n\nThis project is licensed under the **Apache 2.0 License**. For more details, please refer to the [LICENSE](LICENSE) file.\n\n## Contact\n\nFor more information, visit our website at [https://ratio1.ai](https://ratio1.ai) or reach out to us via email at [support@ratio1.ai](mailto:support@ratio1.ai).\n\n## Project Financing Disclaimer\n\nThis project incorporates open-source components developed with the support of financing grants **SMIS 143488** and **SMIS 156084**, provided by the Romanian Competitiveness Operational Programme. We extend our sincere gratitude for this support, which has been instrumental in advancing our work and enabling us to share these resources with the community.\n\nThe content and information within this repository are solely the responsibility of the authors and do not necessarily reflect the views of the funding agencies. The grants have specifically supported certain aspects of this open-source project, facilitating broader dissemination and collaborative development.\n\nFor any inquiries regarding the funding and its impact on this project, please contact the authors directly.\n\n## Citation\n\nIf you use the Ratio1 Core Packages in your research or projects, please cite them as follows:\n\n```bibtex\n@misc{Ratio1CorePackages,\n  author       = {Ratio1.AI},\n  title        = {Ratio1 Core Packages},\n  year         = {2024-2025},\n  howpublished = {\\url{https://github.com/NaeuralEdgeProtocol/naeural_core}},\n}\n```\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Naeural Core is the backbone of the Naeural Edge Protocol.",
    "version": "7.6.34",
    "project_urls": {
        "Bug Tracker": "https://github.com/NaeuralEdgeProtocol/naeural_core/issues",
        "Homepage": "https://github.com/NaeuralEdgeProtocol/naeural_core"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "95e33367ef3004d601b986120414de5bac77df7c876243d6eb512154ef688297",
                "md5": "ee3ae02397f542073e0594a4c266ece3",
                "sha256": "c9d8056a40d395cad94956593313b818b438334dfc3c3a630ca423c22406d712"
            },
            "downloads": -1,
            "filename": "naeural_core-7.6.34-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ee3ae02397f542073e0594a4c266ece3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.12,>=3.10",
            "size": 1287346,
            "upload_time": "2025-02-04T07:51:43",
            "upload_time_iso_8601": "2025-02-04T07:51:43.077169Z",
            "url": "https://files.pythonhosted.org/packages/95/e3/3367ef3004d601b986120414de5bac77df7c876243d6eb512154ef688297/naeural_core-7.6.34-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "be992f79178486b77861d0c6dc0ea6616ed9c1bab70f0cb8f5e95790b8689a26",
                "md5": "c5ec3161c986d4323b90e6ccd3465f7b",
                "sha256": "e19737a25ac685af4b03ab9913577094910d1f42b76f93bb0f3cb768a1a330b0"
            },
            "downloads": -1,
            "filename": "naeural_core-7.6.34.tar.gz",
            "has_sig": false,
            "md5_digest": "c5ec3161c986d4323b90e6ccd3465f7b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.12,>=3.10",
            "size": 23730162,
            "upload_time": "2025-02-04T07:51:47",
            "upload_time_iso_8601": "2025-02-04T07:51:47.281601Z",
            "url": "https://files.pythonhosted.org/packages/be/99/2f79178486b77861d0c6dc0ea6616ed9c1bab70f0cb8f5e95790b8689a26/naeural_core-7.6.34.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-04 07:51:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "NaeuralEdgeProtocol",
    "github_project": "naeural_core",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "torch",
            "specs": []
        },
        {
            "name": "torchvision",
            "specs": []
        },
        {
            "name": "torchaudio",
            "specs": []
        },
        {
            "name": "paho-mqtt",
            "specs": [
                [
                    ">=",
                    "1.6"
                ]
            ]
        },
        {
            "name": "pika",
            "specs": [
                [
                    ">=",
                    "1.3"
                ]
            ]
        },
        {
            "name": "pynvml",
            "specs": [
                [
                    ">=",
                    "11.4"
                ]
            ]
        },
        {
            "name": "pyyaml",
            "specs": [
                [
                    ">=",
                    "6.0"
                ]
            ]
        },
        {
            "name": "pyarrow",
            "specs": [
                [
                    ">=",
                    "15"
                ]
            ]
        },
        {
            "name": "naeural_client",
            "specs": [
                [
                    ">=",
                    "1.0.0"
                ]
            ]
        },
        {
            "name": "minio",
            "specs": []
        },
        {
            "name": "gql",
            "specs": []
        },
        {
            "name": "opencv-python-headless",
            "specs": []
        },
        {
            "name": "decord",
            "specs": []
        },
        {
            "name": "accelerate",
            "specs": [
                [
                    "==",
                    "0.30.1"
                ]
            ]
        },
        {
            "name": "bitsandbytes",
            "specs": [
                [
                    "==",
                    "0.43.1"
                ]
            ]
        },
        {
            "name": "tokenizers",
            "specs": [
                [
                    ">=",
                    "0.14.1"
                ]
            ]
        },
        {
            "name": "sentencepiece",
            "specs": []
        },
        {
            "name": "seaborn",
            "specs": []
        },
        {
            "name": "pandas",
            "specs": []
        },
        {
            "name": "shapely",
            "specs": []
        },
        {
            "name": "scikit-learn",
            "specs": []
        },
        {
            "name": "scikit-image",
            "specs": []
        },
        {
            "name": "dropbox",
            "specs": []
        },
        {
            "name": "pymssql",
            "specs": []
        },
        {
            "name": "h5py",
            "specs": []
        },
        {
            "name": "unidecode",
            "specs": []
        },
        {
            "name": "transformers",
            "specs": [
                [
                    ">=",
                    "4.38.0"
                ]
            ]
        },
        {
            "name": "cryptography",
            "specs": [
                [
                    "==",
                    "42.0.7"
                ]
            ]
        },
        {
            "name": "onnx",
            "specs": []
        },
        {
            "name": "openvino",
            "specs": [
                [
                    "==",
                    "2024.1.0"
                ]
            ]
        },
        {
            "name": "onnxruntime-openvino",
            "specs": [
                [
                    "==",
                    "1.17.1"
                ]
            ]
        },
        {
            "name": "onnxsim",
            "specs": []
        },
        {
            "name": "fastapi",
            "specs": []
        },
        {
            "name": "uvicorn",
            "specs": []
        },
        {
            "name": "pydantic",
            "specs": []
        },
        {
            "name": "bs4",
            "specs": []
        },
        {
            "name": "web3",
            "specs": []
        },
        {
            "name": "nvidia-cudnn-cu12",
            "specs": [
                [
                    "<",
                    "9.0"
                ]
            ]
        },
        {
            "name": "decentra_vision",
            "specs": []
        }
    ],
    "lcname": "naeural-core"
}
        
Elapsed time: 1.34743s