You are on page 1of 29

A PROJECT REPORT

ON
WEATHER FORECAST APP
For the partial fulfillment for the award of the degree of

BACHELOR OF TECHNOLOGY
In
COMPUTER SCIENCE AND ENGINEERING
(ARTIFICIAL INTELLIGENCE AND MACHINE
LEARNING)
Submitted By
Aashish Yadav (2001920100004)
Abhishek Kumar Gaurav
(2001920100008)
Abhishek Sagar(2001920100010)
Aman Gaur (2001920100029)

Under the Supervision


of Dr. PANKAJ
KUMAR

G.L. BAJAJ INSTITUTE OF TECHNOLOGY &


MANAGEMENT, GREATER NOIDA
Affiliated to
DR. APJ ABDUL KALAM TECHNICAL UNIVERSITY,
LUCKNOW

2022-23
Declaration

We hereby declare that the project work presented in this report entitled “WEATHER
FORECAST APP ”, in partial fulfillment of the requirement for the award of the degree of
Bachelor of Technology in Computer Science & Engineering, submitted to A.P.J. Abdul
Kalam Technical University, Lucknow, is based on my own work carried out at Department
of Computer Science & Engineering, G.L. Bajaj Institute of Technology & Management,
Greater Noida. The work contained in the report is original and project work reported in this
report has not been submitted by me/us for award of any other degree or diploma.

Signature: Signature:
Name: Aashish Yadav Name: Abhishek Kumar Gaurav
Roll No: 2001920100004 Roll No: 2001920100008

Signature: Signature:
Date:24/11/2022
Name: Abhishek Sagar Name: Aman Gaur
Place: Greater Noida
Roll No: 2001920100010 Roll No: 2001920100029

ii
Certificate

This is to certify that the Project report entitled “WEATHER FORECAST APP” done by

Aashish Yadav (2001920100004), Abhishek Kumar Gaurav (2001920100008), Abhishek

Sagar (2001920100010), Aman Gaur (2001920100029) is an original work carried out by

them in Department of Computer Science & Engineering, G.L Bajaj Institute of Technology

& Management, Greater Noida under my guidance. The matter embodied in this project work

has not been submitted earlier for the award of any degree or diploma to the best of my

knowledge and belief.

Date: 24/11/2022

Dr. Pankaj Kumar Dr. Sansar Singh Chauhan


Signature of the Supervisor Head of the Department

iii
Acknowledgement

The merciful guidance bestowed to us by the almighty made us stick out this project to a
successful end. We humbly pray with sincere heart for his guidance to continue forever.

We pay thanks to our project guide Dr. PANKAJ KUMAR who has given guidance and
light to us during this project. Her versatile knowledge has cased us in the critical times
during the span of this project.

We pay special thanks to our Head of Department Dr. Sansar Singh Chauhan who has been
always present as a support and help us in all possible way during this project.

We also take this opportunity to express our gratitude to all those people who have been
directly and indirectly with us during the completion of the project.

We want to thanks our friends who have always encouraged us during this project.

At the last but not least thanks to all the faculty of CSE department who provided valuable
suggestions during the period of project.

iv
Abstract

Weather forecasting is the application of science and technology to predict the state of the
atmosphere for a given location.Ancient weather forecasting methods usually relied on observed
patterns of events, also termed pattern recognition. For example, it might be observed that if the
sunset was particularly red, the following day often brought fair weather.However, not all of these
predictions prove reliable.

Here this system will predict weather based on parameters such as temperature, humidity
and wind. User will enter current temperature; humidity and wind, System will take this
parameter and will predict weather(rainfall in inches) from previous data in database(dataset).
The role of the admin is to add previous weather data in database, so that system will calculate
weather(estimated rainfall in inches) based on these data. Weather forecasting system takes
parameters such as temperature, humidity, and wind and will forecast weather based on previous
record therefore this prediction will prove reliable. This system can be used in Air Traffic,
Marine, Agriculture, Forestry, Military, and Navy etc.

v
INTRODUCTION

