Skip to content

Commit 6e3453f

Browse files
jeremymanningclaude
andcommitted
Add CI and docs badges to README, update speech decoding reference
- Add GitHub Actions test status badge - Add ReadTheDocs documentation badge - Update speech decoding mention from Google Cloud to OpenAI Whisper 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 5d2f9ca commit 6e3453f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1003184.svg)](https://doi.org/10.5281/zenodo.1003184)
22
[![JOSS](http://joss.theoj.org/papers/3fb5123eb2538e06f6a25ded0a088b73/status.svg)](http://joss.theoj.org/papers/10.21105/joss.00424)
3+
[![Tests](https://github.com/ContextLab/quail/actions/workflows/tests.yml/badge.svg)](https://github.com/ContextLab/quail/actions/workflows/tests.yml)
4+
[![Documentation Status](https://readthedocs.org/projects/cdl-quail/badge/?version=latest)](https://cdl-quail.readthedocs.io/en/latest/?badge=latest)
35

46
![Quail logo](images/Quail_Logo_small.png)
57

@@ -12,7 +14,7 @@ Quail is a Python package that facilitates analyses of behavioral data from memo
1214
- Clustering metrics (e.g. single-number summaries of how often participants transition from recalling a word to another related word, where "related" can be user-defined.)
1315
- Many nice plotting functions
1416
- Convenience functions for loading in data
15-
- Automatically parse speech data (audio files) using wrappers for the Google Cloud Speech to Text API
17+
- Automatically parse speech data (audio files) using OpenAI Whisper
1618

1719
The intended user of this toolbox is a memory researcher who seeks an easy way to analyze and visualize data from free recall psychology experiments.
1820

0 commit comments

Comments
 (0)