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

https://github.com/thefloatingstring/torchcir


https://github.com/thefloatingstring/torchcir

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

### Setup

```
pip install uv
uv sync
uv run pip install -e .
```

### Unit Test
```sh
uv run pytest
```