![Cover image for Build your own personal SIRI with LLAMA-3 like a PRO! 🧙♂️ 🪄](https://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2jtcfian85fppjog7rqe.png)
TL;DR ✨
In this easy-to-follow tutorial, you will learn how to build your own voice assistant Siri with the LLAMA-3 AI Model. 😎
What yo...
For further actions, you may consider blocking this person and/or reporting abuse
highly documented code. I love working in Python and this is a gem to come across. We have a smaller team of python devs at recontech I would like people this great on code and documentations in our team. Good job
Thank you for your kind words, @durk1s3. :)
Why is fortnite llama icons in the cover?
Couldn't find a better llama icon to use in the cover 😂
Wow, quite a long article it is. Bookmarking this for later. I don't think you need to have Ollama or anything else locally right?
Yeah, you don't need Ollama for this project. Groq handles all this itself.
Hey bro, why have you added the functionality to take webcam image capture and clipboard text capture?
This is a great-written piece. 😍
I am not sure about the webcam capture but I guess with the clipboard text capture, you can ask questions about the text you copied. Something like "Hey, I have a few paragraphs of sentences copied on my clipboard, can you summarize it?"
@mukesh_singhania_1992 I have not read the blog completely, but that seems to be the main use case.
@mukesh_singhania_1992, you're correct about the usage for clipboard text capture. Your clipboard text can contain any form of text, such as code or, as you suggested, a paragraph.
Just starred the project. This is great
Oh and by the way, your
README.md
is really nice.How did you write it?
For the badges on top of README, I used img.shields.io. For the tree structure in the Project Structure section, I used a tool called eza with the following command:
I hope this helps. 🙌
That's great. Thank you 🤗
This is amazing work.Thank you for sharing
Thank you, @codestr8 🙌
Nice work 👍 Do you think you could make a
AI sales caller? But without twillo or it's API cause it's expensive.
@syed_hasanshoaib_aec6f40 I'm not sure about this. We could definitely try!
Bro this is a top notch well written article. Kudos to you.
Would you mind if I share the post on my socials? I will make sure to credit you as the author.
Feel free to share, buddy!
Wow excellent article and creative idea to actually do something with llama 👏
I had been really curious to build something like this for a long time, probably around 3–4 years. When I was starting out with Python, I built something that I called AI, which was essentially a bunch of if-else statements. 😅
You can find the repo here: github.com/shricodev/VoiceAI
Now, with LLAMA, I decided to give it one last shot, and it worked out. 😃
Glad you liked it, @mannuelf 👋
nice work and well described
Thank you, Andrew! 😃
Good article man
Thank you, Franco!
Great Article & Nice Approach to do this without any local dependency...
Thank you, @arittrabag. I'm glad you liked it. 😁
Cool article, I'll send it to my friend.
Glad, you liked it! @sirelli 👋
Good article, @shricodev 😇
Thank you, @jose2004_oakland
Great read, Shrijal. I make sure to read most of your posts—they are always on point. You’ve got a follow from me.
By the way, could you share how you create your cover images? I'm working on a new blog post and struggling with a cover. Your recent cover images look so appealing.
Thank you, Lara! 😃
This is well documented 👍. I am a beginner on python language and this project give me more insights. Can this installing error stop the code from running and how can I overcome it.
Error:
1 error generated.
error: command '/usr/bin/clang' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
![Image description](https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fssqayfj9wutaebpha2kb.png)
ERROR: Failed building wheel for PyAudio
Failed to build PyAudio
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (PyAudio)
@ifiok_akpan
portaudio
seems to be the dependency forPyAudio
. Try installingportaudio
manually and let me know if it helps.Ref: stackoverflow.com/a/33821084
Now that's a great long article! Wish everyone would write tutorials like this. Bookmarking for later! 👏
Thank you so much, @buzzpy 🤗