Metadata-Version: 2.1
Name: hotjax
Version: 0.0.1
Summary: Probabilistic Machine Learning with Energy-Based Models in JAX
Home-page: https://github.com/amirabbasasadi/hotjax/
Author: amirabbasasadi
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: coverage ; extra == 'test'
Requires-Dist: flake8 ; extra == 'test'
Requires-Dist: black ; extra == 'test'
Requires-Dist: isort ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: mypy ; extra == 'test'
Requires-Dist: gitchangelog ; extra == 'test'
Requires-Dist: mkdocs ; extra == 'test'

# HotJAX |  Probabilistic Machine Learning with Energy-Based Models in JAX 
[![codecov](https://codecov.io/gh/amirabbasasadi/hotjax/branch/main/graph/badge.svg?token=hotjax_token_here)](https://codecov.io/gh/amirabbasasadi/hotjax)
[![CI](https://github.com/amirabbasasadi/hotjax/actions/workflows/main.yml/badge.svg)](https://github.com/amirabbasasadi/hotjax/actions/workflows/main.yml)

## Install it from PyPI
```bash
pip install hotjax
```

## Usage

```py
from hotjax import BaseClass
from hotjax import base_function

BaseClass().base_method()
base_function()
```
## Development

Read the [CONTRIBUTING.md](CONTRIBUTING.md) file.
