Codegnan Official
@codegnan
485
subscribers
108
photos
3
videos
269
links
This is Codegnan's Official Channel. Here you can get all the updates regarding Webinars, Live Sessions, Blogs on latest technologies etc.,
Download Telegram
Join
Codegnan Official
485 subscribers
Codegnan Official
https://youtu.be/kmg-kFxiftM
YouTube
Storing Data in a Data Frame | Case Study - Web Scraping | Part-7
Web scraping is the process of gathering information from the Internet. Even copy-pasting the lyrics of your favorite song is a form of web scraping! However, the words “Web Scraping” usually refer to a process that involves automation. Some websites allow…
Codegnan Official
https://youtu.be/xJd20eyhza0
YouTube
Working on Scraping Data From Multiple Pages | Case Study - Web Scraping | Part-8
Web scraping is the process of gathering information from the Internet. Even copy-pasting the lyrics of your favorite song is a form of web scraping! However, the words “Web Scraping” usually refer to a process that involves automation. Some websites allow…
Codegnan Official
https://youtu.be/yE86vOULIek
YouTube
Getting Started with OpenCV | Introduction to Computer Vision| Part-1
Getting Started with OpenCV
We are awash in images. Smartphones have cameras, and taking a photo or video and sharing it has never been easier earlier, resulting in the incredible growth of modern social networks like Instagram, Whatsapp.YouTube might be…
Codegnan Official
https://youtu.be/gmsq0E_3qOs
YouTube
Working on Reading and Displaying Image | Introduction to Computer Vision | Part-2
Working on Reading and Displaying Image
Computer vision is the automated extraction of information from images. Information can mean anything from 3D models, camera position, object detection, and recognition to grouping and searching image content. The…
Codegnan Official
https://youtu.be/vMzoKN-wY_M
YouTube
Working on Grayscale and Writing Image | Introduction to Computer Vision | Part-3
Working on Grayscale and Writing Image
Computer vision is the automated extraction of information from images. Information can mean anything from 3D models, camera position, object detection, and recognition to grouping and searching image content. The goal…
Codegnan Official
https://youtu.be/4NIRHy7Xtkk
YouTube
Working on Drawing Rectangles | Introduction to Computer Vision | Part-4
The Internet is comprised of text and images. It is relatively straightforward to index and searches text, but algorithms need to know what the images contain to index and search images. For the longest time, the content of images and video has remained opaque…
Codegnan Official
https://youtu.be/gs-r6zrs5fc
YouTube
Working on Drawing Circles | Introduction to Computer Vision| Part-5
Working on Drawing Circles
The Internet is comprised of text and images. It is relatively straightforward to index and search text, but algorithms need to know what the images contain to index and search images. For the longest time, the content of images…
Codegnan Official
https://youtu.be/LUmuqDS0tB0
YouTube
Working on Face Detection | Introduction to Computer Vision | Part-6
Learn Machine Learning from our Tutorials: http://bit.ly/CodegnanMLPlaylist
Learn Python from our Tutorials: http://bit.ly/CodegnanPythonTuts
Subscribe to our channel and hit the bell icon and never miss the update: https://bit.ly/SubscribeCodegnan
+++…
Codegnan Official
https://youtu.be/0VVsVUqGBp0
YouTube
Arduino bluetooth module | Interfacing Bluetooth with Arduino Uno | Codegnan
Working on Arduino with Bluetooth module(HC-05)
In a world dominated by digital technology, the IoT plays a prominent role in our lives. It has created an ecosystem that links many systems to give smart performances in every task. The internet of things…
Codegnan Official
https://youtu.be/76wp-6rhqFc
YouTube
Creating Account in Thingspeak Cloud and Uploading Sensor Data | Codegnan | Part-1
In this project, we are going to send Temperature and Humidity sensor data to Thingspeak using DHT11. By this method we can monitor our DHT11 sensor’s temperature and humidity data over internet using ThingSpeak IOT server, and we can view the logged data…
Codegnan Official
https://youtu.be/JqmqUAz5ffo
YouTube
Sending Data to Google Sheets | Codegnan | Part-2
Sending Data to Google Sheets
You will need to create a free account on IFTT.com and also connect to the maker channel from within IFTTT. You can download the IFTTT app onto an Iphone or an android device.
IFTTT
IFTTT derives its name from the programming…
Codegnan Official
https://youtu.be/9E4Uby-szgw
YouTube
Sending Alert to User using IFTTT | Codegnan | Part-3
Sending Alert to User using IFTTT
You will need to create a free account on IFTT.com and also connect to the maker channel from within IFTTT. You can download the IFTTT app onto an iPhone or an Android device.
IFTTT
IFTTT derives its name from the programming…
Codegnan Official
https://youtu.be/ihKhJxZBUns
YouTube
Controlling Things using Web Server(LED and BUZZER) | Codegnan | Part-1
Controlling Things using Web Server(LED and BUZZER)
Web Server on NodeMCU with Arduino IDE
Introduction
The Hypertext Transfer Protocol (HTTP) is a standard application layer protocol that functions as a request-response protocol between server and client.…
Codegnan Official
https://youtu.be/R5xZugLV0hc
YouTube
Posting soil moisture Sensor Data on WebServer | Codegnan | Part-2
NodeMCU has Wi-Fi functionality available on board. With this Wi-Fi functionality, NodeMCU can connect to any wi-fi network as a client or it can create a network to which other wi-fi enabled devices can connect.
NodeMCU as HTTP Server using Wi-Fi AP mode…
Codegnan Official
https://youtu.be/K6uauOV11Wc
YouTube
Controlling Things using Google Assistant(MicroPython) | Codegnan
You will need to create a free account on IFTT.com and also connect to the maker channel from within IFTTT. You can download the IFTTT app onto an Iphone or an android device.
IFTTT derives its name from the programming conditional statement “if this, then…
Codegnan Official
https://youtu.be/9pDWhWEqTJc
YouTube
Controlling Things using MIT APP Inventor(MicroPython) | Codegnan
MIT App Inventor is an online platform designed to teach computational thinking concepts through development of mobile applications. Students create applications by dragging and dropping components into a design view and using a visual blocks language to…
Codegnan Official
https://youtu.be/zTs3hzfStCI
YouTube
Controlling Things using WebServer(MicroPython) | Codegnan
The Hypertext Transfer Protocol (HTTP) is a standard application layer protocol that functions as a request-response protocol between server and client.
It is widely used in IoT (Internet of Things) embedded applications, where every sensor is connected to…
Codegnan Official
https://youtu.be/133VRmL1leI
YouTube
Controlling Led with Telegram Chatbot | Codegnan | Part-1| Telegrambot
Bots are third-party applications that run inside Telegram. Users can interact with bots by sending messages, commands, and inline requests. We can control our bots through HTTP APIs provided by Telegram.
A Telegram bot is an application hosted on a server…
Codegnan Official
https://youtu.be/f_bLo91Y0FU
YouTube
Updating DHT11 sensor values in Telegram Chatbot | Codegnan | Part-2
The DHT11 is a basic, ultra low-cost digital temperature and humidity sensor. It uses a capacitive humidity sensor and a thermistor to measure the surrounding air, and spits out a digital signal on the data pin (no analog input pins needed). Its fairly simple…
Codegnan Official
https://youtu.be/DAg5JYwklVY
YouTube
Introduction and Importing the Database | Codegnan | Building 3D Dance Model using AR | Part-1
Augmented Reality is defined as a system that fulfills 3 basic features combination of the Real and Virtual worlds 2. Real-time Interaction and 3.Accurate 3D registration between both virtual and real objects.
Basically, Augmented Reality contains 4 types…