The traditional forecast process employed by most NMHSs involves forecasters producing text-
based, sensible, weather-element forecast products (e.g. maximum/minimum temperature, cloud
cover) using numerical weather prediction (NWP) output as guidance. The process is typically
schedule-driven, product-oriented and labour-intensive. Over the last decade, technological
advances and scientific breakthroughs have allowed NMHSs’ hydrometeorological forecasts and
warnings to become much more specific and accurate.

Weather forecasting is the prediction of the state of the atmosphere for a given location using the
application of science and technology. This includes temperature, rain, cloudiness, wind speed,
and humidity. Weather warnings are a special kind of short-range forecast carried out for the
protection of human life

Features Weather Forecast Project In Python Django:

• Time to time update weather


• Temperature Update
• Last 7 days data Predict
• change weather in every hours as according to weather changes.
• provide accurate data information about weather.
• user can search weather anytime and anywhere.
• any places data can be search and provide information as according to weather.
• help user to travel.
• help User to future plans for holidays.

vi
1.6 Proposed System
User will enter current temperature; humidity and wind, System will take this parameter and will
predict weather from previous data in database. The role of the admin is to add previous weather
data in database, so that system will calculate weather based on these data. Weather forecasting
system takes parameters such as temperature, humidity, and wind and will forecast weather based
on previous record therefore this prediction will prove reliable.

REQUIREMENTS
Platform Requirements
Hardwar
e/Softwa Hardware / Software element Specification /version
re
Hardwar Processor I3
e RAM 2 GB
Hard Disk 150 GB
Software OS WINDOWS,LINUX
Python IDE VS CODE,JUPYTER

vii
Briefing
 The need for accurate, open weather data is universal. Applicationsfor global logistics,
agriculture, commerce, natural disaster mitigation, and many other areas require valid
weather outlooks.

 Thankfully, the weather industry is quite mature, with a global ecosystem of sensors
storing data every second, and extensivedatabases opening up raw data. Academia has
also produced powerful open-source machine learning technologies, advancing both
the accuracy and computing speed of global forecasting models.

 Since both global weather datasets and AI weather calculations are freely available,
the APIs that enable access to them should be openas well. Thus, services like Open
Weather Map are keeping costs down while providing a usable API platform to access
enhanced weather data.

 Forecasting services that enhance weather data shouldn’t be expensive since the
technology that powers them is known and freely distributed. Short-term nowcast
predictions, for example, utilize well-known algorithms. The minute forecast formulas
are based on a mathematical approach established in the 1950s that stillworks like a
charm today.

viii
TABLE OF CONTENT

Declaration.................................................................................................. (ii)
Certificate ................................................................................................................. (iii)
Acknowledgement .......................................................................................................... (iv)
Abstract ................................................................................................................. (v)
Table of Content....................................................................................................................(vi)
List of Figures.......................................................................................................................(viii)
List of Tables …………………………………………………………………………. (ix)

Chapter 1. Introduction .......................................................................................... Pg. No.


1.1 Problem Definition…..............................................................................
1.2 Project Overview / Specifications...........................................................
1.3
Chapter 2. Existing System ........................................................ Pg.No
2.1 Introduction …………………………………………………………..
2.2 Existing System....................................................................................
2.3

Chapter 3. Problem Formulation ………………………………………………. Pg.No


3.1
3.2

Chapter 4. System Analysis & Design …............................................................ Pg.No


4.1
4.2

Chapter 5. Implementation………….…............................................................ Pg.No


5.1

Chapter 6. Result & Discussion ……………………….......................................... Pg.No


6.1.
6.2.
Chapter 7. Conclusion, Limitation & Future Scope.………………………..... Pg.No

References

ix
LIST OF FIGURES

Page No.

Figure 1.1 Pg.No


Figure 1.2 Pg.No
Figure 2.1 Pg.No
Figure 2.2 Pg.No
Figure 3.1 Pg.No

x
Chapter 1
Introduction

Weather forecasting is the application of science and technology to predict the conditions
of the atmosphere for a given location and time. Weather forecasts are made by collecting
quantitative data about the current state of the atmosphere at a given place and using
meteorology to project how the atmosphere will change. The role of Technology has been
remarkable in the field of weather forecasting. Weather data is not only necessary for researchers
or scientists, ordinary people can be benefitted from it as well. People nowadays are feeling the
necessity of weather data as well. There are a variety of weather mobile apps in Google Play and
the App store. Those apps have great features and functionalities to satisfy users. However, only
a few of them have friendly user interface and human centered interactions, which means that a
lot of them might be difficult to be navigated even though they provide enough functionalities. It
is not convenient for new users. Therefore, we would like to do improvements on weather
mobile apps. It is basically for Apple smart phones and tablets.

