Add some boilerplate files
This commit is contained in:
parent
7a2a970ac8
commit
41e04f2d68
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
.aider*
|
||||||
|
.idea
|
||||||
27
flow.md
Normal file
27
flow.md
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
# The AItist Listening Flow
|
||||||
|
|
||||||
|
(implementation outline: https://github.com/lablab-ai/Whisper-transcription_and_diarization-speaker-identification-/blob/main/transcribtion_diarization.ipynb
|
||||||
|
|
||||||
|
```mermaid
|
||||||
|
flowchart TD
|
||||||
|
subgraph "Context Input"
|
||||||
|
record[\VAD/] --> transcribe
|
||||||
|
record --> diarize
|
||||||
|
diarize --> identify_speakers
|
||||||
|
identify_speakers --> regard{{Do speakers matter}}
|
||||||
|
transcribe --> regard
|
||||||
|
regard --yes--> parse_context
|
||||||
|
regard --"no"--> stop[/Stop\]
|
||||||
|
regard --some--> log_speakers
|
||||||
|
log_speakers --> parse_context
|
||||||
|
parse_context --> known{{Context known}}
|
||||||
|
known --"no"--> log_context[Log for async analysis]
|
||||||
|
end
|
||||||
|
|
||||||
|
subgraph Process
|
||||||
|
known --yes--> apply_context_prompt
|
||||||
|
apply_context_prompt --> llm_find_action["Find action from text"]
|
||||||
|
end
|
||||||
|
|
||||||
|
|
||||||
|
```
|
||||||
4055
poetry.lock
generated
Normal file
4055
poetry.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user