---
jupytext:
  text_representation:
    extension: .md
    format_name: myst
    jupytext_version: 1.18.1
kernelspec:
  display_name: Python 3
  language: python
  name: python3
---

# Manual Classification with `rica`

Reports for ICA (`rica`) is a web app that allows users to manually classify ICA components from decomposition-based denoising tools,
like `tedana` and (some day) `aroma`.
You can access the app at http://rica-fmri.netlify.app/.

```{code-cell} ipython3
from IPython.display import IFrame

IFrame(src="https://www.loom.com/embed/ad37cf6f3c2d41e48721f62168a8284e", width="100%", height=300)
```
