You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
@@ -12,7 +14,7 @@ Quail is a Python package that facilitates analyses of behavioral data from memo
12
14
- 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.)
13
15
- Many nice plotting functions
14
16
- 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
16
18
17
19
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.
0 commit comments