Over the past few years, Weather Report applications have become an extremely hyped thing for
mobile users
from all over the world. And, it is no wonder to learn that with the passage of time, their
popularity and demand
continue to enhance. Some of the most popular and downloaded Weather Report
applications include Google
Weather, Yahoo Weather App and so on.The versatile weather application is a user friendly
application in which it
helps the user to interact with it easily and users don’t have to face any difficulties while using
this application as it
was developed as a user friendly application .

The project , the “WEATHER FORECAST APP” is a cutting edge and


versatile Weather application fundamentally designed to help people to travel long distances
connect with their near place ones in a very friendly, easy and hassle-free manner. This
application is compatible with all the OSs. And with said that, anyone owing their own android

1
phone or PC, the Weather Report application can create a huge difference in hooking them up
with others provided ,they also have the same application loaded on their device or PC. It is
very simple to use and easy to install that can be downloaded directly. When it comes to the
features, they all are extremely engaging and they keep updating periodically back to back. The
extent of fun in using this Weather application is beyond comparison. This application is highly
accommodative for quick technological updates and integration. The application will have the
features like providing Forecast, Humidity, Pressure etc. It also provides Forecast Weather for 7
Days all over the world.
In today’s busy routine life, the users of this Weather Report application will be just a click away
to access all the basic requirements in today’s day to day routine of the humans. The users will
have access to the latest Weather updates i.e. the burning Weather in all around the world.
Secondly, the users will have the access to the weather forecast before going out of their home
with the support of the GPS in their smart-phones. Compared to the other applications this
Weather Report application will prove to be an amazing user friendly application with lots of
more features.

Linear Regression is a machine learning algorithm based on supervised learning. It performs


a regression task. Regression models a target prediction value based on independent variables.
It is mostly used for finding out the relationship between variables and forecasting. Different
regression models differ based on – the kind of relationship between dependent and
independent variables, they are considering and the number of independent variables being
used.

Project Aim
To make areal time weather application that takes user’s exact location and provides weather
forecast for the day and upcoming days also.We also tried to design a simple but visual UI that
provides comprehensive data. The application provides suggestions to users based on weather
conditions. And lastly, user can search and access data for custom locations(string based).

2
Chapter 2
EXISTING SYSTEM

Weather maps
Weather maps Weather maps simply and graphically depict meteorological conditions in the
atmosphere. Weather maps may display only one feature of the atmosphere or multiple
features. They can depict information from computer models or from human observations.
Weather maps are found in newspapers, on television, and on the Internet. On a weather map,
each weather station will have important meteorological conditions plotted. These conditions
may include temperature, current weather, dew point, cloud cover, sea level air pressure, wind
speed and direction. On a weather map, meteorologists use many different symbols. These
symbols give them a quick and easy way to put information onto the map . Figure 1.2 shows
some of these symbols used for Weather Map.

Weather satellites

Weather satellites have been increasingly important sources of weather data sincethe first one
was launched in 1952. Weather satellites are the best way to monitor large scale systems, like
storms. Satellites can also monitor the spread of ash from a volcanic eruption, smoke from fires,
and pollution. They are able to record long-term changes. Figure 1.1 shows one of the
geostationary satellites that monitors conditions over the world. Weather satellites may observe
all energy from all wavelengths in the electromagnetic spectrum. Most important are the visible
light and infrared (heat)frequencies.

Radar

Radar stands for Radio Detection and Ranging. In radar, a transmitter sends out radio waves. The
radio waves bounce off the nearest object and then return to a receiver. Weather radar can sense
many characteristics of precipitation, its location, motion, intensity, and the likelihood of future
precipitation. Most weather radar is Doppler radar, which can also track how fast the precipitation

3
falls. Radar can outline the structure of a storm and in doing so estimates the possibility that it
will produce severe weather.

PROBLEM FORMULATION

