# AI Helpers - Jax Utils
`jax-utils` is a Python module that provides a collection of utilities to simplify and enhance the use of JAX. These utilities are designed to make working with JAX more efficient and to reduce boilerplate code.
## Table of Contents
- [AI Helpers - Jax Utils](#ai-helpers---jax-utils)
- [Table of Contents](#table-of-contents)
- [Installation](#installation)
- [Getting Started](#getting-started)
- [Utilities](#utilities)
- [Examples](#examples)
- [Contributing](#contributing)
## Installation
You can install the `jax-utils` module via pip:
```bash
pip install ai-helpers-jax-utils
```
## Getting Started
First, import the module in your Python script:
```python
import jax_utils as ju
```
Now you can use the utilities provided by `jax-utils`.
## Utilities
> TODO
## Examples
> TODO
## Contributing
We welcome contributions to `jax-utils`. To contribute, please follow these steps:
1. Fork the repository.
2. Create a new branch (`git checkout -b feature-branch`).
3. Make your changes.
4. Commit your changes (`git commit -am 'Add some feature'`).
5. Push to the branch (`git push origin feature-branch`).
6. Create a new Pull Request.
Please ensure your code follows the project's coding standards and includes appropriate tests.
Raw data
{
"_id": null,
"home_page": "https://github.com/ai-helpers/jax-utils",
"name": "ai-helpers-jax-utils",
"maintainer": null,
"docs_url": null,
"requires_python": "<3.11,>=3.10",
"maintainer_email": null,
"keywords": "machine-learning, jax, utils",
"author": "Corentin Vasseur",
"author_email": "vasseur.corentin@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/c1/b8/1192eb166c274f6f173b92d3c30b69374d4ab590b100d58c1e96ff194053/ai_helpers_jax_utils-0.1.0a1.tar.gz",
"platform": null,
"description": "# AI Helpers - Jax Utils\n\n`jax-utils` is a Python module that provides a collection of utilities to simplify and enhance the use of JAX. These utilities are designed to make working with JAX more efficient and to reduce boilerplate code.\n\n## Table of Contents\n\n- [AI Helpers - Jax Utils](#ai-helpers---jax-utils)\n - [Table of Contents](#table-of-contents)\n - [Installation](#installation)\n - [Getting Started](#getting-started)\n - [Utilities](#utilities)\n - [Examples](#examples)\n - [Contributing](#contributing)\n\n## Installation\n\nYou can install the `jax-utils` module via pip:\n\n```bash\npip install ai-helpers-jax-utils\n```\n\n## Getting Started\n\nFirst, import the module in your Python script:\n\n```python\nimport jax_utils as ju\n```\n\nNow you can use the utilities provided by `jax-utils`.\n\n## Utilities\n > TODO\n\n## Examples\n> TODO\n\n## Contributing\n\nWe welcome contributions to `jax-utils`. To contribute, please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature-branch`).\n3. Make your changes.\n4. Commit your changes (`git commit -am 'Add some feature'`).\n5. Push to the branch (`git push origin feature-branch`).\n6. Create a new Pull Request.\n\nPlease ensure your code follows the project's coding standards and includes appropriate tests.",
"bugtrack_url": null,
"license": null,
"summary": "Common jax utils",
"version": "0.1.0a1",
"project_urls": {
"Documentation": "https://ai-helpers.github.io/jax-utils/",
"Homepage": "https://github.com/ai-helpers/jax-utils",
"Repository": "https://github.com/ai-helpers/jax-utils"
},
"split_keywords": [
"machine-learning",
" jax",
" utils"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "78ed2292b4c2929817c4af75f4fa50eea4e5876d10977f6ac58c6d34d9b4294d",
"md5": "2a1b2be3c3952b8ec5bbee068c42430e",
"sha256": "a75610627273f60c34425bd8f629602a13330b5bd14cbea9876c9fca832e9032"
},
"downloads": -1,
"filename": "ai_helpers_jax_utils-0.1.0a1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "2a1b2be3c3952b8ec5bbee068c42430e",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<3.11,>=3.10",
"size": 24733,
"upload_time": "2024-05-30T12:09:18",
"upload_time_iso_8601": "2024-05-30T12:09:18.631481Z",
"url": "https://files.pythonhosted.org/packages/78/ed/2292b4c2929817c4af75f4fa50eea4e5876d10977f6ac58c6d34d9b4294d/ai_helpers_jax_utils-0.1.0a1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c1b81192eb166c274f6f173b92d3c30b69374d4ab590b100d58c1e96ff194053",
"md5": "38d9807bff7e26a4c00592d5b71ab6a3",
"sha256": "eb7ef3c23aeb3efb39c11808f7f04d888d8ad179729694f3cba744519b75ddc7"
},
"downloads": -1,
"filename": "ai_helpers_jax_utils-0.1.0a1.tar.gz",
"has_sig": false,
"md5_digest": "38d9807bff7e26a4c00592d5b71ab6a3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<3.11,>=3.10",
"size": 19594,
"upload_time": "2024-05-30T12:09:20",
"upload_time_iso_8601": "2024-05-30T12:09:20.157233Z",
"url": "https://files.pythonhosted.org/packages/c1/b8/1192eb166c274f6f173b92d3c30b69374d4ab590b100d58c1e96ff194053/ai_helpers_jax_utils-0.1.0a1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-05-30 12:09:20",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ai-helpers",
"github_project": "jax-utils",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "ai-helpers-jax-utils"
}