-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
105 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "Build-RAGAI" | ||
version = "1.1.32" | ||
version = "1.1.33" | ||
description = "Retrieval Augmented Generation code for AI. Prebuilt Python components for leveraging generative AI via Large Language Models." | ||
authors = [ | ||
{name = "Daethyra", email = "[email protected]"}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 0 additions & 29 deletions
29
src/transformers/audiotranscription/mictranscription/notes.txt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
52 changes: 46 additions & 6 deletions
52
src/transformers/audiotranscription/mictranscription/transcription_log.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,48 @@ | ||
So, I'm going to go ahead and start the video. I'm going to start the video. I'm going to start the video. I'm going to start the video. I'm going to start the video. I'm going to start the video. I'm going to start the video. I'm going to start the video. I'm going to start the video. I'm going to start the video. I'm going to start the video. I'm going to start the video. I'm going to start the video. I'm going to start the video. Thanks for watching! | ||
So, I'm going to go ahead and start the video. I'm going to start the video. I'm going to start the video. I'm going to start the video. I'm going to start the video. I'm going to start the video. I'm going to start the video. I'm going to start the video. I'm going to start the video. I'm going to start the video. I'm going to start the video. I'm going to start the video. I'm going to start the video. I'm going to start the video. Thanks for watching! | ||
Hey, I'm just trying to do a test here and see if this application works or not. Takk for ating medietekst. | ||
Hey, I'm just trying to do a test here and see if this application works or not. Takk for ating medietekst. | ||
Hey, I'm just trying to do a test here and see if this application works or not. Can you hear me okay? Vindelsteg | ||
Hey, I'm just trying to do a test here and see if this application works or not. Can you hear me okay? Vindelsteg | ||
this application works or not can you hear me okay? Vindelsteg | ||
this application works or not can you hear me okay? Vindelsteg | ||
Can you hear me, Oga? Vindelbrot | ||
Can you hear me, Oga? Vindelbrot | ||
INFO:root:Transcription stopped by user. | ||
I just want to test this, I don't know how to actually use Pi Audio in order to capture the fucking in order to capture the fucking microphone | ||
I just want to test this, I don't know how to actually use Pi Audio in order to capture the fucking in order to capture the fucking microphone | ||
actually use pi audio in order to capture the fuckin in order to capture the fuckin uh... microphone Wait a minute! | ||
actually use pi audio in order to capture the fuckin in order to capture the fuckin uh... microphone Wait a minute! | ||
try and get this thing loaded. looks like it loaded pretty fast hopefully the change in sliding window and | ||
try and get this thing loaded. looks like it loaded pretty fast hopefully the change in sliding window and | ||
INFO:root:Transcription stopped by user. | ||
INFO:root:Starting audio capture and transcription. | ||
INFO:root:Starting audio capture and transcription. | ||
INFO:root:Starting audio capture and transcription. | ||
INFO:root:Starting audio capture and transcription. | ||
INFO:root:Starting audio capture and transcription. | ||
You Yeah Thanks for watching! | ||
You Yeah Thanks for watching! | ||
INFO:root:Transcription stopped by user. | ||
ok, special took has been added and now we are using the v3 model the worry is that it won't actually transcribe in real time ummm still not seeing anything back just yet would really like to | ||
ok, special took has been added and now we are using the v3 model the worry is that it won't actually transcribe in real time ummm still not seeing anything back just yet would really like to | ||
using the v3 model the worry is that it won't actually transcribe in real time still not seeing anything back just yet would really like to I would really like to. | ||
using the v3 model the worry is that it won't actually transcribe in real time still not seeing anything back just yet would really like to I would really like to. | ||
INFO:root:Transcription stopped by user. | ||
just doing a | ||
just doing a | ||
just doing a so I just gotta keep testing it | ||
just doing a so I just gotta keep testing it | ||
INFO:root:Transcription stopped by user. | ||
ERROR:root:Error during transcription: 'charmap' codec can't encode characters in position 12-23: character maps to <undefined> | ||
Traceback (most recent call last): | ||
File "C:\Users\dae\.vscode\Software\Build-RAGAI\src\transformers\audiotranscription\mictranscription\run.py", line 43, in main | ||
asr_app.capture_and_transcribe(log_file=args.log_file) | ||
File "C:\Users\dae\.vscode\Software\Build-RAGAI\src\transformers\audiotranscription\mictranscription\transcribe_microphone.py", line 125, in capture_and_transcribe | ||
self.close_stream(log_file) | ||
File "C:\Users\dae\.vscode\Software\Build-RAGAI\src\transformers\audiotranscription\mictranscription\transcribe_microphone.py", line 233, in close_stream | ||
self.write_transcription_cache_to_log(log_file) | ||
File "C:\Users\dae\.vscode\Software\Build-RAGAI\src\transformers\audiotranscription\mictranscription\transcribe_microphone.py", line 215, in write_transcription_cache_to_log | ||
self.write_to_log(log_file, transcription) | ||
File "C:\Users\dae\.vscode\Software\Build-RAGAI\src\transformers\audiotranscription\mictranscription\transcribe_microphone.py", line 199, in write_to_log | ||
f.write(text + "\n") | ||
File "C:\Users\dae\AppData\Local\Programs\Python\Python310\lib\encodings\cp1252.py", line 19, in encode | ||
return codecs.charmap_encode(input,self.errors,encoding_table)[0] | ||
UnicodeEncodeError: 'charmap' codec can't encode characters in position 12-23: character maps to <undefined> | ||
that was a really quick initialization I hope that it runs smoothly because if it doesn't I don't know what to do straight up straight up will not know what to do KONKLOMEN | ||
that was a really quick initialization I hope that it runs smoothly because if it doesn't I don't know what to do straight up straight up will not know what to do KONKLOMEN | ||
INFO:root:Transcription stopped by user. |