I've been waiting for this. Love the skool community. Learned a lot in there.
@StephenGPope5 ай бұрын
So glad to hear that!! Enjoy and this is only the beginning.
@mamicadeserviciu5 ай бұрын
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
@StephenGPope5 ай бұрын
And we've only begun! Thanks for being a member!
@xienter71623 ай бұрын
same for me
@StasBurkin5 ай бұрын
Stephen!!! 🔥🔥🔥❤️ Im in your community! It's power! ✊🏻
@StephenGPope5 ай бұрын
🔥🔥🔥🔥🔥 nice keep coming with the feedback!
@StasBurkin5 ай бұрын
@@StephenGPope ❤️
@tradingwithwill72144 ай бұрын
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
@StephenGPope4 ай бұрын
Ah yea thats a good usecase too
@AIWithSWgApps4 ай бұрын
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-alexis92854 ай бұрын
Can't wait to implement this! Are you planing on replacing the API for Image to Video? This is the biggest cost! Thanks Stephen :)
@littledovecitydust4 ай бұрын
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.
@basen09074 ай бұрын
@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?
@mardiseptianto70394 ай бұрын
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...
@StephenGPope4 ай бұрын
hahah nice! thanks for letting me know you built it.
@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.
@cybersoarus2 ай бұрын
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!
@ajaykumarporeddiwar92264 ай бұрын
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. ❤
@StephenGPope4 ай бұрын
Like how to build your own api?
@VinceOmondi4 ай бұрын
Once again, thank you, G! Joining team no code soon!
@devfears4 ай бұрын
This is insane value Stephen thanks for this
@StephenGPope4 ай бұрын
👍👌
@nabeelshamshad16544 күн бұрын
Are you going to make other modules other than video related for the no code architect toolkit?
@amimeidar4 ай бұрын
Hi Stephen, Can you show how to replace the " FACELESS Videos 100% Automated" modules with these new approach? to reduce money ?
@StephenGPope4 ай бұрын
Yes!
@lorenzobandztv63894 ай бұрын
@@StephenGPopegreat idea!
@solank76204 ай бұрын
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 🤷🏻♂️
@StephenGPope4 ай бұрын
Where did you get stuck i set up the system in the video step by step
@solank76204 ай бұрын
@@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.
@yajariyu4 ай бұрын
@@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.
@littledovecitydust4 ай бұрын
@@yajariyu The Transcript endpoint is pointing to a script, which uses open-source tools functions to transcribe videos.
@yajariyu4 ай бұрын
@@littledovecitydust Thank you!!! I didn't get it.
@imr4nkhan2 ай бұрын
Extremely cool Stephen
@sharlenesmith20424 ай бұрын
Amazing work 👏 😊
@StephenGPope4 ай бұрын
Thanks 💪 🙏
@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Ай бұрын
for sure
@toolbelt5 ай бұрын
Fantastic stuff. Thank you.
@StephenGPope5 ай бұрын
💪🔥
@YisusRuiz913 ай бұрын
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.
@ricardotaipe3 ай бұрын
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
@avgplayer3 ай бұрын
@@ricardotaipe I'm getting a 503 service unavailable error
@Staykadesign5 ай бұрын
You are the best🎉
@StephenGPope5 ай бұрын
No you! 😁
@Glimmer-t444 ай бұрын
Great video, but what was it all about? Automatic transcription? 💁
@StephenGPope4 ай бұрын
Partly yes
@techhadi4 ай бұрын
It's already global🌐, 💜Much love from India! 🇮🇳🔥
@BrentHerrig4 ай бұрын
@Stephen What kind of savings are we talking about here?
@StephenGPope4 ай бұрын
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
@littledovecitydust4 ай бұрын
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?
@uafreedom93473 ай бұрын
you're the best
@Blooper19804 ай бұрын
What software is this you are showing?
@NVX_Ink5 ай бұрын
MANIAC!🤔☘️💪🎯👍
@StephenGPope5 ай бұрын
🔥🔥🔥
@mayerschmukler73885 ай бұрын
Chevraman
@ricardotaipe3 ай бұрын
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?
@StephenGPope3 ай бұрын
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.
@Wissenswerteaithemen4 ай бұрын
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
Getting the same error. Did everything as per the tutorial. "
@StephenGPope4 ай бұрын
looks like the URL link is not working and the API isn't able to download the file.
@nikhilnischal94715 ай бұрын
great one
@StephenGPope5 ай бұрын
What you like about it?
@nikhilnischal94715 ай бұрын
@@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!
@gfminter4 ай бұрын
How do you make those arrows and boxes with your mouse?
@StephenGPope4 ай бұрын
App called demo pro on mac
@RodrigoBorgesphil4 ай бұрын
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?
@contenismo4 ай бұрын
Same error here! Stuck here
@YisusRuiz913 ай бұрын
same here
@xienter71623 ай бұрын
same for me
@AI-Backbone4 ай бұрын
tripple ❤❤❤
@StephenGPope4 ай бұрын
🙏
4 ай бұрын
Hi, I can't find "No-code Architects" in the make application list..am I doing something wrong?
@StephenGPope4 ай бұрын
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ח2 ай бұрын
the video is updated to the last version? im having errors while using NCA on cloud ;(
@user-ftxp3 ай бұрын
How can I put the gpt chat api there?
@QuantumShanti-x3 ай бұрын
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Ай бұрын
I found it too technical and too complicated. Paying monthly subscription is good if you have an earlier experience
@BollyMarvelous4 ай бұрын
Hello pls who help you with your channel
@KeithMunnikАй бұрын
Tooo fast
@haligalo59794 ай бұрын
no-code-architects-toolkit-demo Don't Work :(
@StephenGPope4 ай бұрын
It does work many have built it. Whats wrong?
@haligalo59794 ай бұрын
@@StephenGPope Now everything works, I have installed it, thank you very much.😀