Please enable JavaScript.
Coggle requires JavaScript to display documents.
Voice to text (WEB-page), Voice to text (Server) - Coggle Diagram
Voice to text (WEB-page)
History page
Req history
API
Response. Include file id and name
Func() - Do req to server with "file id" and receive progress and data
If we have new data -> rerender file component
If we receive data with progress = 100, show Nav and window for next file.
Req
Response history
Res delete
If res = ok
Render new history
Res
Res
Receive Res with reporting
Rerender field with risk
Go to component
Render history with all transcribed files
In history page, we have delete buttons for transcribed file.
Click delete
Req delete
File Render Component
Click Report Button
Use file ID, send data to LLM systems
Home (Add new file)
Go to component
Render new file
Req and receive models which we can use
Choose model
Req with audio
Voice to text (Server)
DB