Тёмный

Iphone + GPT-4 Vision API = Autonomous Security Cam System 

All About AI
Подписаться 165 тыс.
Просмотров 9 тыс.
50% 1

Опубликовано:

 

13 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 32   
@NextGenart99
@NextGenart99 10 месяцев назад
Imagine being a security surveillance guard watching this. The amount of jobs that is going out soon is crazy
@Zenthara
@Zenthara 10 месяцев назад
Can you please provide the code so we can test ourselves. Thanks!
@yoagcur
@yoagcur 10 месяцев назад
Cool idea well executed. Those "Let's go back and look at last week's CCTV" from TV shows are going to look very quaint
@geekymonkey
@geekymonkey 10 месяцев назад
Kris, I had my physical AI robot watch this video with me! I'm sending frames of image data, and telling GPT it's the robot's CAMERA POV. It's such a cool experience to have a video-watching buddy! (He likes your tripod setup!)
@steveatkinson1113
@steveatkinson1113 10 месяцев назад
Great demo. I was thinking about something similar whereby you compare images to a ring doorbell output: So when new image detected compare to my known stored images (wife, kids etc), then tells me who is at door. Also if not in my known images then categorize (postman, deliveroo, charity collector, unknown) etc..
@asastudios7782
@asastudios7782 10 месяцев назад
Imagine the possibilities of doing something multimodal like this with a super fine-tuned local LLM where you can compare images generated every second.
@Canna_Science_and_Technology
@Canna_Science_and_Technology 10 месяцев назад
Comparing image to image is a good idea.. I had it describe the initial image, and used the description with prompting to check for differences. Prompted to look for any issues. Just like telling someone to look out for any unusual activity.
@Stockholm_Syndrome
@Stockholm_Syndrome 10 месяцев назад
Nice! This was fun to watch! Thanks.
@dekumutant
@dekumutant 10 месяцев назад
This is what ive wanted to work on since i heard vision as a thing
@oaklyfoundation
@oaklyfoundation 10 месяцев назад
How are you taking images with the iPhone every 5 minutes and how do you automatically upload them to Google Drive are you using some sort of iOS Shortcut or?
@kevlaaaaar
@kevlaaaaar 10 месяцев назад
That was my thought also, I assumed a Shortcut
@oaklyfoundation
@oaklyfoundation 10 месяцев назад
@@kevlaaaaar there is an app called Lens Buddy, which allows you to select how many photos, and how often an image should be taken then I think he just uses Google photos with automatic back ups because I’m not sure how or if iCloud has an API but if iCloud has an API that would be a better choice for an iPhone I assume it’s the best way that I could figure out how to do it.
@Brkcln
@Brkcln 10 месяцев назад
That just awesome
@lauridskristensen9800
@lauridskristensen9800 9 месяцев назад
Great, practical video. Another interesting take on a system like this could be one where the snapshots are triggered by motion instead of (only) time. This would probably be more power-consuming, especially for an iPhone, but thinking of existing off-the-grid systems like wildlife and game trail cameras, it seems possible using some different devices.
@primobilingue
@primobilingue 3 месяца назад
What country do you live in? It's amazing look 😍
@ziadnahdi4343
@ziadnahdi4343 10 месяцев назад
Very good . Thanks so much i really liked this beautiful and simple app using AI. You can carry out numerous apps using AI .
@bitcoinisfreedommoney.fckt2663
@bitcoinisfreedommoney.fckt2663 10 месяцев назад
Nice. Love the way a combo of natural language and Python + APIs works so well. Would be horrendously expensive though to send one photo a minute which is what you really need to make it work as a CCTV
@aabdelghafour2684
@aabdelghafour2684 10 месяцев назад
Epic ✨
@zakaria20062
@zakaria20062 Месяц назад
Cost a lot ?
@adamchan4403
@adamchan4403 9 месяцев назад
I’m more interested to know how much does the open API cost for doing 1 hour of analysis ?
@magicismagic123
@magicismagic123 10 месяцев назад
Do you have code to share?
@cucciolo182
@cucciolo182 10 месяцев назад
Do you want to share your code I’m interested how to combine / blend google drive + gpt or how gpt get access to my google drive
@AllAboutAI
@AllAboutAI 10 месяцев назад
Its up on my GitHub repo for members now:)
@ajarivas72
@ajarivas72 10 месяцев назад
@@AllAboutAI Hello sir. How can I become a member?. Is this a new feature on RU-vid?
@ajarivas72
@ajarivas72 10 месяцев назад
@@AllAboutAI I already went to your channel page and saw the requirements to become a member.
@oaklyfoundation
@oaklyfoundation 10 месяцев назад
I wouldnt really show the location that you live in, someone skilled could most certainly dox you from this. Be safe man
@funnelfpv9435
@funnelfpv9435 10 месяцев назад
Interesting idea. Really nice seeing it can be used like that. Not sure this is legal in EU though.
@StanislavEirch
@StanislavEirch 10 месяцев назад
i also think in a real usecase where it need constant picture to be anywhere useful it will cost alot :S but the idea behind that is very cool
@magicismagic123
@magicismagic123 10 месяцев назад
where could you use this? @@StanislavEirch
@abdelhaibouaicha3293
@abdelhaibouaicha3293 10 месяцев назад
📝 Summary of Key Points: 📌 The video demonstrates how to use an iPhone and the GPT 4 Vision API as a security camera. It involves taking images every 5 minutes, uploading them to a Google Drive account, and using the Google Drive API to download the latest images. 🧐 The downloaded images are processed using the GPT 4 Vision API to compare them and detect changes. The changes are logged and summarized using the GPT 4 API, and an email report is generated using the Mailgun API. 🚀 The Python code for the project includes functions for authentication, downloading the latest image, analyzing image comparisons, and sending emails. A loop runs every 350 seconds to check for new images and perform the necessary comparisons and logging. 💡 Additional Insights and Observations: 💬 "The project worked as intended and the author was satisfied with the results." 📊 No specific data or statistics were mentioned in the video. 🌐 The video did not reference any external sources or references. 📣 Concluding Remarks: The video provides a step-by-step guide on using an iPhone and the GPT 4 Vision API as a security camera. By leveraging the Google Drive API, GPT 4 Vision API, and Mailgun API, the project successfully captures and analyzes images, detects changes, and generates email reports. The Python code provided in the video allows for easy implementation of this security camera setup. Made with Talkbud
Далее
The Best Use Case for Custom GPTs?
2:38
Просмотров 12 тыс.
GPT-4 Vision: 5 Recursive Improvement Loops - WOW!
15:47
Building A Security System In Python...🚨
17:56
Просмотров 50 тыс.
GPT-4 Vision: 10 Amazing Use Cases - This is HUGE!!
17:36
Why Beautiful Websites Don’t Convert
12:57
Просмотров 84 тыс.
What is Retrieval-Augmented Generation (RAG)?
6:36
Просмотров 698 тыс.
How ChatGPT Built My App in Minutes 🤯
8:28
Просмотров 2,4 млн