This was super easy but for those of you wondering you need to pay for the assembly ai api its relatively cheap if you really have a use for it but if this is a one time thing for you I wouldn't bother. Overall great tutorial
very good and short (+) video, thanks, however, a quick remark if I may, the real latency is longer than seen in the video (appears to have been edited to avoid the wait-time) , and it is a critical obstacle to enable this type of tools in real time applications
I'm having trouble with the api call to openai. Apparently the SDK has changed. Any chance you might update the code. I'm newbie and can probably trial and error my thru. but....if it's not too much too ask it would be very helpful. Loved the Tut.
@AssemblyAI How do I take this chatbot and create it/integrate for the website for the consumer: Shopify, SquareSpace, GoDaddy? No one is showing that in their video. No one/consumers will use this Terminal like platform on their site. Do you have a video like that showing the website integration?
I love it! Is it true that you cut in the time that the bot took to answer, to make it seem more smoothly? Could you share docs with all the code and with the where to download assembly / open ai / and eleven labs libraries etc. ? Can it be done in Dutch as well? I think so.
Also.. I’m currently trying to become an ML engineer. I didn’t go to university but I taught myself how to code in Python and I’m currently working as a data analyst. I want to gain a really solid understanding of ML so I’ve started with the essential maths but there’s so much information it can sometimes feel overwhelming in terms of a roadmap to take. Would you be able to do a video on a basic roadmap to become comfortable with ML please including the recommended resources ❤
This was really helpful. However, I'm not entirely sure i set it up properly as i needed to use Ctrl-C to get it to process my speech. Is there a way of getting the app to stop after an extended pause or after i say a word like "bananas".
i tried but i cant seem to make it work i'm not sure what when work it can back with the result of many probelm such as bracket not being close even tho they do have the other end
running into an "OSerror: no default input device available". I'm running the code on google collab and have installed pyaudio and have full access to assembly ai. Wondering what the issue is. If anyone else ran into the same error and found a solution, please share if possible. Thank you!
Been using this base code to learn coding and it's working great. Is there an easy way to change the key that closes the transcription session? Ctrl + C feels a bit weird in longer conversations.
10 หลายเดือนก่อน
you can do something like in the system prompt declare that anytime the user ask to terminate the conversation the answer should be HGFTYUOMM (any sequence of letters without meaning) then you can add a clause in the next part of the code that whenever that string is in the response then it should not continue
Thanks for the helpful tutorial I ran into an issue I can not seem to resolve, GPT is not responding to the transcribed text. Assembly AI works perfectly without any issue but GPT is just not responding no matter what I do
Thanks for a video, actually we need another video the same concept but for asking and get responding from specific data like. CSV file, so we ask and get respond based on our custom data stored in csv file in same. Py directory
Yo I just exited out of vscode then went back in and made sure it was installed directly in the vscode terminal to ensure its the right environment then everything worked
module 'elevenlabs' has no attribute 'set_api_key'
Same issue
You must have the elevenlabs api
This was super easy but for those of you wondering you need to pay for the assembly ai api its relatively cheap if you really have a use for it but if this is a one time thing for you I wouldn't bother. Overall great tutorial
very good and short (+) video, thanks, however, a quick remark if I may, the real latency is longer than seen in the video (appears to have been edited to avoid the wait-time) , and it is a critical obstacle to enable this type of tools in real time applications
how do i run it
@AssemblyAI
Can you show how to deploy this on to a website? I am not sure of the steps. Can you share in another video?
Wonderful project in 5mins awesome 👍
Why did you cut the video? Why don't you show the delay time between the question and response?
Is it possible to do exactly the same but with my own personal data?
Yes absolutely!
@@AssemblyAIcan you show how
I'm having trouble with the api call to openai. Apparently the SDK has changed. Any chance you might update the code. I'm newbie and can probably trial and error my thru. but....if it's not too much too ask it would be very helpful. Loved the Tut.
I need exactly but to make on my phone.Or must be done on PC?
@AssemblyAI
How do I take this chatbot and create it/integrate for the website for the consumer: Shopify, SquareSpace, GoDaddy? No one is showing that in their video. No one/consumers will use this Terminal like platform on their site.
Do you have a video like that showing the website integration?
Such a good video I didn’t realise I was already subscribed!
Can you use ESpeak if eleven labs can't be used for what ever reason?
I love it! Is it true that you cut in the time that the bot took to answer, to make it seem more smoothly? Could you share docs with all the code and with the where to download assembly / open ai / and eleven labs libraries etc. ? Can it be done in Dutch as well? I think so.
Also..
I’m currently trying to become an ML engineer.
I didn’t go to university but I taught myself how to code in Python and I’m currently working as a data analyst.
I want to gain a really solid understanding of ML so I’ve started with the essential maths but there’s so much information it can sometimes feel overwhelming in terms of a roadmap to take.
Would you be able to do a video on a basic roadmap to become comfortable with ML please including the recommended resources ❤
eleven labs says that there is no "ffmpeg installed for it to play the audio" how can I install it?
Can I use my voice model instead of the voice in the video?
With the vídeo way i do not, also you can use coquiTTS and use your voice model.
which open ai version you use, i believe in new one just "import openai" is now from openai import OpenAI and few other changes
works OK but how can I specify the transcript language? I tried config but it's not an option for the RealTimeTranscriber
This was really helpful. However, I'm not entirely sure i set it up properly as i needed to use Ctrl-C to get it to process my speech. Is there a way of getting the app to stop after an extended pause or after i say a word like "bananas".
Yes, even I am facing too is there any solution...?
Hey AssemblyAI Team! There was a "Getting Started" video about OpenAssistant. I can't find it anymore. Has it been deleted?
Can you share it publicly with others? Guess not :x
IS there any free alternative for Assemble AI?
i tried but i cant seem to make it work i'm not sure what when work it can back with the result of many probelm such as bracket not being close even tho they do have the other end
running into an "OSerror: no default input device available". I'm running the code on google collab and have installed pyaudio and have full access to assembly ai. Wondering what the issue is. If anyone else ran into the same error and found a solution, please share if possible. Thank you!
Been using this base code to learn coding and it's working great. Is there an easy way to change the key that closes the transcription session? Ctrl + C feels a bit weird in longer conversations.
you can do something like in the system prompt declare that anytime the user ask to terminate the conversation the answer should be HGFTYUOMM (any sequence of letters without meaning) then you can add a clause in the next part of the code that whenever that string is in the response then it should not continue
I'm facing an issue:
OSError: [Errno -9996] Invalid input device (no default output device). can you help?
Good video but the latency of the voice responses is edited out
Thanks for the helpful tutorial
I ran into an issue I can not seem to resolve, GPT is not responding to the transcribed text. Assembly AI works perfectly without any issue but GPT is just not responding no matter what I do
I don't get why you use assemblyai. Plenty of free options to capture the spoken input and forward the OpenAI.
Thanks for a video, actually we need another video the same concept but for asking and get responding from specific data like. CSV file, so we ask and get respond based on our custom data stored in csv file in same. Py directory
how can i get a free api key for this tutorial
ran into some issues with installing eleven labs on windows 11, asking chatGPT to read up on the stack traces and fix it. But this looks great Smitha.
"eleven labs" or "elevenlabs"? the correct pip package is called elevenlabs
how do you get an api key
Yo I just exited out of vscode then went back in and made sure it was installed directly in the vscode terminal to ensure its the right environment then everything worked
This was great but I keep getting an [SSL: CERTIFICATE_VERIFY_FAILED] error.
Amazing and beautiful
The app or the presenter?
The only thing that sucks is how overpriced the usage of all these APIs are especially x3 and for a playground and testing.
🖐😊👍
I love this
it is sad that i did not we had to pay
Hey pal whats your name btw @assembly ai
her name is smitha kolan