Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/moskomule/equinox_vision

Vision models with equinox
https://github.com/moskomule/equinox_vision

Last synced: 1 day ago
JSON representation

Vision models with equinox

Awesome Lists containing this project

README

        

# equinox_vision

**This project is work in progress**

![pytest](https://github.com/moskomule/equinox_vision/workflows/pytest/badge.svg)
[![document](https://img.shields.io/static/v1?label=doc&message=equinox_vision&color=blue)](https://moskomule.github.io/equinox_vision)

`equinox_vision` is a library for small-size image classification problems in JAX with equinox.

## Installation

```commandline
pip install "jax[cuda]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
pip install -U -e .
```

## Examples

See [examples](./examples).