Mastering NextJS Deployment
8:01
5 ай бұрын
Пікірлер
@ranakshah9167
@ranakshah9167 12 сағат бұрын
hey, quick question where can we get the wasm and model links that are at 10:00
@maplearcadecode
@maplearcadecode 11 сағат бұрын
Hi, I have updated the video description with the links. Also you can get the complete code for free in case you are interested: 👉 ko-fi.com/s/abe25c5e70
@ash_b9875
@ash_b9875 23 сағат бұрын
Thank you very much
@user-bq3wc4me2j
@user-bq3wc4me2j 5 күн бұрын
hello , this video has been so helpful but I have a problem, at the GoogleGenerativeAIStream,, it has depreciated , please i will appreciate if you can help out
@fadify1997
@fadify1997 5 күн бұрын
Amazing Sir💯
@tobilobaabayomi5708
@tobilobaabayomi5708 7 күн бұрын
Nice content man!. How do we get the source code I'm kinda stuck
@maplearcadecode
@maplearcadecode 7 күн бұрын
Hey thanks. Please wait till this weekend.
@akshatanand6919
@akshatanand6919 9 күн бұрын
also where are u getting the modelAssetPath .?
@maplearcadecode
@maplearcadecode 9 күн бұрын
here's the cdn location for the model: storage.googleapis.com/mediapipe-models/hand_landmarker/hand_landmarker/float16/1/hand_landmarker.task
@akshatanand6919
@akshatanand6919 9 күн бұрын
been following this , have a question I have a nvidia GTX 1650Ti on my laptop, when i build this project, i did used the 'GPU' as delegate but the whole feed freezes, and the rocket model moved very slow, on further analysis, my CPU is getting used and its bottle necking, pls tell me a fix, does this involeve me downloding CUDA.?
@maplearcadecode
@maplearcadecode 9 күн бұрын
It seems like so. Although please give the game a try here, with your current set up on Chrome 👉 test-plane.vercel.app/ It's not the final game, but it has the basic building blocks.
@jesuspena1501
@jesuspena1501 9 күн бұрын
you're amazing! thanks
@srirammurthy2739
@srirammurthy2739 10 күн бұрын
superb buddy, great start point for me
@YASHRAJ-ex6wq
@YASHRAJ-ex6wq 10 күн бұрын
lets start buddy !
@hasanulhaquebanna
@hasanulhaquebanna 11 күн бұрын
How can we train this model or how can built our own ai model to work with our needs?
@briltsoftsupport483
@briltsoftsupport483 26 күн бұрын
Can this be shipped with a nextjs app
@pravinsingh7605
@pravinsingh7605 28 күн бұрын
Amazing! keep on adding such content!!!! on nextjs and tensorflow I will follow you along
@krishpanchani
@krishpanchani Ай бұрын
Can you make video or help me for how to render React Components using this Google Gemini Model in the NextJs AI SDK
@tadannz3759
@tadannz3759 Ай бұрын
Thank you , Grade tech , I love it 😘
@rookie9114
@rookie9114 2 ай бұрын
really useful content! please continue to make more ai contents :)
@theAIsearch
@theAIsearch 2 ай бұрын
great explanation. at 14:43 does this mean any model can access the internet?
@MANilyas
@MANilyas 2 ай бұрын
this stop working also in chat gpt 3.5 now do you have other solution
@Haccod-kg2ou
@Haccod-kg2ou 2 ай бұрын
share the link of ur website pls
@vanshavbhalla6210
@vanshavbhalla6210 2 ай бұрын
this was crisp and informative with all the details needed. Great work man!
@shadytiger160
@shadytiger160 3 ай бұрын
Informative🫡
@Aman_yadav1419
@Aman_yadav1419 3 ай бұрын
Amazing keep uploading ❤
@arijit-og5zp
@arijit-og5zp 3 ай бұрын
Pls add a featurs that if a person does not look into the camera for a particular time, then a warning message and sound pops. This feature will be useful in online exams
@Mathster_live
@Mathster_live 3 ай бұрын
I can't seem to have the webcam work on mobile browsers, it doesn't ask for permission to use the camera and even when I always allow it, the webcam area is blank for some reason.
@haiffy
@haiffy 2 ай бұрын
Because you can't use webcam in mobile through webapp
@deepanshjha6353
@deepanshjha6353 3 ай бұрын
Could you please provide guidance on creating an Advanced RAG model that incorporates Hugging Face LLM models and PDFs within Next.js using TypeScript?
@maplearcadecode
@maplearcadecode 3 ай бұрын
Sure I'll make a video soon
@Pancelet
@Pancelet 2 ай бұрын
@@maplearcadecode faster please
@user-wr4yl7tx3w
@user-wr4yl7tx3w 3 ай бұрын
do you recommend learning next.js?
@maplearcadecode
@maplearcadecode 3 ай бұрын
It depends on your specific goals. Next.js simplifies the setup of complex features like routing, server-side rendering, and code splitting, which makes it easier to build React applications. Which is probably why Next.js skills are in demand in the job market too.
@haricharanvalleru4411
@haricharanvalleru4411 3 ай бұрын
Best explanation
@MrRobots100
@MrRobots100 3 ай бұрын
Few questions: 1) Will it work locally on the device on which it is installed on for example lets say react native or do you need to set up a flask API and get response 2) If I have a MongoDb or Firebase DB with data and I want to finetune the model to give me responses based on that, can I do it 3) Scalability costs, for lets say from 1000 users to 100,000 users, how can I keep it low
@maplearcadecode
@maplearcadecode 3 ай бұрын
1) No, you don't need to set up flask API for this. Installing Ollama will spin up a web api. Do check out my Ollama quick start guide and you'll have your question answered. 2) Of course, you can load fine tuned custom models on ollama. You can check out this tutorial here (kzbin.info/www/bejne/aXPRn6aHeNKagtEsi=P4yZYxFuGtyKmmU6) 3) If you are thinking about sharing the app then as a first step, check out ngrok and their pricing to make the locally hosted app public. Secondly, the shared app will be limited by the throughput of the LLM itself, which will be influenced by the local hardware you will be running it on. You might wanna consider running ollama in hosted environments within a docker.
@fadify1997
@fadify1997 3 ай бұрын
great man keep growing
@shadytiger160
@shadytiger160 3 ай бұрын
Knowledgeable 🫡
@maplearcadecode
@maplearcadecode 3 ай бұрын
Thank you 🙌
@youwang9156
@youwang9156 3 ай бұрын
Thank you so much for your video !!!!! just have one question, if I make it a Local WebAPI, so I can directly call and use it in VS code to do the task but not be able to send the API to other people to use it somewhere else?
@maplearcadecode
@maplearcadecode 3 ай бұрын
Yes you can! You need a tunneling tool like ngrok for this. You may check out my latest video on this topic.
@ahmedahmedx9600
@ahmedahmedx9600 4 ай бұрын
What theme is used in vscode in beginning of video ?
@RajaRahamathullah04
@RajaRahamathullah04 4 ай бұрын
Excellent video, thank you!
@faisal-anqoudi
@faisal-anqoudi 4 ай бұрын
you are creative
@maplearcadecode
@maplearcadecode 4 ай бұрын
Thank you 🙌
@elmehdiben895
@elmehdiben895 4 ай бұрын
Awesome, thanks a lot ❤
@shadytiger160
@shadytiger160 4 ай бұрын
Awesome ❤
@arvindelayappan3266
@arvindelayappan3266 4 ай бұрын
Can the live caption be recorded as transcripts
@maplearcadecode
@maplearcadecode 4 ай бұрын
I think that's a great idea !
@packagenotfound
@packagenotfound 4 ай бұрын
need more project tutorial like this +1
@maplearcadecode
@maplearcadecode 4 ай бұрын
Thanks for the +1! I'll make more project tutorials like this one.
@shwetabhat9981
@shwetabhat9981 4 ай бұрын
Absolutely amazing. Love the fact that you teach how to use AI ML with streamlined web development . Thank you so much. Looking forward to so much more 🎉
@maplearcadecode
@maplearcadecode 4 ай бұрын
Thank you for your kind words! I'll keep more content coming.
@shaileshwaniya2581
@shaileshwaniya2581 4 ай бұрын
Hello, can you tell me that how much time it took to learn the coding that you are showing in this video? I'm newbie and wants to learn coding, specifically python
@maplearcadecode
@maplearcadecode 4 ай бұрын
As a starting point for coding, I would suggest the Head First series of books. Try their Head First Python and see if it's your thing. As with learning anything new, coding becomes easier really really fast. Happy coding!
@jim02377
@jim02377 4 ай бұрын
Excellent video! Thanks for taking the time to make it!
@maplearcadecode
@maplearcadecode 4 ай бұрын
Glad you enjoyed it :)
@insensibility
@insensibility 4 ай бұрын
Great video! It just got supported on windows. Can I connect with you on LinkedIn? You're a great dude.
@maplearcadecode
@maplearcadecode 4 ай бұрын
Yes, of course. www.linkedin.com/in/koushik-sarkar-iimc/ Looking forward to it.
@thewildweb
@thewildweb 5 ай бұрын
Love to connect with you on twitter or linkedin
@maplearcadecode
@maplearcadecode 5 ай бұрын
Sure! www.linkedin.com/in/koushik-sarkar-iimc/ Looking forward to it 🙌
@tanmaypant8493
@tanmaypant8493 5 ай бұрын
This is SOOOOOO COOOOOOOL!!!
@maplearcadecode
@maplearcadecode 5 ай бұрын
Thank you 🙌
@shadytiger160
@shadytiger160 5 ай бұрын
AWESONE❤ I was waiting for a video from you for a long time😅 Thankyou🫡
@maplearcadecode
@maplearcadecode 5 ай бұрын
Thank you so much @shadytiger160 🙌
@shadytiger160
@shadytiger160 5 ай бұрын
@@maplearcadecode can you make something like a “Gesture controlled web application“? Just a recommendation 🙂 Obviously with next and tailwind 😅
@hamzath6007
@hamzath6007 5 ай бұрын
buddy u are great please upload more node js next js ai projects
@maplearcadecode
@maplearcadecode 5 ай бұрын
Thank you for your kind words Hamza. I’ll surely do :)
@netcharger02
@netcharger02 5 ай бұрын
Super
@pablocarvalho9826
@pablocarvalho9826 5 ай бұрын
Nice! you have 1 my sub!! I have a question: What configuration / extensions are you using to format and getting the automopletion? I have prettier and in React i always get the autocomplete but neither of those are working with Next (this is my first next project) Thanks!!
@maplearcadecode
@maplearcadecode 5 ай бұрын
Thank you for subscribing :) The issue seems to be with the typescript extension. Check if TypeScript is globally installed with `tsc --version`. If not, install it globally using `npm install -g typescript`. After this open command palette in VSCode with (shift+command+p) and search 'typescript: Restart TS Server' After this whenever you are typing, you can hit (control + space) to make the code completion suggestions box to pop up. ____________________________________________________ For React code snippets I am using "ES7+ React/Redux/React-Native snippets". But I am assuming you already have it. for tailwindcss: "Tailwind CSS IntelliSense"
@pablocarvalho9826
@pablocarvalho9826 5 ай бұрын
Thank you so much! ill try that@@maplearcadecode
@timmusharapov9257
@timmusharapov9257 5 ай бұрын
TensorflowJS isn't "OpenAI technology", that's Google open-source library :)
@maplearcadecode
@maplearcadecode 5 ай бұрын
I am afraid you have misunderstood what I said. Do take a look at the github repository of tensorflow JS here: github.com/tensorflow/tfjs. Cheers :)
@akashdeb9823
@akashdeb9823 5 ай бұрын
LOL dont edit your comment after OP corrected you
@timmusharapov9257
@timmusharapov9257 4 ай бұрын
@@akashdeb9823 I edited before that ))
@user-al1oc4845l
@user-al1oc4845l 5 ай бұрын
What a genius! Could you teach how to implement auth ?
@maplearcadecode
@maplearcadecode 4 ай бұрын
Hey, glad you enjoyed the video! I'll work on a tutorial for auth implementation soon. Stay awesome!