We were frustrated not having a reliable app to check the weather forecast, therefore she looks at
different ones every day (at least twice!), especially early in the morning to make sure that
nothing has dramatically changed during night-time, then she can choose the right clothes for the
day.

I believe that providing to my user a reliable, trusty and fun app to see the weather forecast I can
make her life more comfortable.

Based on my problem statement and hypothesis. I sketched six options to have different
alternatives to choose from.

I decided to go for the simplest design, where I implement the three main opportunities and give
the chance to improve our relationship with weather forecast issues. My idea is an app that works
out the optimal predictions by using her different favourite weather forecast sites. Therefore I
eliminate the frustration of checking different options to make up her mind, the app will do
instead.

Its most significant feature is a 24-hour clock where easily can visualize at what time it will be
raining, cloudy or sunny (depending on the settings), during the next day.

The traditional forecast process employed by most NMHSs involves forecasters producing text-
based, sensible, weather-element forecast products (e.g. maximum/minimum temperature, cloud
cover) using numerical weather prediction (NWP) output as guidance. The process is typically

4
schedule-driven, product-oriented and labour-intensive. Over the last decade, technological

5
advances and scientific breakthroughs have allowed NMHSs’ hydrometeorological
forecasts and warnings to become much more specific and accurate.

1) We successfully predicted the rainfall using the linear regression but here
this is not very accurate only sometimes any way it depends upon the climate
changes to season to season. Here we are taking only summer season weather
data set it only useful to predict rainfall in summer season. Finally, it is agreed
that we made an attempt on the following points:

 The description of the purpose the scope and applicability of this project.
 We specify the system's necessary specs as well as the actions that
can be performed on these objects.
 We define the system's required specifications and the actions that
can be taken on these objects.
 We comprehend the problem domain and create a system model
that represents the operations that can be performed on the system.
 We went into great lengths about the features and
processes, providing a lot of important information.
 We created the user interface as well as system security issues.
 Finally, the system is built and tested in accordance with the test cases.
2) In this module we first gather the data(dataset) for our prediction model.Data

comes in all forms, most of it being very messy and unstructured. They rarely
come ready to use. Datasets, large and small, come with a variety of issues-
invalid fields, missing and additional values, and values that are in forms
different from the one we require. In order to bring it to workable or structured
form, we need to “clean” our data, and make it ready to use. Some common
cleaning includes parsing, converting to one-hot, removing unnecessary data,
etc.

6
In our case, our data has some days where some factors weren’t recorded. And the
rainfall in cm was marked as T if there was trace precipitation. Our algorithm requires
numbers, so we can’t work with alphabets popping up in our data. so we need to clean
the data before applying it on our model.

3) Once the data is cleaned, In this module that cleaned data can be used as an input to our

Linear regression model. Linear regression is a linear approach to form a relationship


between a dependent variable and many independent explanatory variables. This is
done by plotting a line that fits our scatter plot the best, ie, with the least errors. This
gives value predictions, ie, how much, by substituting the independent values in the
line equation.

We will use Scikit-learn’s linear regression model to train our dataset. Once the model
is trained, we can give our own inputs for the various columns such as temperature,
dew point, pressure, etc. to predict the weather based on these attributes.

Purpose

There are several reasons why weather forecasts are important. They would certainly be missed if
they were not there. It is a product of science that impacts the lives of many people. The
following is a list of various reasons why weather forecastsareimportant:

1. Helps people prepare for how to dress (i.e. warm weather, cold weather,
windyweather,rainyweather).
2. Helps businesses and people plan for power production and how much power to use (i.e.
power companies,wheretosetthermostat).

7
3. Helps people prepare if they need to take extra gear to prepare for the weather (i.e. umbrella,
rain coat,sunscreen).
4. Helps people plan outdoor activities (i.e. to see if rain/storms/cold weather will impact
outdoor event).
5. Helps curious people to know what sort of weather can be expected (i.e. a
snowontheway,severestorms).
6. Helps businesses plan for transportation hazards that can result from the weather (i.e. fog,
snow, ice, storms, clouds as it relates to driving and flying
for example)
7. Helps people with health related issues to plan the day (i.e. allergies, asthma, heatstress).
8. Helps businesses and people plan for severe weather and other weather
hazards(lightning,hail,tornadoes,hurricanes,Icestorms).
9. Helps farmers and gardeners plan for crop irrigation and protection (irrigation scheduling,
freeze protection).

