inference-worker


Nameinference-worker JSON
Version 0.12.0 PyPI version JSON
download
home_pagehttps://github.com/yourusername/inference_worker
SummaryA package to handle ML model inference tasks.
upload_time2024-11-18 09:17:04
maintainerNone
docs_urlNone
authorYour Name
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Inference Worker

`inference_worker` is a Python package designed to handle machine learning model inference tasks. It provides a straightforward interface for integrating model inference into your applications, making it easier to deploy machine learning models and manage inference requests.

## Features

- Easy-to-use API for running inference with machine learning models.
- Supports integration with RabbitMQ for asynchronous message handling.
- Simplifies HTTP requests for data retrieval.

## Installation

You can install the package using pip:

```bash
pip install inference_worker
```

## Usage
Here’s a quick example of how to use the inference_worker package:


## Dependencies

This package depends on the following Python libraries:

- pika: For RabbitMQ message handling.
- requests: For making HTTP requests.

## Contributing

Contributions are welcome! If you'd like to contribute to inference_worker, please follow these steps:

1. Fork the repository.
2. Create a new branch (git checkout -b feature/YourFeature).
3. Make your changes and commit them (git commit -m 'Add some feature').
4. Push to the branch (git push origin feature/YourFeature).
5. Open a pull request.

## License

This project is licensed under the MIT License. See the LICENSE file for details.

## Contact

For questions or suggestions, feel free to reach out:

    Your Name - your.email@example.com
    GitHub: yourusername

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/yourusername/inference_worker",
    "name": "inference-worker",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Your Name",
    "author_email": "your.email@example.com",
    "download_url": "https://files.pythonhosted.org/packages/c8/90/7b1d4a88146d2dc8b51175284195ea8b733c8ec0d325f1f70e0f545823ac/inference_worker-0.12.0.tar.gz",
    "platform": null,
    "description": "# Inference Worker\n\n`inference_worker` is a Python package designed to handle machine learning model inference tasks. It provides a straightforward interface for integrating model inference into your applications, making it easier to deploy machine learning models and manage inference requests.\n\n## Features\n\n- Easy-to-use API for running inference with machine learning models.\n- Supports integration with RabbitMQ for asynchronous message handling.\n- Simplifies HTTP requests for data retrieval.\n\n## Installation\n\nYou can install the package using pip:\n\n```bash\npip install inference_worker\n```\n\n## Usage\nHere\u2019s a quick example of how to use the inference_worker package:\n\n\n## Dependencies\n\nThis package depends on the following Python libraries:\n\n- pika: For RabbitMQ message handling.\n- requests: For making HTTP requests.\n\n## Contributing\n\nContributions are welcome! If you'd like to contribute to inference_worker, please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch (git checkout -b feature/YourFeature).\n3. Make your changes and commit them (git commit -m 'Add some feature').\n4. Push to the branch (git push origin feature/YourFeature).\n5. Open a pull request.\n\n## License\n\nThis project is licensed under the MIT License. See the LICENSE file for details.\n\n## Contact\n\nFor questions or suggestions, feel free to reach out:\n\n    Your Name - your.email@example.com\n    GitHub: yourusername\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A package to handle ML model inference tasks.",
    "version": "0.12.0",
    "project_urls": {
        "Homepage": "https://github.com/yourusername/inference_worker"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "66bcd986f462527981b858ca1cf5ea129ffa7aea5026d6647afb1fc835753125",
                "md5": "b97931b8a2bb76b497c9562c46ac43ae",
                "sha256": "a88384483e73496b0cf3be8a456de05f333441b2093fb217a4c9dd3ffed5889d"
            },
            "downloads": -1,
            "filename": "inference_worker-0.12.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b97931b8a2bb76b497c9562c46ac43ae",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 13436,
            "upload_time": "2024-11-18T09:17:02",
            "upload_time_iso_8601": "2024-11-18T09:17:02.797804Z",
            "url": "https://files.pythonhosted.org/packages/66/bc/d986f462527981b858ca1cf5ea129ffa7aea5026d6647afb1fc835753125/inference_worker-0.12.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c8907b1d4a88146d2dc8b51175284195ea8b733c8ec0d325f1f70e0f545823ac",
                "md5": "dfde0c4e4d17637542988c218587ce7d",
                "sha256": "20ee998303014181d511d7818b83d54a5898e546c38802b50d0f61a3124615fa"
            },
            "downloads": -1,
            "filename": "inference_worker-0.12.0.tar.gz",
            "has_sig": false,
            "md5_digest": "dfde0c4e4d17637542988c218587ce7d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 10506,
            "upload_time": "2024-11-18T09:17:04",
            "upload_time_iso_8601": "2024-11-18T09:17:04.334407Z",
            "url": "https://files.pythonhosted.org/packages/c8/90/7b1d4a88146d2dc8b51175284195ea8b733c8ec0d325f1f70e0f545823ac/inference_worker-0.12.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-18 09:17:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yourusername",
    "github_project": "inference_worker",
    "github_not_found": true,
    "lcname": "inference-worker"
}
        
Elapsed time: 0.44311s