sotirios-slv commited on
Commit
09a1814
·
1 Parent(s): e384807

Updated intro bunf

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -37,8 +37,11 @@ model_id = "openai/whisper-large-v3"
37
  description = f"""
38
  <div>
39
  <p>Welcome to Redmond Barry-oke! </p>
40
- <p>This app aims to demonstrate the potential of using machine learning to transcribe audio. Users are invited to record themselves reading a brief and abridged excerpt from a speech delivered by Sir Redmond Barry at the opening of The Free Public Library of Ballarat Est in 1869. Once recorded and submitted the app will transcribe and return a "diction" score.</p>
41
- <p>This app uses {model_id} to perform automated transcription</p>
 
 
 
42
  <p>A full transcript of Sir Redmond Barry's speech can be read in the <a href="https://latrobejournal.slv.vic.gov.au/latrobejournal/issue/latrobe-26/t1-g-t3.html" target="_blank">La Trobe Journal</a></p>
43
  </div>
44
  """
 
37
  description = f"""
38
  <div>
39
  <p>Welcome to Redmond Barry-oke! </p>
40
+ <p>This app aims to demonstrate the potential of using machine learning to transcribe audio. Users are invited to record themselves reading a brief and abridged excerpt from a speech delivered by Sir Redmond Barry at the opening of The Free Public Library of Ballarat Est in 1869<./p>
41
+ <p>Once recorded the audio can be submitted which will invoke the {model_id} machine learning model that is designed to convert the audio to text</p>
42
+ <p>When a transcript is ready, any punctuation is stripped out and it's compared with a stripped version of the original text</p>
43
+ <p>Any differences are highlighted using colour</p>
44
+ <p>Finally the differences are calculated as a percentage of the total number of characters, giving an accuracy score</p>
45
  <p>A full transcript of Sir Redmond Barry's speech can be read in the <a href="https://latrobejournal.slv.vic.gov.au/latrobejournal/issue/latrobe-26/t1-g-t3.html" target="_blank">La Trobe Journal</a></p>
46
  </div>
47
  """