8
SYSTEM ANALYSIS & DESIGN
The “Weather Report” provides the following facilities:
Provide Weather Information: we can know the climate behaviour all over the world with a
single click. Provide
Pictorial Representation: where a user can easily figure out the condtions of the environment.
Provide Search tool: System provides a search option where a user can know the weather
information all over the world with a
single click.
Simple and interactive GUI: System facilitates simple and interactive Graphical User Interface
for the user while handling the system.
With the development of weather report and Mobile terminal, especially the release of Android
smart phone platform has injected new vitality to the mobile space. Android is an open sourcing
mobile operating system based on Linux which is a completely open and integrated platform for
mobile devices. Android platform consists of the operating system, middleware and user interface
and application software.
Bluetooth technology is a mature short- range wireless communication technology. The working
frequency band of Bluetooth does not need a license around the globe. The advantage of
Bluetooth technology is reflected in the low price, easy to control and non-visual distance
limitations. Bluetooth is an important feature of the smart phone, which is integrated into the
Android platform, as the Android mobile network communication module. The Android system
provides many Bluetooth APIs for developers to call.

For this project, we will utilize Python and a weather reporting service that provides us with an
API key to interpret the daily weather conditions of any particular place. One of the few library
requirements that we will need for this project is the request module that is available in Python. If
you don’t have it already, feel free to install the following module with a simple pip install
command and import the library as shown below. This tool will allow us to directly access HTTP
links for the required weather API applications

Now, we will require an API key from a website that stores information about the weather and
forecasts them with accurate results. The Open Weather Map website provides a scientific yet
simplistic approach for utilizing their technology in our Python code to quickly yield the desired
results of weather forecasting. To generate your own API key, simply log in to the following
9
website and create an account for totally free. You can either use one of their suggested API keys
or generate one of your own. Paste this generated API key in a variable of your choice, as shown
below.

Our next step is to allow the user to enter their desired location for which they want to analyze or view
the weather conditions. We can perform the following action with an input command allowing the
user to type in the required location. Note that you are allowed to type only locations that actually
exist. If you mistype the name of the location or of a location that does not exist, you will receive an
error message that will be displayed.

We will now create a variable that will store the default URL location to the weather access website.
For the final URL, we will combine the default path of the open weather map website with the API
key that we have previously generated and stored in the API_Key variable. Finally, in the weather
data variable, we will use the requests library to get the weather data and store the information
accordingly.

Now that we have successfully collected our weather information in the respective variable, we
can proceed to display the required data to the user. The following action can be done with the
print statement, as shown in the below code snippet.

You may notice that the information that is displayed from the print statement does not look as
pretty as you might have expected it to, as the data collected and displayed are in the raw format.
Hence, we can make use of the Data pretty printer module to allow us to print the useful
information in a more presentable and readable manner for the user.

CODE EXPLANATION:-
 It will take the input (city name) from user and convert it to longitude and latitude.

 It will convert longitude and latitude to time zone and clock.

 Now, we will use longitude and latitude in API Link to get data OpenWeatherAPI.
1
 You can import data like temperature, climate, wind speed, pressure, cloud,
image, humidity and many other things you want.

 We have used Date time module to get day name.

The OpenWeatherMap is a service that provides weather data, including current weather data,
forecasts, and historical data to the developers of web services and mobile applications.
It provides an API with JSON, XML, and HTML endpoints and a limited free usage tier. Making
more than 60 calls per minute requires a paid subscription starting at USD 40 per month. Access to
historical data requires a subscription starting at 150 USD per month. Users can request current
weather information, extended forecasts, and graphical maps (showing cloud cover, wind speed,
pressure, and precipitation).
To use this current weather data API, one must need the API key, which can be get from here.
Note: User need to create an account on openweathermap.org then only can use the APIs.

Required modules:
 pip install pytz
 pip install geopy
 pip install timezonefinder
 pip install requests pip install pillow

 Timezonefinder-This is a fast and lightweight python package for looking up the


corresponding timezone for given coordinates on earth entirely offline.

 Pytz - Pytz brings the Olson tz database into Python and thus supports almost all time
