Тёмный
Make Data Useful
Make Data Useful
Make Data Useful
Подписаться
Data science and analytics channel with a nice mix of Python tutorials and analysis.
Meta llama 3 unexpected results! 100 prompt test
16:19
5 месяцев назад
Thank you
3:00
8 месяцев назад
ChatGPT Vision API
5:18
10 месяцев назад
Learn Data Analysis with python ep 3
35:15
10 месяцев назад
Learn Data Analysis with python chatGPT API ep 2
28:12
10 месяцев назад
Learn Data Analysis with python web scraping ep 1
44:17
10 месяцев назад
How to fix unbound local error in python
3:17
10 месяцев назад
Комментарии
@Mohammedlll-jg1hw
@Mohammedlll-jg1hw 9 дней назад
I'm using mitmproxy to monitor traffic, and it works for Chrome, but when I open other apps, I don't see any API requests at all. I need help to get this working, especially for apps I'm testing. Any suggestions?"
@howIsee1t
@howIsee1t 9 дней назад
Can i work for your organization ?
@streetnoah
@streetnoah 23 дня назад
Wow, this is better then Computer Science 1 or 2 class in college. More useful and relevant.
@rifathossain8720
@rifathossain8720 Месяц назад
hey bro, could you discribe a specific API for me
@tomymaster-100
@tomymaster-100 Месяц назад
I started learning Python last year, but I have struggled because I have no experience or degree in this field. With my work schedule, I also find it hard to find time to continue However today I came across your tutorial, and your explanations are inspiring me to keep going with my Python course.
@Niall96
@Niall96 Месяц назад
Any tips/guidance for running llama with TTS/STT, really need a good tutorial on this.
@cloudbase7799
@cloudbase7799 Месяц назад
Wondering how to (you would 😊) go about making changes to json stored in a Sqlite db...? For example, retrieve some keys/values, check values and update (possibly partial) value (perhaps a file path), and update the values in the database...
@igorthelight
@igorthelight Месяц назад
8:24 - "datetime.datetime.strptime()" is EXACTLY the reason why most people prefer "from datetime import datetime" ;-)
@Beast_Mode00
@Beast_Mode00 Месяц назад
I dont understand how this works i install it again and again and then it wont open I need some extra help is anyone available?
@bigbangpegasus12046
@bigbangpegasus12046 Месяц назад
Yooooo thank you!!!
@bigbangpegasus12046
@bigbangpegasus12046 Месяц назад
Why does this work?
@igorthelight
@igorthelight Месяц назад
This method is outdated - use this one: * Install required packages: pip install yt-dlp requests beautifulsoup4 openpyxl * Sue this code: import pandas as pd from yt_dlp import RU-vidDL def get_videos_from_channel(channel_url): ydl_opts = { 'extract_flat': 'in_playlist', 'dump_single_json': True, 'quiet': True, 'skip_download': True } with RU-vidDL(ydl_opts) as ydl: info = ydl.extract_info(channel_url, download=False) videos = info.get('entries', []) return videos def extract_video_data(video_info): video_data = { "video_title": video_info.get('title'), "video_url": f"www.youtube.com/watch?v={video_info.get('id')}", "video_age": video_info.get('upload_date'), "video_views": video_info.get('view_count') } return video_data def save_to_excel(videos_data, filename='youtube_videos.xlsx'): df = pd.DataFrame(videos_data) # Save the data to an Excel file with adjusted column widths with pd.ExcelWriter(filename, engine='openpyxl') as writer: df.to_excel(writer, index=False) worksheet = writer.sheets['Sheet1'] # Adjust the column width for column in worksheet.columns: max_length = 0 column_name = column[0].column_letter for cell in column: try: if len(str(cell.value)) > max_length: max_length = len(cell.value) except: pass adjusted_width = (max_length) worksheet.column_dimensions[column_name].width = adjusted_width if __name__ == "__main__": channel_url = 'ru-vid.comvideos' videos = get_videos_from_channel(channel_url) videos_data = [extract_video_data(video) for video in videos] save_to_excel(videos_data)
@williambreeze2659
@williambreeze2659 Месяц назад
This is a good one.
@cooldigitaltips
@cooldigitaltips Месяц назад
Great Content
@cooldigitaltips
@cooldigitaltips Месяц назад
Nice work.
@vidyutroy2868
@vidyutroy2868 Месяц назад
thank you for sharing this tutorial
@atultanna
@atultanna 2 месяца назад
Is it possible to code for keywords lsi keywords frequency keywords and phrases from first 2 URLs of a keywords in SE and extract them
@TheNeilsolaris
@TheNeilsolaris 2 месяца назад
With Upwork, what's the competition like? Is it likely you'll get accepted for the job? Or are there other considerations? Did you need good reviews of previous work to stand a better chance of being chosen?
@rayolcode
@rayolcode 2 месяца назад
Which IDE are you using for coding Python? I've never seen this.
@Kinnisvarafotod
@Kinnisvarafotod 2 месяца назад
Hi! How to run models from external volume?
@shahzadieman9415
@shahzadieman9415 2 месяца назад
Episode 4 please
@simpleman7203
@simpleman7203 2 месяца назад
What if I want uncensored version of llama? Have no idea how to install 😅 Also, how bad is it compared to chatgpt 3.5, chatgpt 4o?
@shahzadieman9415
@shahzadieman9415 2 месяца назад
Hi, your videos are amazing. Lots of love and respect. I have a request. Can you please make a video on twitter scraping? I really need this. There is no new video on RU-vid available in this regard.
@fatihahasus1069
@fatihahasus1069 3 месяца назад
its really hard for me to understand the documentation and function of binning thanks sir for this useful video!
@fatihahasus1069
@fatihahasus1069 3 месяца назад
is there any video about functions when we have to do functions
@ziyad.l252l
@ziyad.l252l 3 месяца назад
Nice one
@FrenzyGangles
@FrenzyGangles 3 месяца назад
I have been binge watching all the series. Where is episode 4? :( I really wanted to learn about the dashboards. Great work either way!!
@JustGiveUp.
@JustGiveUp. 3 месяца назад
which browser are you using?
@MusaShaik1994
@MusaShaik1994 3 месяца назад
Even After 3 year ❤
@RidwanurRahmanextreme
@RidwanurRahmanextreme 3 месяца назад
Hi, How did you add your device with your laptop please?
@BryanHawkshaw
@BryanHawkshaw 3 месяца назад
Hey any news on when Episode 4 of Learn Data Analysis with Python is coming? The project is great and I’d love to finish it.
@thatoneguy1821
@thatoneguy1821 3 месяца назад
Are you familiar with the DoorDash driver app? Is it possible to scrape data from that using MITM. Specifically, what I’m hoping for is a way to scrape all of my earnings from my time as a DoorDash driver (orders, stores, dates, base pay & tip). I’m not sure if you’ll even see this, but thanks in advance. I really appreciate these videos. Excellent content!
@MakeDataUseful
@MakeDataUseful 3 месяца назад
Hey! Maybe!! There’s a couple of considerations 1) if you can see the data on screen you’re likely able to see it in an API call and 2) if they are NOT using ssl certificate pinning. Pinning is where the app doesn’t trust certificates on the device and uses its own certificates. There are ways around it but require some extra steps. Shoot me an email youtube@makedatauseful.com.au and we can explore a little more!
@arashhadadsoleymani3756
@arashhadadsoleymani3756 3 месяца назад
Thank you so much for this incredibly helpful video on web scraping! Your explanations were clear and easy to follow, and the examples you provided made it much easier to understand. keep up!
@riccardoronco627
@riccardoronco627 4 месяца назад
wonderful explanation - thank you!
@Nelnac
@Nelnac 4 месяца назад
I interpreted ollamas version as correct. It states a few things there. It says think about it. You placed the plate on top of the cake which means the cake is now on the plate, this is true if cake transferred to the plate when you placed the plate on top of the cake which would happen in real life. We're also assuming the cake has icing icing is sticky bits of cake stick to the icing that stick to the plate. It also very specifically stated in it's next paragraph, (on the plate) meaning the cake that's stuck to the plate is currently located.
@WaldoTheWombat
@WaldoTheWombat 4 месяца назад
does it have to be an online link or can send it an image from my own machine?
@MakeDataUseful
@MakeDataUseful 4 месяца назад
You can send an image from your local machine, checkout this part of the docs and if you want a tutorial let me know! platform.openai.com/docs/guides/vision/uploading-base-64-encoded-images
@WaldoTheWombat
@WaldoTheWombat 4 месяца назад
@@MakeDataUseful thanks
@TransmentalMe
@TransmentalMe 4 месяца назад
I get nothing but gibberish output when I install it and run ollama run llama3 on my M3 Max MBP and ask "Who are you?"
@MakeDataUseful
@MakeDataUseful 4 месяца назад
Weird, sounds like something's not right. I get a lot of gibberish when I crank up thinks like temperature and other params when defining a custom model file. Shouldn't be the case, what about llama2, same?
@lukuwazzow9553
@lukuwazzow9553 4 месяца назад
After completing this course, are we truly able to make money with python?
@MakeDataUseful
@MakeDataUseful 4 месяца назад
In 2024? Make money solvving problems. Python can help
@dennissdigitaldump8619
@dennissdigitaldump8619 4 месяца назад
For the "unsupported" machines LMstudio is the solution. Download the "model" and choose Llama3-whatever & go. I have a very high powered machine, but since it was a server it doesn't have AVX2, which most model loaders need.
@andyhelipilot3528
@andyhelipilot3528 4 месяца назад
Binge watching your channel. I’m newish to Python. Looking primarily at what you’re able to achieve here. I use a browser but that is as far as I go. To enable me to understand more which paths shall I add to my studies, so that I can understand more regarding working with the inspect and developer tabs. Would adding to understand html, Python requests, pandas be sufficient. Essentially I’m if I was to find a course that covers how you understand websites and the inspect and developer tab views, what broad subject would one look for?
@RealEstate3D
@RealEstate3D 4 месяца назад
The name has nothing to do with the content at all. Where’s the installation process, which are the recommended hardware prerequisites, where’s Linux and where’s Windows. What was the initial sense of this video?
@MakeDataUseful
@MakeDataUseful 4 месяца назад
Hey RealEstate3D thanks for taking the time to leave some feedback. Let me know if you are still stuck, more than happy to go into a little more detail.
@RealEstate3D
@RealEstate3D 4 месяца назад
@@MakeDataUseful I am not stuck. I expected to find the information I already told you 2 hours ago. It might make sense to describe the content of your video honestly. Instead it seems you misnamed your video on purpose. That’s pretty questionable. As also your standard answer is kind of low effort.
@MakeDataUseful
@MakeDataUseful 4 месяца назад
@@RealEstate3D Okay, shoot me a video title and I'll update it
@10maliyev
@10maliyev 2 месяца назад
same, I am trying to find specific instruction on how to install llama 3 via ollama on windows and all i get is just mac users mentioning that ollama for windows exists and 0 actual instructions.