Pinned Repositories
Applied-Data-Science-Capstone-IBM
atcoder-dynamic-programming-contest
Questions : https://atcoder.jp/contests/dp/tasks
Automated-Street-Lighting-Using-IOT
As soon as any obstacle is detected by the infrared sensor, the light and the bulb turns ON and remains in that state right up until that vehicle is passed through.Day and night detection is done extensively that is, no unnecessary use of street lights and no unnecessary wastage of energy and resources.
Client-and-server-mechanism-using-socket-programming
The two key classes from the java.net package used in creation of server and client programs are: 1)ServerSocket 2)socket A server program creates a specifi c type of socket that is used to listen for client requests (server socket), In the case of a connection request, the program creates a new socket through which it will exchange data with the client using input and output streams.
Google-assistant-automation
Google assistant is AI (Artificial Intelligence) based voice command service. Using voice, we can interact with google assistant and it can search on the internet, schedule events, set alarms, control appliances, etc. This service is available on smartphones and Google Home devices. We can control smart home devices including lights, switches, fans and thermostats using our Google Assistant. We will build an application which can control home appliances. Here, we will control a 60W bulb using Google Assistant service. This application includes Google assistant along with Adafruit server and IFTTT service.
Introduction-to-the-Internet-of-Things-and-Embedded-Systems-Coursera
IoT-based-Smart-Irrigation-System-using-Soil-Moisture-Sensor-and-ESP8266-NodeMCU
Most of the farmers use large portions of farming land and it becomes very difficult to reach and track each corner of large lands. Sometime there is a possibility of uneven water sprinkles. This result in the bad quality crops which further leads to financial losses. In this scenario the Smart Irrigation System using Latest IoT technology is helpful and leads to ease of farming. The Smart irrigation System has wide scope to automate the complete irrigation system. Here we are building a IoT based Irrigation System using ESP8266 NodeMCU Module and DHT11 Sensor. It will not only automatically irrigate the water based on the moisture level in the soil but also send the Data to ThingSpeak Server to keep track of the land condition. The System will consist a water pump which will be used to sprinkle water on the land depending upon the land environmental condition such as Moisture, Temperature and Humidity.
Pneumonia-Diagnostic-Infrastructure-Using-IOT
Pneumonia has been labelled as the single largest cause of child mortalityfor the children under five in developing countries around the world. Wepropose a novel method to continuously monitor parameters likeRespiration Rate, Heart Rate, Blood Oxygenation (SpO2) and BodyTemperature in a non-invasive and non-obtrusive manner behind the ear.The data is streamed using Wi-Fi/BLE to the parent’s smartphone or asmart gateway device which uploads it to a server. This project alsoexplores the opportunities for presenting patient vital signs from such adevice to the remote health care workers and doctors. The device alsoenables doctors to track if medication is effective by seeing changes in thevarious physiological parameters. This will enable health workers in ruralareas that are extremely understaffed to assist more children. The devicewould also have alarm modes to alert parents to sudden onset of fever ordifficulty breathing.
The-Arduino-Platform-and-C-Programming-Coursera
Xylophone-in-flutter
The xylophone is a musical instrument in the percussion family that consists of wooden bars struck by mallets. Like the glockenspiel, the xylophone essentially consists of a set of tuned keys arranged in the fashion of the keyboard of a piano. The term xylophone may be used generally, to include all such instruments such as the marimba, balafon and even the semantron. However, in the orchestra, the term xylophone refers specifically to a chromatic instrument of somewhat higher pitch range and drier timbre than the marimba, and these two instruments should not be confused.
kamal153's Repositories
kamal153/Automated-Street-Lighting-Using-IOT
As soon as any obstacle is detected by the infrared sensor, the light and the bulb turns ON and remains in that state right up until that vehicle is passed through.Day and night detection is done extensively that is, no unnecessary use of street lights and no unnecessary wastage of energy and resources.
kamal153/IoT-based-Smart-Irrigation-System-using-Soil-Moisture-Sensor-and-ESP8266-NodeMCU
Most of the farmers use large portions of farming land and it becomes very difficult to reach and track each corner of large lands. Sometime there is a possibility of uneven water sprinkles. This result in the bad quality crops which further leads to financial losses. In this scenario the Smart Irrigation System using Latest IoT technology is helpful and leads to ease of farming. The Smart irrigation System has wide scope to automate the complete irrigation system. Here we are building a IoT based Irrigation System using ESP8266 NodeMCU Module and DHT11 Sensor. It will not only automatically irrigate the water based on the moisture level in the soil but also send the Data to ThingSpeak Server to keep track of the land condition. The System will consist a water pump which will be used to sprinkle water on the land depending upon the land environmental condition such as Moisture, Temperature and Humidity.
kamal153/Google-assistant-automation
Google assistant is AI (Artificial Intelligence) based voice command service. Using voice, we can interact with google assistant and it can search on the internet, schedule events, set alarms, control appliances, etc. This service is available on smartphones and Google Home devices. We can control smart home devices including lights, switches, fans and thermostats using our Google Assistant. We will build an application which can control home appliances. Here, we will control a 60W bulb using Google Assistant service. This application includes Google assistant along with Adafruit server and IFTTT service.
kamal153/Introduction-to-the-Internet-of-Things-and-Embedded-Systems-Coursera
kamal153/Pneumonia-Diagnostic-Infrastructure-Using-IOT
Pneumonia has been labelled as the single largest cause of child mortalityfor the children under five in developing countries around the world. Wepropose a novel method to continuously monitor parameters likeRespiration Rate, Heart Rate, Blood Oxygenation (SpO2) and BodyTemperature in a non-invasive and non-obtrusive manner behind the ear.The data is streamed using Wi-Fi/BLE to the parent’s smartphone or asmart gateway device which uploads it to a server. This project alsoexplores the opportunities for presenting patient vital signs from such adevice to the remote health care workers and doctors. The device alsoenables doctors to track if medication is effective by seeing changes in thevarious physiological parameters. This will enable health workers in ruralareas that are extremely understaffed to assist more children. The devicewould also have alarm modes to alert parents to sudden onset of fever ordifficulty breathing.
kamal153/The-Arduino-Platform-and-C-Programming-Coursera
kamal153/Xylophone-in-flutter
The xylophone is a musical instrument in the percussion family that consists of wooden bars struck by mallets. Like the glockenspiel, the xylophone essentially consists of a set of tuned keys arranged in the fashion of the keyboard of a piano. The term xylophone may be used generally, to include all such instruments such as the marimba, balafon and even the semantron. However, in the orchestra, the term xylophone refers specifically to a chromatic instrument of somewhat higher pitch range and drier timbre than the marimba, and these two instruments should not be confused.
kamal153/Applied-Data-Science-Capstone-IBM
kamal153/atcoder-dynamic-programming-contest
Questions : https://atcoder.jp/contests/dp/tasks
kamal153/Client-and-server-mechanism-using-socket-programming
The two key classes from the java.net package used in creation of server and client programs are: 1)ServerSocket 2)socket A server program creates a specifi c type of socket that is used to listen for client requests (server socket), In the case of a connection request, the program creates a new socket through which it will exchange data with the client using input and output streams.
kamal153/Databases-and-SQL-for-Data-Science-Peer-graded-Assignment-
Databases and SQL for Data Science(Peer-graded Assignment) Coursera
kamal153/Dice-in-flutter
Dice is used in many game such as Backgammon,Balut,Beetle,Blisters Dice Game,Boggle,Bunco,Button Men,Cee-lo,Chō-han,Chuck-a-luck,Craps / Seven-Eleven,Crown and Anchor,Dayakattai,Dice 10000 / 5000 / 1000,Diceball!,Dice Chess,Dudo,Duell. So I create one dice roller application.
kamal153/EA31337-classes
📦📈 EA31337 framework (MQL library for writing trading Expert Advisors, indicators and scripts)
kamal153/EA31337-strategies
🤖📈 EA31337 strategies.
kamal153/EMPLOYEE-MANAGEMENT-SYSTEM-USING-C-
Employee Management System is a distributed application, developed to maintain the details of employees working in any organization. It maintains the information about the personal details of their employees. The application is actually a suite of applications developed using C++. Employee Management system is an application that enables users to create and store Employee Records. The application also provides facilities of a payroll system which enables user to generate Pay slips too. This application is helpful to department of the organization which maintains data of employees related to an organization .
kamal153/ESP8266-as-hotspot-or-router-without-internet
kamal153/Home-automation-using-telegram
Home automation now becomes an essential part of IoT applications and people use their smartphone to control home appliances from anywhere over internet. There are various ways to control AC appliances with smartphone, some of them we have covered in our previous IoT Home Automation Tutorials, today we will learn one more method to control appliance through our smart phone.
kamal153/Images-to-PDF
An app to convert images to PDF file!
kamal153/Interfacing-with-the-Arduino-Coursera
kamal153/kamal153
Config files for my GitHub profile.
kamal153/Milk-Delivery-App
kamal153/ProgrammingAssignment2
kamal153/Send-otp-using-Android
In many application we show that they verify the user contact number using OTP verification. Main problem is many company provide sms sending service but this services are paid so can develop one application demo to send OTP for user mobile verification.
kamal153/Smart-Garbage-Monitoring-Model
One of the main concerns with our environment has been solid waste management which impacts the health and environment of our society.The detection, monitoring and management of wastes is one of the primary problems of the present era. The traditional way of manually monitoring the wastes in waste bins is a cumbersome process and utilizes more human effort, time and cost which can easily be avoided with our present technologies.This is our solution, a method in which waste management is automated. This is our IoT Garbage Monitoring system, an innovative way that will help to keep the cities clean and healthy.The model adheres to autonomous lid closing and opening, also autonomous bifurcation of wet and dry waste has been implemented.
kamal153/The-Raspberry-Pi-Platform-and-Python-Programming-for-the-Raspberry-Pi
kamal153/To-Do-App
You know the phrase, "One man's trash is another man's treasure"? That's how I feel about to-do lists. After all, how you track your tasks depends entirely on the person. Are you looking for a simple interface, or are you hoping to color-code and categorize hundreds of tasks at once? Is this to-do list for yourself, you and your family, or you and your entire team? How much do aesthetics matter? There are hundreds of to-do list tools out there, but some of them are just plain better than others. To help you separate the really solid ones from the rest, we've curated a list of 10 of the best to-do list tools below, including short descriptions to help you determine which may be right for you.
kamal153/Unit-Converter-SwiftUI
kamal153/WeatherApp