zones. This module serves the date-time conversion functionalities and helps user serving
international client’s base. It enables time-zone calculations in our Python applications and
also allows us to create timezone aware datetime instances.

 Geopy is a Python client for several popular geocoding web services.


 geopy makes it easy for Python developers to locate the coordinates of addresses, cities,
countries, and landmarks across the globe using third-party geocoders and other data
sources.
1
 geopy includes geocoder classes for the OpenStreetMap Nominatim, Google Geocoding API

1
(V3), and many other geocoding services. The full list is available on the Geocoders doc
section. Geocoder classes are located in geopy.geocoders.

 Digital Image processing means processing the image digitally with the help of a computer.
Using image processing we can perform operations like enhancing the image, blurring the
image, extracting text from images, and many more operations. There are various ways to
process images digitally. Here we will discuss the Pillow module of Python. Python Pillow
is built on the top of PIL (Python Image Library) and is considered as the fork for the same
as PIL has been discontinued from 2011. Pillow supports many image file formats
including BMP, PNG, JPEG, and TIFF. The library encourages adding support for newer
formats in the library by creating new file decoders.

1
Various Images to represent the Weather
in App

1
RESULT & DISCUSSION
The development of the weather report application is not an easy task. In this project we present
the main steps in development of application of weather forecast using the GPS for android.
The client application communicates with the third party server using Web services to
download the application. The system developed includes the testing module.
The testing result showed that the system worked correctly. Next step, we are going to conduct
an evaluation on the effectiveness of the system. This system will persist to grow and the future
work will include improving the content of the system by adding more modules and having
graphical representation as an additional feature in turn creating more assortments and enhancing
the system to continuously suit the users need and the further experiments would be conducted
for a longer period of time.
There is always a room for improvements in any software package, however good and efficient it
may be done. But the most important thing is it should be flexible to accept further
modifications. Right now we are just dealing with the Graphical representation . Further we
would be including the charts and many other features to make it go with the new and trending
technology.
Thus implementing the further enhancements will make the
project more flexible and also ease for the users.

Unimplemented features

a) We intend to provide more detailed tips based on the age,gender,region and health
conditions(Dust allergy,heat stroke tendency etc.) of the user.

b) FAQ section based on detailed data might be quite handy.It will save the user’s efforts and
make it more convenient.

c) Using paid APIs to fetch more details might make the application more comprehensive and
appealing.For example wind speed,precipitation & sea level values can be used to provide
more intellectual tips.

d) Mobility of the traveler,their start & end points of the journey,their route of
traveling(road,waterway,aerial) shall be strongly focused.The application needs to be an
aid for traveling users.

e) Recording User inputs to understand the user preferences and providing them necessary
notifications needs to be kept in mind.

1
f) Maybe someday in the near future,we will use AIs for more precision and accuracy.

CONCLUSION

Weather forecasting is a complex and challenging science that depends on the efficient
interplay of weather observation, data analysis by meteorologists and computers, and
rapid communication systems. Meteorologists have achieved a very respectable level of
skill for shortrange weather forecasting. Further improvement is expected with denser
surface and upper air observational networks, more precise numerical models of the
atmosphere, larger and faster computers and more are to be realized. However, continued
international cooperation is essential, for the atmosphere is a continuous fluid that knows
no political boundaries.

References

Several applications provided us a proper guideline on how to


proceed.They are listed as follows:-
a)Dark Sky developed by The DarkSky Company probably has the best
visuals. b)AccuWeather inc. developed the Accuweather app that provides the
most comprehensive data comparatively.
c) Haze developed by Robocat & Taptanium is the most simplistic and
gorgeous app one will ever find.

[1] DR.C.K.Gomathy , V.Geetha , S.Madhumitha , S.Sangeetha , R.Vishnupriya


Article: A Secure With Efficient Data Transaction In Cloud Service,
Published by International Journal of Advanced Research in Computer
Engineering & Technology (IJARCET) Volume 5 Issue 4, March 2016,
ISSN: 2278 – 1323.

[2] Dr.C.K.Gomathy,C K Hemalatha, Article: A Study On Employee


Safety And Health Management International Research Journal Of
Engineering And Technology (Irjet)-
Volume: 08 Issue: 04 | Apr 2021

