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

  Рет қаралды 8,538

All About AI

All About AI

Күн бұрын

Iphone + GPT-4 Vision API = Autonomous Security Cam System
👊 Become a member and get access to GitHub:
/ allaboutai
Get a FREE 45+ ChatGPT Prompts PDF here:
📧 Join the newsletter:
www.allabtai.com/newsletter/
🌐 My website:
www.allabtai.com
I create a autonomous system with an Iphone and the new GPT-4 Vision API that logs and updates changes in the images taken by the Iphone. The system sends an update log to the user via e-mail.
00:00 Iphone GPT-4 Vison Intro
00:14 Iphone Setup
00:33 Iphone GPT-4 Vision Flowchart
01:37 Python Code
05:08 Running the Iphone GPT4V System

Пікірлер: 31
@NextGenart99
@NextGenart99 7 ай бұрын
Imagine being a security surveillance guard watching this. The amount of jobs that is going out soon is crazy
@yoagcur
@yoagcur 7 ай бұрын
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
@asastudios7782
@asastudios7782 7 ай бұрын
Imagine the possibilities of doing something multimodal like this with a super fine-tuned local LLM where you can compare images generated every second.
@Stockholm_Syndrome
@Stockholm_Syndrome 7 ай бұрын
Nice! This was fun to watch! Thanks.
@dekumutant
@dekumutant 7 ай бұрын
This is what ive wanted to work on since i heard vision as a thing
@Canna_Science_and_Technology
@Canna_Science_and_Technology 7 ай бұрын
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.
@geekymonkey
@geekymonkey 7 ай бұрын
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!)
@Zenthara
@Zenthara 7 ай бұрын
Can you please provide the code so we can test ourselves. Thanks!
@steveatkinson1113
@steveatkinson1113 7 ай бұрын
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..
@Brkcln
@Brkcln 7 ай бұрын
That just awesome
@aabdelghafour2684
@aabdelghafour2684 7 ай бұрын
Epic ✨
@lauridskristensen9800
@lauridskristensen9800 7 ай бұрын
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.
@ziadnahdi4343
@ziadnahdi4343 7 ай бұрын
Very good . Thanks so much i really liked this beautiful and simple app using AI. You can carry out numerous apps using AI .
@primobilingue
@primobilingue 20 күн бұрын
What country do you live in? It's amazing look 😍
@bitcoinisfreedommoney.fckt2663
@bitcoinisfreedommoney.fckt2663 7 ай бұрын
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
@oaklyfoundation
@oaklyfoundation 7 ай бұрын
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 7 ай бұрын
That was my thought also, I assumed a Shortcut
@oaklyfoundation
@oaklyfoundation 7 ай бұрын
@@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.
@adamchan4403
@adamchan4403 7 ай бұрын
I’m more interested to know how much does the open API cost for doing 1 hour of analysis ?
@magicismagic123
@magicismagic123 7 ай бұрын
Do you have code to share?
@cucciolo182
@cucciolo182 7 ай бұрын
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 7 ай бұрын
Its up on my GitHub repo for members now:)
@ajarivas72
@ajarivas72 7 ай бұрын
@@AllAboutAI Hello sir. How can I become a member?. Is this a new feature on KZbin?
@ajarivas72
@ajarivas72 7 ай бұрын
@@AllAboutAI I already went to your channel page and saw the requirements to become a member.
@funnelfpv9435
@funnelfpv9435 7 ай бұрын
Interesting idea. Really nice seeing it can be used like that. Not sure this is legal in EU though.
@user-hd9or3dp1t
@user-hd9or3dp1t 7 ай бұрын
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 7 ай бұрын
where could you use this? @@user-hd9or3dp1t
@oaklyfoundation
@oaklyfoundation 7 ай бұрын
I wouldnt really show the location that you live in, someone skilled could most certainly dox you from this. Be safe man
@abdelhaibouaicha3293
@abdelhaibouaicha3293 7 ай бұрын
📝 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
Khó thế mà cũng làm được || How did the police do that? #shorts
01:00
Tom & Jerry !! 😂😂
00:59
Tibo InShape
Рет қаралды 59 МЛН
The day of the sea 🌊 🤣❤️ #demariki
00:22
Demariki
Рет қаралды 93 МЛН
Self-operating-computer + AI to AI Simulation Test Project feat Q*
11:20
NVIDIA NIM - Deploy Accelerated AI in 5 minutes
16:03
All About AI
Рет қаралды 5 М.
Simply Explained: Retrieval-Augmented Generation
1:52
Mosleh Mahamud
Рет қаралды 290
10 Powerful Shortcuts with ChatGPT-4o
16:48
Stephen Robles
Рет қаралды 147 М.
GPT-4 Vision: 10 Amazing Use Cases - This is HUGE!!
17:36
All About AI
Рет қаралды 175 М.
Learn AI Engineer Skills For Beginners: OpenAI API + Python
38:22
All About AI
Рет қаралды 24 М.
100% Local Tiny AI Vision Language Model (1.6B) - Very Impressive!!
15:05
Create Your Own Microsoft Recall AI Feature with RAG?
18:41
All About AI
Рет қаралды 3,7 М.
LangChain Master Class For Beginners 2024 [+20 Examples, LangChain V0.2]
3:17:51
Cadiz smart lock official account unlocks the aesthetics of returning home
0:30
Hisense Official Flagship Store Hisense is the champion What is going on?
0:11
Special Effects Funny 44
Рет қаралды 2,4 МЛН
Will the battery emit smoke if it rotates rapidly?
0:11
Meaningful Cartoons 183
Рет қаралды 37 МЛН
ИГРОВОВЫЙ НОУТ ASUS ЗА 57 тысяч
25:33
Ремонтяш
Рет қаралды 292 М.
Хотела заскамить на Айфон!😱📱(@gertieinar)
0:21
Взрывная История
Рет қаралды 4,5 МЛН