File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ Friend is an AI wearable device that records everything you say, gives you proac
2929
3030``` mermaid
3131graph TD;
32- A[Device] -- Streams Audio --> B[Phone App];
33- B -- Transmits --> C[Deepgram];
34- C -- Returns Transcript --> D[Phone App];
35- D -- Saves Transcript --> E[Phone Storage];
32+ A[Device] -- Streams Audio --> B[Phone App];
33+ B -- Transmits --> C[Deepgram];
34+ C -- Returns Transcript --> D[Phone App];
35+ D -- Saves Transcript --> E[Phone Storage];
3636
3737classDef lightMode fill:#FFFFFF, stroke:#333333, color:#333333;
3838classDef darkMode fill:#333333, stroke:#FFFFFF, color:#FFFFFF;
@@ -47,9 +47,7 @@ linkStyle 0 stroke:#FF4136, stroke-width:2px
4747linkStyle 1 stroke:#1ABC9C, stroke-width:2px
4848linkStyle 2 stroke:#FFCC00, stroke-width:2px
4949linkStyle 3 stroke:#2ECC40, stroke-width:2px
50- linkStyle 4 stroke:#FF6B6B, stroke-width:2px
5150```
52-
5351## Structure
5452
5553There are 3 different apps in these repositories located in different branches and folders. Our goal is to merge them into one big project.
You can’t perform that action at this time.
0 commit comments