- Видео 743
- Просмотров 866 654
GAURAV KUMAR JAIN
Индия
Добавлен 19 июл 2020
Welcome to my channel dear viewer!
Whether it is block based coding or things related to advanced level of coding, you will be able to find relevant videos on all the topics. You are of 6 years or 60, if you are a coder or want to code then this channel is for you.
You can also enjoy industrial level coding projects on this channel. My moto of creating this channel is to show to the students different projects they can learn to code to prepare themselves for Multinational companies like Google, Facebook etc... With the type of AI Products' based projects' videos which are there on this channel you may get a closer feel of Artificial Intelligence
Whether it is block based coding or things related to advanced level of coding, you will be able to find relevant videos on all the topics. You are of 6 years or 60, if you are a coder or want to code then this channel is for you.
You can also enjoy industrial level coding projects on this channel. My moto of creating this channel is to show to the students different projects they can learn to code to prepare themselves for Multinational companies like Google, Facebook etc... With the type of AI Products' based projects' videos which are there on this channel you may get a closer feel of Artificial Intelligence
How to Host a Spring Boot Application on Linux Server | Maven, Java 23 Installation & Complete Guide
In this comprehensive tutorial, I walk you through every step of hosting a Spring Boot application on a Linux server, from scratch. Whether you're a beginner or an experienced developer, this video will help you understand the entire process, including setting up Maven, installing Java 23, configuring your environment, and deploying your Spring Boot application with ease.
👉 What You’ll Learn in This Video:
Setting up Maven: How to install and configure Maven for your Spring Boot application.
Installing Java 23: A detailed guide on installing and configuring Java 23 on your Linux server.
Deploying Spring Boot: The full process of hosting a Spring Boot application on a Linux server.
Linux Server...
👉 What You’ll Learn in This Video:
Setting up Maven: How to install and configure Maven for your Spring Boot application.
Installing Java 23: A detailed guide on installing and configuring Java 23 on your Linux server.
Deploying Spring Boot: The full process of hosting a Spring Boot application on a Linux server.
Linux Server...
Просмотров: 13
Видео
Host Your Spring Boot Website on Windows IIS Server | Step-by-Step Guide for Beginners 🚀
Просмотров 194 часа назад
Are you looking to host your Spring Boot application on a Windows IIS server? 🌐 Look no further! This video covers everything you need to know to get your website up and running with ease. 🔑 What you'll learn in this video: Setting up IIS on Windows Configuring your Spring Boot app for IIS Creating an IIS Site and Binding it Troubleshooting common errors Testing your hosted application 💻 Whethe...
How to Host a React Node Application on AWS IIS Windows Server - Step-by-Step Guide
Просмотров 247 часов назад
In this detailed tutorial, I walk you through every step required to host a React Node application on an AWS IIS Windows Server. Whether you're new to hosting or looking to migrate your application, this video covers all the key components including setting up AWS, configuring IIS, deploying React and Node, and troubleshooting common issues. By the end of this video, you'll be equipped with the...
Build a Smart Language Learning App with AWS Services & React! 🌐📚
Просмотров 4114 дней назад
Welcome to our channel! In this video, we introduce our innovative language learning app designed to make your language practice more engaging and effective. 🔍 Key Features: Personalized Practice Exercises: Tailor-made exercises based on your language level and learning goals. Real-Time Feedback: Utilizing AWS Comprehend, the app analyzes your answers to suggest improvements and identify common...
Building an Interactive Weather Map with React and Leaflet
Просмотров 4114 дней назад
In this video, we dive into creating an interactive weather map application using React and the Leaflet library. We'll explore how to: Set up a React application and integrate Leaflet for mapping. Use custom markers to represent locations on the map. Handle click events to fetch and display weather data based on user-selected locations. Implement a search feature to find locations and display t...
Build a Real-Time Chat App with Sentiment Analysis Using AWS Comprehend | Full Code Walkthrough!
Просмотров 2114 дней назад
In this video, we dive into building a real-time chat application that uses AWS Comprehend to analyze the sentiment of each message. Learn step-by-step how to set up a Node.js server, integrate AWS Comprehend for sentiment analysis, and create a visually engaging React frontend for our chat app. We’ll discuss AWS services, coding best practices, and showcase how the app responds to positive, ne...
Step-by-Step Guide: Installing Python Libraries on AWS Lambda Layers
Просмотров 4928 дней назад
In this comprehensive video tutorial, I walk you through the entire process of installing Python libraries on AWS Lambda layers to ensure your AWS Lambda functions run smoothly. What You Will Learn: What AWS Lambda layers are and why they are important. How to set up an EC2 instance for creating layers. Step-by-step instructions for packaging Python libraries into a zip file. Practical demonstr...
How to Deploy a React + Node App on Kubernetes Cluster (AWS EKS Tutorial)
Просмотров 8628 дней назад
In this step-by-step tutorial, I show you how to deploy a full-stack React and Node.js application on a Kubernetes cluster using AWS EKS. Learn how to containerize your application with Docker, push images to AWS ECR, and manage your services with Kubernetes. Whether you’re a beginner or experienced, this guide simplifies the process of deploying your apps on a scalable cloud environment. What ...
Deploying a Flask App on AWS Kubernetes with ECR & Docker | Full Guide to Scalable Deployment
Просмотров 5028 дней назад
In this video, I walk you through each and every step of deploying a Flask application on an AWS Kubernetes cluster (EKS) for a fully scalable and robust solution. From setting up Amazon ECR (Elastic Container Registry) to building and pushing Docker images, configuring Kubernetes deployments, and enabling auto-scaling, I cover it all in detail. Whether you're new to Kubernetes or looking to de...
Host a Viral React App with AWS DynamoDB from Scratch | Full Tutorial + Live Hosting
Просмотров 48Месяц назад
In this comprehensive tutorial, I'll show you how to build a React app from scratch, integrate it with AWS DynamoDB, and deploy it live using AWS Amplify! 🚀 Whether you're a beginner or an experienced developer, this step-by-step guide covers everything you need to know to get your app online and ready to go viral. 🔧 What’s Covered: Setting up AWS DynamoDB - Learn to create and configure a Dyna...
Build & Host a React Task Manager App with AWS + Social Sharing | S3 & CloudFront
Просмотров 47Месяц назад
In this tutorial, I guide you step-by-step through creating a React-based Task Manager app and deploying it on AWS, complete with social media sharing integration! 🌐 You'll learn how to: Build a Task Manager app using React and Material UI. Manage tasks (add, complete, delete) with React's useState. Add social sharing buttons for Facebook, Twitter, and WhatsApp. Host your app on AWS S3 for scal...
export 'Auth' (imported as 'Auth') was not found in 'aws-amplify'| Resolve Amplify Auth Import
Просмотров 142Месяц назад
In this video, I’ll walk you through how to resolve import errors when working with AWS Amplify in a React application, specifically focusing on the Auth module. I encountered an error indicating that Auth was not exported from aws-amplify, but with a simple fix, I was able to get it working smoothly. We’ll cover: Importing AWS Amplify correctly using import * as Amplify from 'aws-amplify' Acce...
React AWS Amplify Authentication Tutorial | Full Code Walkthrough with Login, Signup & SignOut
Просмотров 70Месяц назад
In this detailed tutorial, I explain how to integrate React with AWS Amplify to manage authentication in your web applications. You'll learn how to set up user authentication, including login, signup, and sign-out features, using the pre-built AWS Amplify authentication UI. We dive into the code step by step to demonstrate how React works seamlessly with AWS Amplify to handle user sessions and ...
LinguaSync: Real-Time Voice Translator
Просмотров 54Месяц назад
Real-Time Voice Translator is a machine learning project that aims to provide a seamless and natural experience of cross-lingual communication. It uses deep neural networks to translate voice from one language to another in real time while preserving the tone and emotion of the speaker. It is a desktop application that supports Windows, Linux, and Mac operating systems. The application is easy ...
How to Automate S3 with Lambda and Monitor via CloudWatch | Hands-on Tutorial
Просмотров 55Месяц назад
How to Automate S3 with Lambda and Monitor via CloudWatch | Hands-on Tutorial
How to Host a Static Website on AWS S3 Bucket | Step-by-Step Practical Guide
Просмотров 25Месяц назад
How to Host a Static Website on AWS S3 Bucket | Step-by-Step Practical Guide
Hosting Flask App on Ubuntu & Setting Up AWS Load Balancer | Full Practical Tutorial
Просмотров 39Месяц назад
Hosting Flask App on Ubuntu & Setting Up AWS Load Balancer | Full Practical Tutorial
Fix PDFInfoNotInstalledError in Python | Resolve Poppler Not Found Error with pdf2image
Просмотров 322Месяц назад
Fix PDFInfoNotInstalledError in Python | Resolve Poppler Not Found Error with pdf2image
Image text Extraction Mobile App Using AI & Python | KivyMD + Flask + ChatGPT Vision Integration
Просмотров 79Месяц назад
Image text Extraction Mobile App Using AI & Python | KivyMD Flask ChatGPT Vision Integration
AI X-Ray Analyzer App with KivyMD | Mobile App for Pneumonia Detection using CheXNet
Просмотров 75Месяц назад
AI X-Ray Analyzer App with KivyMD | Mobile App for Pneumonia Detection using CheXNet
KivyMD Face Login System with Flask & PostgreSQL | Face Recognition Authentication Tutorial
Просмотров 562 месяца назад
KivyMD Face Login System with Flask & PostgreSQL | Face Recognition Authentication Tutorial
Extract Tables from PDF to Excel Using Python and Camelot | Step-by-Step Guide with Code
Просмотров 2482 месяца назад
Extract Tables from PDF to Excel Using Python and Camelot | Step-by-Step Guide with Code
Extract Text from Images using Google Cloud Vision API | Flask App Tutorial & Code Walkthrough
Просмотров 1232 месяца назад
Extract Text from Images using Google Cloud Vision API | Flask App Tutorial & Code Walkthrough
Face Detection Attendance System with Flask Python | Excel Reporting | Complete Tutorial
Просмотров 2082 месяца назад
Face Detection Attendance System with Flask Python | Excel Reporting | Complete Tutorial
Real-Time Car Detection in Video using YOLOv5 | Python and OpenCV Tutorial
Просмотров 442 месяца назад
Real-Time Car Detection in Video using YOLOv5 | Python and OpenCV Tutorial
React JS Face Login System | Integrating Node.js & Flask for Secure Authentication
Просмотров 1632 месяца назад
React JS Face Login System | Integrating Node.js & Flask for Secure Authentication
Building a Face Recognition App with React & Node | Face-API.js Tutorial
Просмотров 7702 месяца назад
Building a Face Recognition App with React & Node | Face-API.js Tutorial
Understanding CREWAI in Hindi: Complete Guide to Tasks, Agents, and Crews
Просмотров 732 месяца назад
Understanding CREWAI in Hindi: Complete Guide to Tasks, Agents, and Crews
Apache Airflow DAG Explained in Hindi | Comprehensive Guide for Beginners
Просмотров 3022 месяца назад
Apache Airflow DAG Explained in Hindi | Comprehensive Guide for Beginners
Mastering PDF Search: Using CREWAI to Find Relevant Content Across Multiple PDFs
Просмотров 2102 месяца назад
Mastering PDF Search: Using CREWAI to Find Relevant Content Across Multiple PDFs
please provide the code, sir.
Do you have the full tutorial?
sir can you send enemy1 images pls I could not find them
Thanks
nice
thank you.. after 8 hrs of try ..very helpful
i have same in error in python 3.9 in raspberry pi 4
Amazing video sir. One question, How can we integrate the attendance system with the face recorgnition app we build with React and Node JS?
Once the user logs in , we can show him the menu from where he can select the options.
Please how can i join your free class for both python and KivyMD tutorial
Good work. How did you come up with the idea?
sb khud se hi krna hai to tum kya bta rhe ho
Great Job!, is it possible to make web based i mean using django framework?
Really nice tutorial, I liked your channel because your contents is rich and help and you also shared source code of project. Would you please share GitHub link for this tutorial. Please make a tutorial to convert iOS application from django website. Thanks in advance
But I still get the issue: Property 'Auth' does not exist on type 'typeof' import (".../node_modules/aws-amplify/dist/esm/index") I will appreciate any further help.
What is the use of ai agent ? Ham ye kyu kar rahe he ?????
For creating multi agents which can make the process much faster it's like multiprocessing
Sir proper videos dal do na so hme bhi indepth knowledge ho jaye .
It's work, I am so greatful for you thx a lot❤
where is the source code link
thxs, reinstall OpenCV is the solution
Source code ??
github.com/adrianhajdin/project_fitness_app.git
Thank you dude
Thank you.
Sir can i get the source code please
Please find the code in the repo link of which has been shared in the description
This is very new, Video streaming with opencv has not been attempted so far.
.withAgeAndGender() how to add it is not working
طبق كل الخطوات لكنه لم يعمل معي
❤
Please allow the files to download, its only showing the files but preview is not available.
Please take from the git repo of mine
@@gauravkumarjain Can you please provide the link because you gifhub account is not mentioned in the video or chennal description!
it is unable to donwload the code from drive.? why?
please refresh and check the description section again
Hey i can't type anything on the !buildozer init part i can't type y I'm on mobile please help
pip install cmake or pip3 install cmake works for me.
could you provide repo link?
its there in teh description section
.Thank you so much GAURAV KUMAR JAIN.
Great 👍
Nice video! But you need a better mic.
Thanks for the suggestion. Already changed
life saver video!! resolved the issue on windows machine. do we get compiled binaries for macOS also...? searched a lot but couldn't find.
Please your image app link
Thank you so much sir. pls remove the access option in google drive link.
Thank you so much
nice video, thx for explanation
my file_creation dag is not showing on dag admin panel
I would suggest you to check the path of DAG. Also, check if you have missed to import it in your file
i don't find web file
i want a quick answer (help) please
You may check the video and try building a web.config file yourself
Hiii sir currently I am working on this project, so please help
How can I help you?
can i have the code?
please contact me on my whatsapp +91-9891665634
sir can i hoist or live this on linkedin? for other people or it will be on my system only,
yes we can provied the app is connected to linkedin api
Souce code
you may contact me on my whatsapp +01-9891665634
Nice project. Please provide a Github link. Thank you very much.
you may contact me on my whatsapp +91-9891665634
kindly share the project code
Thank you for a great video. How can I use this exactly in a agent? Could you give me an code example, please?
same for me
Sir can i get the source code please