Skip to content

Commit

Permalink
Merge pull request #16 from untitledaiproject/bart/readme-update
Browse files Browse the repository at this point in the history
Added section on capture directory structure
  • Loading branch information
trzy authored Feb 6, 2024
2 parents 0ebff5d + d185416 commit 435f1db
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,17 @@ The server also supports non-real time syncing of capture data in chunks, which
7. Lastly, if the capture session ends and the `/process_capture` route is used, a final `ProcessAudioChunkTask` is submitted to finalize any remaining conversation that may have been ongoing in the final chunk.

Chunked uploads enter the server differently than streaming audio, use a different conversation endpointing method, but then follow the same path back to the iOS app.

## Capture Storage

Captures are stored in the directory specified by the `capture_dir` key in the YAML configuration file. They are organized by date and capture
device to make manual inspection easy. When conversations are detected within a capture, they are extracted into a subdirectory named after the capture file. The subdirectory will contain conversation audio files as well as transcripts and summaries in JSON form. Conversation detection may sometimes be incorrect; conversations that are too short or contain no dialog at all are not summarized and the corresponding JSON files will be absent.

| ![Capture sessions from February 6, 2024](docs/images/capture_storage/captures_today.png) |
|:--:|
| *Apple Watch captures recorded on February 6, 2024, with subdirectories for conversations.* |


| ![Conversations](docs/images/capture_storage/conversations.png) |
|:--:|
| *Conversations extracted from a particular capture.* |
Binary file added docs/images/capture_storage/captures_today.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/capture_storage/conversations.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 435f1db

Please sign in to comment.