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

https://github.com/ShawonAshraf/annotated-jax

Deep Learning examples using the Jax ecosystem of libraries
https://github.com/ShawonAshraf/annotated-jax

computer-vision deep-learning flax jax nlp notebook-jupyter tutorial

Last synced: 6 months ago
JSON representation

Deep Learning examples using the Jax ecosystem of libraries

Awesome Lists containing this project

README

          

# annotated-jax

> Deep Learning examples using the Jax ecosystem of libraries

[![Build Status](https://shawonashraf.visualstudio.com/jax-examples/_apis/build/status%2FShawonAshraf.jax_examples?branchName=main)](https://shawonashraf.visualstudio.com/jax-examples/_build/latest?definitionId=13&branchName=main)

## env setup

> [!IMPORTANT]
> Ensure that you've `uv` installed: [link](https://docs.astral.sh/uv/getting-started/installation/).

```bash
uv sync
source .venv/bin/activate
```

> [!TIP]
> You can also use the provided devcontainer configuration.
> ```bash
> devcontainer up --workspace-folder .
> ```

## run jupyter lab

```bash
# inside the project root
jupyter lab
```