-
-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
USING THIS SETUP ON CPU #42
Comments
I managed to get the system up and running, whatever I speak the analog signal changes but I do not received any transcription on the UI/web page. I cna see the transcription being generated in the terminal logs. Is someone else facing the same issue, any suggestions will be helpful. |
Can you attach the console log (a screenshot would do) + a screen recording? |
Following Sahar's request, please make sure that the screen recording is at least 15 seconds if you're using the real-time mode with a transcription timeout of 5 seconds :) |
@saharmor Thank you for the reply, I am attaching a screen recording which you can check, although in terminal I see the transcriptions after some time but I do not get nay print on the web page UI. issue.mp4I hope this helps to get a better understanding on the challenge I am facing. |
That's odd. I don't know what could be causing this. Once you see "Transcription generated", forcefully terminate the program (Ctrl +C), go to the project files, open the backend folder, and there you should see a folder called |
https://github.com/saharmor/whisper-playground/assets/132049696/d4355b4c-8e27-422f-b345-b76e69bf1f87 I by mistake said backed folder in the video but I mean temp folder only. YOu can check the recording Also, I forcefully terminated the program after a transcript got generated for a segment, but still I cannot locate any temp folder being created in the backed folder or any batch.wav file. |
You're right, I was mistaken. This only applies to the sequential mode. Speaking of which, could you try it and let me know if you're having any problems there? If you are, then the batch.wav file will be present for you to include :) |
Huh, that is odd. I'll test a bit with the recording tomorrow :) |
is there any update/solution which can be recommended? |
As for the HTML problem, have you tried expanding the window? I don't know what could be causing your transcription issue as your audio is valid, I'll try to run it on a clean Windows installation and get back to you. |
I made a fresh installation and had to make change in package.json I can see the transcription now, but in starting for most of the segments the transcription being generated is empy, after 30 secs it starts to transcribe something but before that I get no transcript. |
That's what I couldn't understand. I'm currently a bit busy with other things, but once some time frees up, I'll run a fresh Windows installation and run the project to see if there's any dependencies we might have missed that could be causing this strange behavior. |
Hi, just wanted to ask if it is possible to use this repo using CPU , if yes then do I need to make any specific changes to the code or any other additional step. OS: Ubuntu 20 LTS and python 3.8
The text was updated successfully, but these errors were encountered: