Hello, thanks for these incredible informations. ı wonder that how can ı rewrite to code if ı want to give rarity to spesific object for example white sunglasses?
@srinivasalahari675Күн бұрын
hey, does the demo link is still working?
@CrunkmastaflexxКүн бұрын
excellent vid brother
@jonathanfernandezswood5548Күн бұрын
Amazing work, this is exactly the video that I was looking for. However, I can't reach the amazon lambda markdown documentation with your link in the description. It seems they have turned it into an online documentation. Can you provide us the .md files, for us to have the same set as in the video
@Rasmuskvejborg2 күн бұрын
Thank you!
@SteveCarroll20112 күн бұрын
Instead of PDFs, can it access SQLite databases?
@mustafamahmoud90082 күн бұрын
Great video! thank you so much. I have two questions, the data file (pdf file) that I gave to the assistant contains images related to each subject. However, the assistant is just giving me the text related to the question without the images, how can I solve this problem? is the assistant capable of giving back the images + text response? Thank you again!
@maxjesch2 күн бұрын
greate video!
@pengeagle3 күн бұрын
Ty for helping me learn so much, so fun to watch
@jeff-creations3 күн бұрын
Thanks for the video. Anyone having issues with running the test try this: python -m pytest
@anav52313 күн бұрын
thanks so much for a very useful step-by-step explanation while also giving us context into the whole process. was able to do it with your help :)
@jonathanfernandezswood55483 күн бұрын
My solution (which is working): highest_match = 0 for key in restaurants: if len(food_preference.intersection(restaurants.get(key))) > highest_match: highest_match = len(food_preference.intersection(restaurants.get(key))) best_restaurant = key food_match = food_preference.intersection(restaurants.get(key)) print(best_restaurant) print(food_match)
@mixurryrm39903 күн бұрын
text is too big pls fix this
@xyzxyz60953 күн бұрын
Thank you for your generous explanations! Be blessed and successful in all your ways. Salutations from France.
@Banus-4 күн бұрын
the text is really big how do I lower it
@galnadjar4 күн бұрын
amazing video thank you!
@abinashbhatta62495 күн бұрын
Could you please confirm whether the bot is capable of handling follow-up questions? If not, could you provide guidance on the necessary steps to enable this functionality?
@opplez11595 күн бұрын
i spent almost all day trying to figure this out lmao. i know absolutely 0 about any kind of coding but i wanted to write something that could automatically open a url every 45 seconds so i could grind an in game currency while afk or playing. you gave me the final key to get it working! much appreciated. its probably not the best way but i literally just used while true: (my code) and continue at the end... it took so long to figure out something so simple i got so pumped when it finally worked lol
@AScythe5 күн бұрын
it is a great tutorial! i would like to request to possibly use other LLM besides openai, since most people don't have unlimited access of openai api... perhaps some free to use LLM will be great...
@sanjayaelvitigala30865 күн бұрын
before deploying to the cloud, is it possible to test this using ngrok with tunneled connection? I am getting a signature forged error. would appreciate any feedback
@FarizDarari6 күн бұрын
Thanks!
@mustafabaki2757 күн бұрын
Thank you very much! You just got another subscriber! I have been searching for this implementation and actually I could not found anything useful till now. The others just implement only one endpoint that returns "Hello World". Thanks again!
@VinuXD8 күн бұрын
Bruh never said how to exit vim 💀
@anaswaleedtahir8 күн бұрын
How can i customize the colors?
@sungodfatih8 күн бұрын
Thank you for your Video. I got a nice overview of Streamlit (which could be squeezed into 12mins :D) Subbed!
@eminkorkmaz112710 күн бұрын
thanks for education I really liked it . and I wanna know about how to use my own server with api . what should ı learn for this? . can anyone help?
@santizdr10 күн бұрын
Why your command line looks so cool?😯😯
@mohsinaliriad527813 күн бұрын
Great content man! Really appreciate it.
@pixegami13 күн бұрын
Thanks! Really glad you found it helpful!
@mjsigg14 күн бұрын
Thanks!
@pixegami13 күн бұрын
You're welcome! Glad you found it helpful!
@alirezafazeli23114 күн бұрын
thank you so much
@pixegami13 күн бұрын
You're welcome! Glad it was helpful :)
@kasraghasemipoo799114 күн бұрын
very organized and well explained...well done
@pixegami13 күн бұрын
Thanks! Appreciate the feedback! 😊
@Mysterygirl_gamer15 күн бұрын
Thx so much! I didn't know how to make an assistant as good as Copilot or ChatGPT, or even something to tell me what the weather lol😅
@pixegami13 күн бұрын
Thanks! Glad it helped :)
@guyrawsthorn46115 күн бұрын
Awesome tutorial, currently chromadb only supports python3.11, python3.11 -m venv venv, activate... install chromadb
@Shahnazi200216 күн бұрын
😍
@niopub16 күн бұрын
Great video. Has everything needed for an expert programmer to watch at 2x and understand the system in 15min. Thanks.
@pixegami13 күн бұрын
Thanks! Glad it hit the mark for you. Yeah, I aimed to make it dense enough for experienced devs to get through quickly.
@Care4aging16 күн бұрын
So they know that you are scraping
@pixegami13 күн бұрын
Yup, some sites can detect scraping.
@AramidePR17 күн бұрын
thank youuuuuuuuuuuuuuuuuuu
@joshuabaridakarajohn301317 күн бұрын
I'm new in coding
@pixegami13 күн бұрын
Welcome! Everyone starts somewhere, and you're in the right place.
@joshuabaridakarajohn301311 күн бұрын
@@pixegami Definitely in the right place
@joshuabaridakarajohn301317 күн бұрын
Wow, I love your teaching methology More on Python Please
@pixegami13 күн бұрын
Thanks! Really glad you're enjoying the lessons. More Python videos are definitely on the way, so stay tuned!
@joshuabaridakarajohn301311 күн бұрын
@@pixegami Also, I'm learning this cause I'm more interested in Machine Learning and Ai
@NoamSalomonski17 күн бұрын
PLEASE no music in guide videos, it's unwatchable
@pixegami13 күн бұрын
Thanks for the feedback. I've actually dropped it from my more recent videos for a while now, but unfortunately the older ones still have it :(
@namitakala39318 күн бұрын
streamlit browser window does not open when i execute this code
@ozuromo18 күн бұрын
Amazing video!
@pixegami13 күн бұрын
Thanks! Glad you enjoyed it! 😊
@jaixxo18 күн бұрын
how do you do it in all channels?
@alfredadam361319 күн бұрын
This is awesome and so valuable! I am just wondering: how do you link your slides in the autoedit to the right timestamp? Do you use again embedding and cosine distance to link the script (and thus the slides) to your audio transcript?
@pixegami13 күн бұрын
Actually for the slides, I just bake them into the recording itself. Using OBS Studio, I switch to a scene that has an image for the background, and I select the slide image. It's just a lot less editing this way, and a lot faster. But it makes the recording itself harder (less flexible, need to get the timing right).
@alfredadam361312 күн бұрын
What do you think about matching the transcription with the script using an llm? If the script html has slide references in it, you could insert the images in the autoediting process... Do you think an llm would do a good job, matching the html with the transcription?
@HerveRenaudTrading19 күн бұрын
Great video!!! Very helpful!! Many thanks!!
@pixegami13 күн бұрын
Thanks! Really glad you found it helpful! 😊
@danendracleveroananda817720 күн бұрын
Dude, my terminal is just getting slow whenever i run a script xd, but dude didn't even give the tutorial on uninstalling, even tho he gave a link in the comment, it doesn't even works haha, thumbs down
@danendracleveroananda817720 күн бұрын
Ok, for anyone came up with the same issue as mine, just uninstall zsh through sudo apt-get --purge remove zsh and then sudo chsh -s /bin/bash to return to default bash
@danendracleveroananda817720 күн бұрын
update, yea, and now my nvim :terminal doesn't work, haha
@pixegami13 күн бұрын
Sorry to hear you're having trouble. Yeah I've been hearing complaints that it doesn't work for everyone (although it works for most people). I think there's some differences in the newer Ubuntu versions potentially.
@danendracleveroananda81777 күн бұрын
@@pixegami no prob dude, srry for my late comment, I was stressed while solving it, I just read the scripts and uninstall all the things that installed through the script xd
@aakash435120 күн бұрын
Simpleand to the point tutorial with all the details needed. One help, i am trying a solution for fintech related problem but data is sensitive, so i can only use local llm can you please suggest a good local embedding. I have used embedding.nomic embedding text 1.5 and ollamaembedding.nomicembedding text but results are not that good.
@pixegami13 күн бұрын
Thanks for the feedback! Glad you found the tutorial helpful. I think Llama3 is probably a really good open source model that you can run locally right now (and I'm assuming there's a way to use it for embeddings as well), so I'd probably recommend that.
@jinliangshen46720 күн бұрын
It's a great work. But I wander whether the model can read the table data and picture data in the PDF file. Thanks advance. Look forward your reply.
@pixegami13 күн бұрын
Thanks for the great question! The basic PDF loader we used doesn't handle tables and images well. For those, you'd need more advanced tools like OCR for images or specialized table extractors.
@st.3m90621 күн бұрын
The vector embeddings step is super cool, I've never thought of using it in that way! I'm sure you're the only one who has ever done that.
@pixegami13 күн бұрын
Yeah, vector embeddings are pretty awesome! Glad you found that part interesting.
@gonzalo36121 күн бұрын
Men I love this, thanks a lot. New sub
@pixegami13 күн бұрын
Thanks man! Really glad you enjoyed it. Welcome aboard! 😊