[3] Dr.C K Gomathy, Article: A Study on the Effect of Digital Literacy and
information Management, IAETSD14 Journal For Advanced Research In
Applied Sciences, Volume 7 Issue 3, P.No-51-57, ISSN NO: 2279-
543X,Mar/2018
[4] Dr.C K Gomathy, Article: An Effective Innovation Technology In
Enhancing Teaching And Learning Of Knowledge Using Ict Methods,
International Journal Of Contemporary Research In Computer Science And
Technology (Ijcrcst) E-Issn: 2395-5325 Volume3, Issue 4,P.No-10-13, April
’2017
[5] Dr.C K Gomathy, Article: Supply chain-Impact of importance and Technology in
Software Release Management, International Journal of Scientific Research in Computer
Science Engineering and Information Technology ( IJSRCSEIT ) Volume 3 | Issue 6 |
ISSN : 2456-3307, P.No:1-4, July-2018.

[6] C K Gomathy and V Geetha. Article: A Real Time Analysis of Service based using
Mobile Phone Controlled Vehicle using DTMF for Accident Prevention. International
Journal of Computer Applications 138(2):11-13, March 2016. Published by Foundation of
Computer Science (FCS), NY, USA,ISSN No: 0975-8887

[7] C K Gomathy and V Geetha. Article: Evaluation on Ethernet based Passive Optical
Network Service Enhancement through Splitting of Architecture. International Journal of
Computer Applications 138(2):14-17, March 2016. Published by Foundation of Computer
Science (FCS), NY, USA, ISSN No: 0975-8887

[8] C.K.Gomathy and Dr.S.Rajalakshmi.(2014), "A Software Design Pattern for Bank
Service Oriented Architecture", International Journal of Advanced Research in Computer
Engineering and Technology(IJARCET), Volume 3,Issue IV, April 2014,P.No:1302-
1306, ,ISSN:2278-1323.

[9] C. K. Gomathy and S. Rajalakshmi, "A software quality metric performance of


professional management in service oriented architecture," Second International
Conference on Current Trends in Engineering and Technology - ICCTET 2014, 2014, pp.
41-47, doi: 10.1109/ICCTET.2014.6966260.

[10] Dr.C K Gomathy, V Geetha ,T N V Siddartha, M Sandeep , B Srinivasa Srujay Article:


Web Service Composition In A Digitalized Health Care Environment For Effective
Communications, Published by International Journal of Advanced Research in Computer
Engineering & Technology (IJARCET) Volume 5 Issue 4, April 2016, ISSN: 2278 –
1323.

[11] Dr.C K Gomathy, V Geetha , T.Jayanthi, M.Bhargavi, P.Sai Haritha Article: A Medical
Information Security Using Cryptosystem For Wireless Sensor Networks, International
Journal Of Contemporary Research In Computer Science And Technology (Ijcrcst) E-
Issn: 2395-5325 Volume3, Issue 4, P.No-1-5,April ’2017

[12] V Geetha , Dr.C K Gomathy T.Jayanthi, R. Jayashree,, S. Indhumathi, E. Avinash,,


Article: An Efficient Prediction Of Medical Diseases Using Pattern Mining In Data
Exploration, International Journal Of Contemporary Research In Computer Science And
Technology (Ijcrcst) E-Issn: 2395-5325 Volume3, Issue 4,P.No-18-21,April ’2017

[13].V Geetha , Dr.C K Gomathy15 T.Jayanthi, G.Vamsi , N.P.Ganesh,


G.Raheshwara Rao, Article: An Effective Implementation Of Data Prefetching
To Alleviate The Storage Access Latency, International Journal Of
Contemporary Research In Computer Science And Technology (Ijcrcst) E-Issn:
2395-5325 Volume3, Issue 4,P.No-14-17.April ’2017

[14] C K Gomathy A STUDY ON THE RECENT ADVANCEMENTS IN


ONLINE SURVEYING", International Journal of Emerging Technologies
and Innovative Research

1
(www.jetir.org), ISSN:2349-5162, Vol.5, Issue 11, page no.327-331, November-2018,
Available :http://www.jetir.org/papers/JETIR1811850.pdf

You might also like