CANCEL 100% Of Your Monthly AI Automation Subscriptions

  Рет қаралды 26,101

Stephen G. Pope

Stephen G. Pope

Күн бұрын

Пікірлер: 95
@heythatmonkeyhasaspoon2636
@heythatmonkeyhasaspoon2636 5 ай бұрын
I've been waiting for this. Love the skool community. Learned a lot in there.
@StephenGPope
@StephenGPope 5 ай бұрын
So glad to hear that!! Enjoy and this is only the beginning.
@mamicadeserviciu
@mamicadeserviciu 5 ай бұрын
50th like This is the reason I pay 97 dollars/mo, a small fortune here, to get access to your community..I love this type of automation to help and as well reduce costs, my biggest problem with automation so far is
@StephenGPope
@StephenGPope 5 ай бұрын
And we've only begun! Thanks for being a member!
@xienter7162
@xienter7162 3 ай бұрын
same for me
@StasBurkin
@StasBurkin 5 ай бұрын
Stephen!!! 🔥🔥🔥❤️ Im in your community! It's power! ✊🏻
@StephenGPope
@StephenGPope 5 ай бұрын
🔥🔥🔥🔥🔥 nice keep coming with the feedback!
@StasBurkin
@StasBurkin 5 ай бұрын
@@StephenGPope ❤️
@tradingwithwill7214
@tradingwithwill7214 4 ай бұрын
Wow that's amazing. Ultimately putting everything on our own cloud platform include open source AI models even would likely be much cheaper.
@ПотужнийНезламізм
@ПотужнийНезламізм 4 ай бұрын
Thanks for tutorial Stephen! Definitely like the idea to have API under control rather than send our data for analytics for different API providers
@StephenGPope
@StephenGPope 4 ай бұрын
Ah yea thats a good usecase too
@AIWithSWgApps
@AIWithSWgApps 4 ай бұрын
Big, big fan! Thank you so much. In fact, you have inspired me to adjust my software agency by focusing on AI Automation with No/Low code! In fact, I created my first AI Automation video on how to leverage ChatGpt Batch Processing (50% cheaper) + Sheets Batch Update using Make. Thanks again!
@boucheromain-alexis9285
@boucheromain-alexis9285 4 ай бұрын
Can't wait to implement this! Are you planing on replacing the API for Image to Video? This is the biggest cost! Thanks Stephen :)
@littledovecitydust
@littledovecitydust 4 ай бұрын
From my understanding, any generation type APIs are irreplaceable, because they are connected to services that actually do complicated work. Therefore, things like a Midjourney or Luma Labs are always going to be there.
@basen0907
@basen0907 4 ай бұрын
@StephenGPope I'm also wondering if it will be possible to replace Leonardo and Elevenlabs or will I have to pay for them monthly anyway?
@mardiseptianto7039
@mardiseptianto7039 4 ай бұрын
i watched your previous video about the similar topic (cancel your subscription....) week ago and hosted the API in GCP, just like you did now in this video, i'm proud to my self that i have the DNA like yours lol...
@StephenGPope
@StephenGPope 4 ай бұрын
hahah nice! thanks for letting me know you built it.
@jpm0911
@jpm0911 Ай бұрын
Thanks a lot. You can even increase the number of vCPUs (depending on the specifics of your task) to shorten processing time without increasing the overall cost. For example, a task that takes 10 minutes with 1 vCPU could take only 5 minutes with 2 vCPUs (since 10 minutes × 1 vCPU = 5 minutes × 2 vCPUs). Adding more vCPUs splits the workload across multiple processors, reducing the time required. This is particularly useful for large files or resource-intensive tasks, as Cloud Run Service has a maximum execution time of 1h (300s by default). By allocating more vCPUs, you can avoid timeout errors and ensure the task completes within the allowed time. However, this depends on how well the task can be parallelized-tasks like video encoding with FFmpeg often benefit significantly, while others may see diminishing returns.
@cybersoarus
@cybersoarus 2 ай бұрын
404 error UNLESS you do this: 1) update the POST to /transcribe-media and 2) add Key: “Content-Type” and Value: “application/json” to the Headers. (PS. If it’s still 404 error, use your own .mp3 file and ensure permissions allow public access or use the GCP bucket you made to host the media file instead.) Hope this helps!
@ajaykumarporeddiwar9226
@ajaykumarporeddiwar9226 4 ай бұрын
Looking for more free stuff on Custom API creation step-by-step process. This is what I was looking from your last Docker API containerization video. I'm following you closely. 🎉 Thank you. ❤
@StephenGPope
@StephenGPope 4 ай бұрын
Like how to build your own api?
@VinceOmondi
@VinceOmondi 4 ай бұрын
Once again, thank you, G! Joining team no code soon!
@devfears
@devfears 4 ай бұрын
This is insane value Stephen thanks for this
@StephenGPope
@StephenGPope 4 ай бұрын
👍👌
@nabeelshamshad1654
@nabeelshamshad1654 4 күн бұрын
Are you going to make other modules other than video related for the no code architect toolkit?
@amimeidar
@amimeidar 4 ай бұрын
Hi Stephen, Can you show how to replace the " FACELESS Videos 100% Automated" modules with these new approach? to reduce money ?
@StephenGPope
@StephenGPope 4 ай бұрын
Yes!
@lorenzobandztv6389
@lorenzobandztv6389 4 ай бұрын
@@StephenGPopegreat idea!
@solank7620
@solank7620 4 ай бұрын
This is valuable content! I’m a little confused though - how do you install the models on the Google Colab instance? The libraries that actually do the tasks. And you are making the API to work with. How are those set up on the instance? I watched the whole video, but I might have missed it 🤷🏻‍♂️
@StephenGPope
@StephenGPope 4 ай бұрын
Where did you get stuck i set up the system in the video step by step
@solank7620
@solank7620 4 ай бұрын
@@StephenGPope Oh well I didn't get stuck per se, I haven't tried it yet :) I'm just wondering about where the models come in? How do the AI models get installed on the instance? Does the instance come bundled with them, or were they set up at some point during the video? Thanks a lot for the great content.
@yajariyu
@yajariyu 4 ай бұрын
@@StephenGPope I was also wonder how the '/transcript' endpoint works ? There is any code function define and deploy on the server? . Or there is something that came natively in google? . It is not about the set up it is more a question about how the enpoint works? . Also your video is AMAZING!!! I am full code developer looking forward to move to automate things as I think this is the way to build MVP and content in a fast way.
@littledovecitydust
@littledovecitydust 4 ай бұрын
@@yajariyu The Transcript endpoint is pointing to a script, which uses open-source tools functions to transcribe videos.
@yajariyu
@yajariyu 4 ай бұрын
@@littledovecitydust Thank you!!! I didn't get it.
@imr4nkhan
@imr4nkhan 2 ай бұрын
Extremely cool Stephen
@sharlenesmith2042
@sharlenesmith2042 4 ай бұрын
Amazing work 👏 😊
@StephenGPope
@StephenGPope 4 ай бұрын
Thanks 💪 🙏
@jackday2003
@jackday2003 Ай бұрын
Hey bro, it's an awesome approach! Can we implement it with a self-hosted solution? I am already using many other things on my self-hosted home server.
@StephenGPope
@StephenGPope Ай бұрын
for sure
@toolbelt
@toolbelt 5 ай бұрын
Fantastic stuff. Thank you.
@StephenGPope
@StephenGPope 5 ай бұрын
💪🔥
@YisusRuiz91
@YisusRuiz91 3 ай бұрын
Im stucked on the postman request 10:50 . All the time the server responses me: 404 Not Found The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.
@ricardotaipe
@ricardotaipe 3 ай бұрын
Are you trying the transcribe one? In that case the endpoint is actually "/transcribe-media" I think they updated it, it's in their github documentation. I changed that and the error doesn't show anymore...but now I'm getting a 500 internal error lol although im pretty sure this one is on me, maybe I did something wrong
@avgplayer
@avgplayer 3 ай бұрын
@@ricardotaipe I'm getting a 503 service unavailable error
@Staykadesign
@Staykadesign 5 ай бұрын
You are the best🎉
@StephenGPope
@StephenGPope 5 ай бұрын
No you! 😁
@Glimmer-t44
@Glimmer-t44 4 ай бұрын
Great video, but what was it all about? Automatic transcription? 💁
@StephenGPope
@StephenGPope 4 ай бұрын
Partly yes
@techhadi
@techhadi 4 ай бұрын
It's already global🌐, 💜Much love from India! 🇮🇳🔥
@BrentHerrig
@BrentHerrig 4 ай бұрын
@Stephen What kind of savings are we talking about here?
@StephenGPope
@StephenGPope 4 ай бұрын
Its going to depend on the situation youll have to be more specific in what youre using and the volume at which you use the apis
@littledovecitydust
@littledovecitydust 4 ай бұрын
Thanks, Stephen. I see that this can replace CloudConvert to some extent (video to audio conversion), but will it replace JSON2VIDEO? The NCA module doesn't offer any adjustment options and it doesn't offer subtitles. Meanwhile, do you allow us to create more endpoints on the NCA Toolkit for new functions?
@uafreedom9347
@uafreedom9347 3 ай бұрын
you're the best
@Blooper1980
@Blooper1980 4 ай бұрын
What software is this you are showing?
@NVX_Ink
@NVX_Ink 5 ай бұрын
MANIAC!🤔☘️💪🎯👍
@StephenGPope
@StephenGPope 5 ай бұрын
🔥🔥🔥
@mayerschmukler7388
@mayerschmukler7388 5 ай бұрын
Chevraman
@ricardotaipe
@ricardotaipe 3 ай бұрын
I get an internal server error 500 when using /transcribe-media, apparently it says it cant upload the audio. I've also tried the media-to-mp3 and the same internal server error 500 appears. Maybe I did something wrong?
@StephenGPope
@StephenGPope 3 ай бұрын
it should return an error with that 500, make sure to join one of my communities where it's easier to share screenshots and get technical support. KZbin isn't great for that kind of work.
@Wissenswerteaithemen
@Wissenswerteaithemen 4 ай бұрын
at the step 12:35min i get a error message "Failed to load audio" The video in my google drive account is available for everyone (public) and have only 12mb - i tested it also with a other video
@Wissenswerteaithemen
@Wissenswerteaithemen 4 ай бұрын
{ "message": "Failed to load audio: ffmpeg version 5.1.6-0+deb12u1 Copyright (c) 2000-2024 the FFmpeg developers built with gcc 12 (Debian 12.2.0-14) configuration: --prefix=/usr --extra-version=0+deb12u1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl --disable-stripping --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libdav1d --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libglslang --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librabbitmq --enable-librist --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libsvtav1 --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzimg --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opencl --enable-opengl --enable-sdl2 --disable-sndio --enable-libjxl --enable-pocketsphinx --enable-librsvg --enable-libmfx --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-libplacebo --enable-librav1e --enable-shared libavutil 57. 28.100 / 57. 28.100 libavcodec 59. 37.100 / 59. 37.100 libavformat 59. 27.100 / 59. 27.100 libavdevice 59. 7.100 / 59. 7.100 libavfilter 8. 44.100 / 8. 44.100 libswscale 6. 7.100 / 6. 7.100 libswresample 4. 7.100 / 4. 7.100 libpostproc 56. 6.100 / 56. 6.100 GCP/input_media: Invalid data found when processing input " }
@SohailButt-e9h
@SohailButt-e9h 4 ай бұрын
Getting the same error. Did everything as per the tutorial. "
@StephenGPope
@StephenGPope 4 ай бұрын
looks like the URL link is not working and the API isn't able to download the file.
@nikhilnischal9471
@nikhilnischal9471 5 ай бұрын
great one
@StephenGPope
@StephenGPope 5 ай бұрын
What you like about it?
@nikhilnischal9471
@nikhilnischal9471 5 ай бұрын
@@StephenGPope I was always thinking of creating these automated videos but the charges were huge - json2video and other ones too. This alternative is great. Thanks Stephen!
@gfminter
@gfminter 4 ай бұрын
How do you make those arrows and boxes with your mouse?
@StephenGPope
@StephenGPope 4 ай бұрын
App called demo pro on mac
@RodrigoBorgesphil
@RodrigoBorgesphil 4 ай бұрын
I run the test on postman, but keep getting the same error 404 not found even though the file in Drive is set to "everyone with a link can edit".... thoughts?
@contenismo
@contenismo 4 ай бұрын
Same error here! Stuck here
@YisusRuiz91
@YisusRuiz91 3 ай бұрын
same here
@xienter7162
@xienter7162 3 ай бұрын
same for me
@AI-Backbone
@AI-Backbone 4 ай бұрын
tripple ❤❤❤
@StephenGPope
@StephenGPope 4 ай бұрын
🙏
4 ай бұрын
Hi, I can't find "No-code Architects" in the make application list..am I doing something wrong?
@StephenGPope
@StephenGPope 4 ай бұрын
To get beta access to that toolkit you need to be inside the community othwrwise you can use the http module like i showed in the video. It will be live in a few weeks, public release of the make module.
@בןמסיי-ג5ח
@בןמסיי-ג5ח 2 ай бұрын
the video is updated to the last version? im having errors while using NCA on cloud ;(
@user-ftxp
@user-ftxp 3 ай бұрын
How can I put the gpt chat api there?
@QuantumShanti-x
@QuantumShanti-x 3 ай бұрын
what if i got Failed to load audio: ffmpeg version n7.0.2 Copyright (c) 2000-2024 the FFmpeg developers built with gcc 12 (Debian 12.2.0-14) ?? tried with a few small videos
@zenxman
@zenxman Ай бұрын
I found it too technical and too complicated. Paying monthly subscription is good if you have an earlier experience
@BollyMarvelous
@BollyMarvelous 4 ай бұрын
Hello pls who help you with your channel
@KeithMunnik
@KeithMunnik Ай бұрын
Tooo fast
@haligalo5979
@haligalo5979 4 ай бұрын
no-code-architects-toolkit-demo Don't Work :(
@StephenGPope
@StephenGPope 4 ай бұрын
It does work many have built it. Whats wrong?
@haligalo5979
@haligalo5979 4 ай бұрын
@@StephenGPope Now everything works, I have installed it, thank you very much.😀
Low-Cost Fully Automated Faceless Videos (Make.com & Airtable)
38:06
Stephen G. Pope
Рет қаралды 12 М.
CANCEL Your Monthly API Subscriptions (Build Your Own)
33:11
Stephen G. Pope
Рет қаралды 19 М.
"Идеальное" преступление
0:39
Кик Брейнс
Рет қаралды 1,4 МЛН
Unlock Multiple 6-Figures With AI Automation Products & Services
10:42
Stephen G. Pope
Рет қаралды 25 М.
Stop Wasting Money! Cancel ALL Your API Subscriptions NOW!!
43:33
Stephen G. Pope
Рет қаралды 12 М.
Turn 1000s of Make.com Operations Into 1 Airtable Automation
17:11
Stephen G. Pope
Рет қаралды 8 М.
Earn $1,350/Day with ChatGPT & Google Drive for FREE
17:03
Chad Kimball
Рет қаралды 1,3 МЛН
Auto-Publish TikToks With Airtable & Make.com (with Ayrshare?)
17:27
Stephen G. Pope
Рет қаралды 15 М.
This AI System Will Write Shorts (100% Automated)
52:24
Jack Roberts
Рет қаралды 21 М.
CHEAT CODE: AI Automation in 2025
29:31
Stephen G. Pope
Рет қаралды 13 М.
FREE & Automated Video Captions (with Make.com)
21:07
Stephen G. Pope
Рет қаралды 6 М.
This Open Source Scraper CHANGES the Game!!!
20:36
Reda Marzouk
Рет қаралды 132 М.
"Идеальное" преступление
0:39
Кик Брейнс
Рет қаралды 1,4 МЛН