Gaurav Mini Project File
Gaurav Mini Project File
Gaurav Mini Project File
TABLE OF CONTENTS
Certificate
CERTIFICATE
This is to certify that Gaurav Tomar (2201920140209) studying in GL Bajaj Institute of technology
and Management, Greater Noida have completed their project1 entitled “Weather Prediction” at
GL Bajaj Institute of technology and Management, Greater Noida under my supervision.
It is further certified that they had attended required number of practical classes at GL Bajaj
Institute of technology and Management, Greater Noida for the completion of their project1 during
3rd semester.
Deepkiran Munjal
Project Supervisor
DECLARATION OF STUDENT
We hereby declare that the work which is present in this project1 report entitled “Weather
Prediction” in the partial fulfillment for the award of the degree of Masters of Computer
Applications, GL Bajaj Institute of technology and management is an authentic record of us,
carried out during a period of NOV 2023 to JAN 2024, under the supervision of Deepkiran
Munjal.
The matter presented in this project report has not been submitted by us for the award of any other
degree of this or any other institute/university.
Date:_____________
PREFACE
GL Bajaj Institute of technology and Management, Greater Noida ii
Weather Prediction
Weather prediction today is largely based on expert systems. This is undoubtedly, a great solution.
But the intricacies involved in computing the network required to infer all the cases is
astronomically vast. Hence, a Machine learning based solution is capable of using a statistically
tuned ML-agent that harnesses the capabilities of traversing every case there realistically could be
to create a fine tuned system wherein projections would be rather accurate for a much less
developmental cost and computational cost alike.
Chapter 1 provides the details regarding the introduction of the area of project, Software tools
and technology used like React, Javascript.
Chapter 2 provides problem statement, Objective in term of functional and non functional
requirements provided by the project
Chapter 3 includes various UML diagrams like use case diagrams, activity diagram, description
about tables, ER diagrams and flow charts.
Chapter 4 includes testing, where the various modules testing is done to check whether the is
according to the user, Unit testing and Integration testing is done on modules using different test
cases.
Chapter 5 includes results with proper screen shots and description about the screenshots like its
purpose, how this screen will appear etc.
Chapter 6 clearly defines the steps required to make settings in the pc to run your project along
with the snapshot. In short, anybody can install and run our project without our support by just
referencing this chapter.
ACKNOWLEDGEMENT
Engineers in all disciplines must acquire knowledge of project making. Student, in particular, will
find ‘project making’ as an integral part of their studies that will infuse the spirit of doing practical
work in them.
The satisfaction that accompanies the successful completion of any task would be incomplete
without the mention of the people who made it possible whose constant guidance crowned our
efforts with success.
We sincerely express our deep gratitude to the management of our college for giving us liberty to
choose and to work on the most relevant project i.e. “Weather Prediction”. We are thankful to
Mrs. Madhu Gaur (HOD MCA) for ensuring that we have a smooth environment at the college
and lab. At the very outset we would like to offer our never ending thanks to our project supervisor
Mrs. Deepkiran Munjal (Assistant Professor, MCA) who helped us with our project from the
beginning till the end. His continuous surveillance over our work allowed us to work more
efficiently.
ABSTRACT
Weather prediction is the application of science and technology to predict the state of the
atmosphere for a given location. Here this system will predict weather based on parameters such
as temperature, humidity and wind. This system is a web application with effective graphical user
interface. To predict the future’s weather condition, the variation in the conditions in past years
must be utilized. The probability that it will match within the span of adjacent fortnight of previous
year is very high .We have proposed the use of linear regression for weather prediction system
with parameters such as temperature, humidity and wind. It will predict 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.
LIST OF FIGURES
TABLE OF CONTENTS
Certificate ……………………………………………………………………………………….... i
Declaration of student ……………………………………………………………………….. ii
Preface………………Error! Bookmark not defined.
Acknowledgement……………………………………………………………………………………..iv
Abstract……………………………………………………………………………………………….. v
List of Figures…………………………………………………………………………………...…….vi
1. Introduction....................................................................................................................... 1
1.1 Introduction to Weather forecasting..................................................................1
1.2 Methodology used..........................................................................................2
1.3 Technologies used…………………………................................................. 3
1.3.1 Machine Learning – Linear Regression…………………………………..3
1.3.2 Javascript………………………………………………………………….3
1.3.3 Json…………………………………………………………………..........4
1.3.4 React.JS…………………………………………………………………...4
1.3.5 Adobe Illustrator…………………………………………………………..5
1.3.6 Python …………………………………………………………………….5
1.3.7 Weather API……………………………………………………………….6
2. Software Requirement Specification............................................................................7
2.1 Problem Statement……………………...........................................................7
2.2 Project Scope………………………………………………………………...7
2.3 Design and Implementation Constraint……………………………………...7
2.4 User Documentation……............................................................................... 8
2.5 Assumptions and Dependencies…..…………….……………………….......8
2.6 System Features…..……….…………………….…………………………...8
2.4.1 Actors………………………………………………....……………….7
2.7 Functional Requirements……........................................................................8
2.5.1 Accessing database……….…………………….……………………….8
2.5.2 Predicting Algorithm................................... .........................................8
2.5.3 Actions performed by system......................................................….….. 9
2.8 Non Functional Requirements………………………..…………..…….… 9
2.6.1 User Non Functional Requirements……………………..……….… 9
2.6.2 System Non Functional Requirements………………………….… 9
2.6.3 Other Non-Functional Requirements…………………………….… 9
2.9 Other Requirements....….................................................................…….. 9
2.7.1 Performance Requirements…………………………………………… 9
2.7.2 Safety Requirements………………………………………………….. 9
2.7.3 Security Requirements………………………………………………… 10
2.7.4 Hardware Requirements………………………………………………. 10
2.7.5 Software Requirements……………………………………………….. 10
3. Design……....................................................................................................……… 11
3.1 Introduction………………………………………………………………….. 11
5. Results ……………………………………...........................................……….……. 15
6. Deployment................................................................................................................. .17
6.1 Purpose ...................................................................................………….…….. .17
6.2 Preparation and Procedure ...............................................................………..….17
6.3 Product Deployment .......................................................................…………....17
6.4 Environment Variables........................................................................................17
7 Conclusion …………………….................................................................……...….18
8 Future Scope...........................................................................................…………....20
9 Reference .................................................................................................……….…21
Appendix… ........................................................................................…………..….22
Weather forecasting is the task of predicting the state of the atmosphere at a future time and a
specified location. Traditionally, this has been done through physical simulations in which the
atmosphere is modeled as a fluid. The present state of the atmosphere is sampled, and the future
state is computed by numerically solving the equations of fluid dynamics and thermodynamics.
However, the system of ordinary differential equations that govern this physical model is unstable
under perturbations, and uncertainties in the initial measurements of the atmospheric conditions
and an incomplete understanding of complex atmospheric processes restrict the extent of accurate
weather forecasting to a 10 day period, beyond which weather forecasts are significantly
unreliable. Machine learning, on the contrary, is relatively robust to perturbations and doesn’t
require a complete understanding of the physical processes that govern the atmosphere. Therefore,
machine learning may represent a viable alternative to physical models in weather forecasting.
Machine learning is the ability of computer to learn without being explicitly programmed. It allows
machines to find hidden patterns and insights. In supervised learning, we build a model based on
labeled training data. The model is then used for mapping new examples. So, based on the observed
weather patterns from the past, a model can be built and used to predict the weather.
This project work focuses on solving the weather prediction anomalies and in-efficiency based on
linear regression algorithms and to formulate an efficient weather prediction model based on the
linear regression algorithms
In a developing country and an economy like India where major population is dependent on
agriculture, weather conditions play an important and vital role in economic growth of the overall
nation. So, weather prediction should be more precise and accurate. Weather parameters are
collected from the open source . The data used in this project is of the years 2013-2019. The
programming language used is ‘Python’. Fig. 1.1 visualizes the system in the form of a block
diagram.
The weather is predicted using various indices like temperature, humidity and dew-point.
Temperature is the measure of hotness or coldness, generally measured using thermometer. Units
of temperature most frequently used are Celsius and Fahrenheit. We have used maximum and
minimum temperature values along with normal temperature as different index values for
prediction of the weather.
Humidity is the quantity of water vapor present in the atmosphere. It is a relative quantity.
Dew point is the temperature of the atmosphere (which varies according to pressure and humidity)
below which water droplets begin to condense and dew is formed.
Linear regression is the most basic and frequently used predictive model for analysis. Regression
estimates are generally used to describe the data and elucidate relationship between one or more
independent and dependent variables. Linear regression finds the best-fit through the points,
graphically. The best-fit line through the points is known as the regression line.
Fig. 1 is an example of the best-fit line. Here, the line can be straight or curved depending on the
data. The best-fit line can also be a quadratic or polynomial which gives us better answer to our
questions.
1.3.2 Javascript
Javascript, it helps you developing great front-end as well as back-end softwares using different
Javascript based frameworks like jQuery, Node.JS etc.
o Client-side validation
1.3.3 Json
JSON (JavaScript Object Notation) is a lightweight format that is used for data interchanging. It
is based on a subset of JavaScript language. It has been the preferred format because it is much
more lightweight
• An ordered list of values. In most languages, this is realized as an array, vector, list, or
sequence.
1.3.4 ReactJS
ReactJS is a declarative, efficient, and flexible JavaScript library for building reusable UI
components. It is an open-source, component-based front-end library which is responsible only for
the view layer of the application. It was initially developed and maintained by Facebook and later
used in its products like WhatsApp & Instagram.
The main objective of ReactJS is to develop User Interfaces (UI) that improves the speed of the
apps. It uses virtual DOM (JavaScript object), which improves the performance of the app. The
JavaScript virtual DOM is faster than the regular DOM. We can use ReactJS on the client and
server-side as well as with other frameworks. It uses component and data patterns that improve
readability and helps to maintain larger apps.
Adobe After Effects is a digital visual effect, motion graphics, and compositing application
developed by Adobe Systems and used in the post-production process of film making and
television production. Among other things, After Effects can be used for keying, tracking,
compositing, and animation. It also functions as a very basic non-linear editor, audio editor, and
media transcoder.
After Effects has extensive plug-in support; a broad range of third-party plug-ins are available. A
variety of plug-in styles exist, such as particle systems for realistic effects for rain, snow, fire, etc.
With or without third-party plug-ins, After Effects can render 3D effects. Some of these 3D plug-
ins use basic 2D layers from After Effects. In addition to 3D effects, there are plug-ins for making
video look like film or cartoons; simulating fire, smoke, or water; particle systems; slow motion;
creating animated charts, graphs, and other data visualization; calculating the 3D movement of a
camera in a 2D video shot; eliminating flicker, noise, or rigging lines; translating timelines from
FCP or Avid; adding high-end color correction; and other workflow improvements and visual
effects.
1.3.6 Python
Python interpreter and the extensive standard library are available in source or binary form without
charge for all major platforms, and can be freely distributed
Weather APIs are Application Programming Interfaces that allow you to connect to large
databases of weather forecast and historical information. The weather API provides enough
weather data for basic weather information (eg current weather, forecast, UV index data, and
historical weather information). You can use geolocation and names to get a city location.
Chapter 2
Problem Identification
Weather prediction is a useful tool for informing populations of expected weather conditions.
Weather prediction is a complex topic and poses significant variation in practice. We will attempt
to understand and implement a weather prediction application using the linear regression.
• Weather forecasts are made by collecting as much data as possible about the current state
of the atmosphere (particularly the temperature, humidity and wind) to determine how the
atmosphere evolves in the future.
• However, the chaotic nature of the atmosphere makes the forecasts less accurate as the
range of the forecast increases.
• Traditional observations made at the surface of atmospheric pressure, temperature, wind
speed, wind direction, humidity, precipitation are collected routinely from trained
observers, automatic weather stations or buoys.During the data assimilation process,
information gained from the observations is used In conjunction with a numerical model's
most recent forecast for the time that observations were made to produce the
meteorological analysis. The complicated equations which govern how the state of a fluid
changes with time require supercomputers to solve them.
• The output from this model can be used the weather forecast as alternative.
The product is developed using API server. The back-end database are CSV files on the basis of
that, the prediction takes place. The product is a general-purpose application software in which
any user can gather the predicted information. The linear regression is used that predicts the
weather based on the previous analysis of a data.
Major Components:
• Data Collection: The feeding historical data to the system, this could be from specific
region.
• Data Cleaning: Under this component the data like the missing data, duplicated data is
found and bad data is weed out
• Data selection: Under this stage, relevant data related to analysis is retrieved and classified
under 6 attributes.
The product is a general-purpose application software where any user can access the software to
gather information about the weather based on a current or a previous data analysis. In this product
the software makes a request to the server to access the current dataset through which the
data is analyzed using various machine learning algorithms.
• The software product is dependent on a dataset that is been retrieved from the server using
various commands.
• The product will work based on the algorithm that has been discussed above.
2.6.1 Actors
• User
• Historical data provider
• Administrator
• System should periodically apply prediction algorithms or models on obtained data and
store results to central database.
• System shall obtain and display confidence value for each prediction given to user.
• System shall allow users to check weather for future three days.
• System shall allow for users to get prediction for weather within almost two mouse clicks.
• System should ensure that features that do not require a user to be logged in.
• System should be able to run with core functionality from computer system.
• System should be able to show interactive animations to users regarding current and future
climatic conditions.
The proposed software that we are going to develop will be used as the general-purpose application
software. Therefore, it is expected that the database would perform functionally all the
requirements that are specified by the user.
The database may get crashed at any certain time due to virus or operating system failure.
Therefore, it is required to take the database backup
We are going to develop a secured database for the user. Software Quality Attributes. The Quality
of the database is maintained in such a way so that it can be very user friendly to all the users.
The development of the system will be constrained by the availability of required software such
as web servers, dataset and development tools.
Chapter 3
Design
Among modeling languages Unified Modeling Language (UML) has become most popular. UML
is commonly used in the design and implementation of any system and software architectures. To
achieve functional and non functional requirements of the system, UML model helps. In order to
initiate the programming phase of building software, UML tools help in the creation of source
code from UML diagram. The main objective of this paper to model a Weather Prediction System
(Linear Regression approach) using UML. Weather prediction is a challenging area. The future
weather conditions are predicted by trained regression model. In this chapter, we proposed a UML
model for Weather Prediction using linear regression which provide a technique for predicting
weather. This proposed enhanced method for weather prediction has advantages over other
techniques
3.1 Introduction
The proposed System using an enhanced approach is tested using the dataset of last 6 years from
(2013-2019). The results are compared with previous methods results. The proposed enhanced
method for weather prediction has advantages over the traditional techniques. This model produces
the most accurate forecasts in comparison with previous techniques. This system can help the
meteorologist to predict the future weather easily with accuracy.
The system is developed in python along with javascript. Daily data sets of last 6 years (2013-
2019) has been fetched to train our model. The system takes input from the datasets and produces
the result.
4. Train Model
An interaction between a user and a system is described by use case diagram. Use case diagrams
describe what a system does from the standpoint of an external observer. The emphasis is on
what a system does rather than how. Use case diagrams are closely connected to scenarios. A
scenario is an example of what happens when someone interacts with the system. A use case
For initial development we can use this use case. In this use case diagram we can see following
use cases and actor. Use cases are self explanatory and they represent the main functions of
3.3 Ui Design
Chapter 4
Testing
Testing is the process of evaluating a system or its component with the intent to find whether it
satisfies the specified requirement or not. Testing is executing a system in order to identify any
gaps, errors, or missing requirements in contrary to the actual requirements.
Systems should not be tested as a single, monolithic unit. The testing process should therefore
proceed in the stages where testing is carried out incrementally in conjunction with system
implementation. Errors in program components may come to light at a later stage of the testing
process. The process is therefore an iterative one with information being fed back from later
stage to earlier parts of the process. Following testings were done during the course of our project.
Unit testing focuses verification efforts on the smaller unit of software design. Using the detailed
design description as a guide, important control paths are tested to uncover errors within the
boundary of the module. The relative complexity of the test and the error detected as a result is
limited by the constraint scope established for unit testing. The unit test is always white box
oriented, and the step can be conducted in parallel for multiple modules
With unit testing the modules may function properly, but at times they may have inadvertent
affect on another, sub function when combined, may not produce the desired functions;
individually acceptable impression may be signed to unacceptable levels then global data
structure may present problems. Integration testing is a systematic technique for constructing the
program structure while at the same time conducting tests to uncover errors associated with
interfacing. The objective is to take unit tested modules and build a program structure that has
been dictated by the design.
Chapter 5
Results
1. Splash Screen
2. Main Page
Chapter 6
Deployment
There are various phases of the deployment process the project team must follow to ensure
the code and technology deploy appropriately. The phases include deployment preparation
and procedures, product deployment, transferring ownership of the product, and closing the
deployment phase.
Working with Git and other SCM providers has never been easier. Review diffs, stage
files, and make commits right from the editor. Push and pull from any hosted SCM
service. If want to add new languages, themes, debuggers, and to connect to additional
services just install the extensions. Extensions run in separate processes, ensuring they
won’t slow down the editor.
One of Adobe Illustrator’s most important features is that the quality of artwork created
using Illustrator is independent of the resolution at which it is displayed. This means that
an image created in Illustrator can be enlarged or reduced without sacrificing image
quality. This is an attribute of vector artwork, which uses mathematical relationships in
describing lines, arcs, and other parts of an illustrator. By comparison, photographs edited
using tools such as Adobe Photoshop are resolution-dependent, and image quality
decreases when an image is enlarged
CONCLUSION
This research suggests and proposes an efficient and accurate weather prediction and forecasting
model using linear regression concept. This concept is a part of machine learning. It is a very
efficient weather prediction model and using the entities temperature, humidity and pressure, it
can be used to make reliable weather predictions. This model also facilitates decision making in
day to day life. It can yield even better results when applied to cleaner and larger datasets. Pre-
processing of the datasets is effective in the prediction as unprocessed data can also affect the
efficiency of the model.
FUTURE SCOPE
• Prediction will be done based on historical weather activities like based on past
temperature, wind, etc. pattern what will be the future weather.
Future Enhancement
• Mobile and IOS application Integration.
• Addition of new cities weather dataset to predict there future weather also.
• Animation like snow and functions like notifications can also be added.
REFERENCES
1. https.wikipedia.com
2. https.w3schools.com
3. https.reactjs.org
4. https://dev.to/achowba/building-a-modal-in-react-
15hg#:~:targetText=Open%20the%20Modal.js%20file,%7B%7B%20transform%3A%20props.sho
w%20%3F
APPENDIX
INDEX.HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Weather App</title>
href="https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@300;400;500;600;70
0&display=swap"
rel="stylesheet"
/>
<img
src="./Images/search.png"
width="20"
height="20"
loading="lazy"
/>
</button>
</form>
<p data-weatherDesc></p>
<img data-weatherIcon />
<p data-temp></p>
<div class="parameterContainer">
<!-- Wind Speed -->
<div class="parameter">
<img src="Images/wind.png" alt="#" />
<p>windspeed</p>
<p class="parameterValue" data-windspeed></p>
</div>
SCRIPT.JS
// API Key
const API_KEY = "168771779c71f3d64106d8a88376808a";
// Tab Switching
const userTab = document.querySelector("[data-userWeather]");
const searchTab = document.querySelector("[data-searchWeather]");
const searchForm = document.querySelector("[data-searchForm]");
const userInfoContainer = document.querySelector(".userInfoContainer");
const grantAccessContainer = document.querySelector(
".grantLocationContainer"
);
const loadingContainer = document.querySelector('.loadingContainer');
function switchTab(newTab) {
notFound.classList.remove("active");
// check if newTab is already selected or not
if (currentTab != newTab) {
currentTab.classList.remove("currentTab");
currentTab = newTab;
currentTab.classList.add("currentTab");
// If Search Form not contains active class then add [Search Weather]
if (!searchForm.classList.contains("active")) {
searchForm.classList.add("active");
userInfoContainer.classList.remove("active");
grantAccessContainer.classList.remove("active");
}
// Your Weather
else {
searchForm.classList.remove("active");
userInfoContainer.classList.remove("active");
getFromSessionStorage();
}
}
}
userTab.addEventListener('click', () => {
switchTab(userTab);
});
searchTab.addEventListener('click', () => {
switchTab(searchTab);
});
function getFromSessionStorage() {
// loading
loadingContainer.classList.add('active');
// Render Weather On UI
function renderWeatherInfo(weatherInfo) {
const cityName = document.querySelector('[data-cityName]');
const countryFlag = document.querySelector('[data-countryFlag]');
const description = document.querySelector('[data-weatherDesc]');
const weatherIcon = document.querySelector('[data-weatherIcon]');
const temp = document.querySelector('[data-temp]');
const windspeed = document.querySelector('[data-windspeed]');
const humidity = document.querySelector('[data-humidity]');
const clouds = document.querySelector('[data-clouds]');
cityName.innerText = weatherInfo?.name;
countryFlag.src =
`https://flagcdn.com/144x108/${weatherInfo?.sys?.country.toLowerCase()}.png`;
description.innerText = weatherInfo?.weather?.[0]?.description;
weatherIcon.src =
`http://openweathermap.org/img/w/${weatherInfo?.weather?.[0]?.icon}.png`;
temp.innerText = `${weatherInfo?.main?.temp.toFixed(2)} °C`;
windspeed.innerText = `${weatherInfo?.wind?.speed.toFixed(2)} m/s`;
humidity.innerText = `${weatherInfo?.main?.humidity.toFixed(2)} %`;
clouds.innerText = `${weatherInfo?.clouds?.all.toFixed(2)} %`;
}
function getLocation() {
if (navigator.geolocation) {
navigator.geolocation.getCurrentPosition(showPosition);
}
else {
grantAccessButton.style.display = 'none';
}
}
function showPosition(position) {
const userCoordinates = {
lat: position.coords.latitude,
lon: position.coords.longitude
};
sessionStorage.setItem("userCoordinates", JSON.stringify(userCoordinates));
fetchWeatherInfo(userCoordinates);
}
grantAccessButton.addEventListener('click', getLocation);
STYLES.CSS
*,
*::before,
*::after {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Merriweather Sans", sans-serif;
}
:root {
--colorDark1: #112d4e;
--colorDark2: #3f72af;
--colorLight1: #dbe2ef;
--colorLight2: #f9f7f7;
}
.wrapper {
height: 100vh;
width: 100vw;
overflow: hidden;
color: var(--colorLight2);
background-color: #112d4e;
background-image: linear-gradient(160deg, #112d4e 0%, #3f72af 100%);
}
.tabContainer {
width: 90%;
max-width: 550px;
display: flex;
justify-content: space-between;
margin: 0 auto;
margin-top: 2rem;
}
.tab {
cursor: pointer;
font-size: 0.875rem;
letter-spacing: 1.75px;
padding: 5px 8px;
text-transform: capitalize;
/* font-weight: 600; */
}
.tab.currentTab {
background-color: rgba(219, 226, 239, 0.5);
border-radius: 4px;
}
/* Main Container */
.container {
margin-block: 4rem;
}
.btn {
all: unset;
font-size: 0.85rem;
text-transform: uppercase;
padding: 10px 30px;
border-radius: 5px;
cursor: pointer;
background-color: var(--colorDark2);
}
.subContainer {
width: 90%;
max-width: 1000px;
margin: 0 auto;
display: flex;
flex-direction: column;
align-items: center;
}
/* Form Container */
.formContainer {
width: 90%;
max-width: 550px;
margin: 0 auto;
margin-bottom: 2rem;
display: none;
align-items: center;
justify-content: center;
gap: 0 10px;
}
.formContainer.active {
display: flex;
}
.formContainer input {
all: unset;
width: calc(100% - 80px);
height: 40px;
padding: 0 20px;
background-color: rgba(219, 226, 239, 0.5);
border-radius: 10px;
}
.formContainer input:focus {
outline: 3px solid rgba(255, 255, 255, 0.7);
}
.formContainer input::placeholder {
color: rgba(255, 255, 255, 0.7);
}
.formContainer .btn {
width: 40px;
height: 40px;
/* display: grid;
place-items: center; */
display: flex;
justify-content: center;
align-items: center;
padding: unset;
border-radius: 100%;
}
/* grant Location */
.grantLocationContainer {
display: none;
}
.grantLocationContainer.active {
display: flex;
}
.grantLocationContainer img {
margin-bottom: 1.5rem;
}
.grantLocationContainer p:first-of-type {
font-weight: 600;
font-size: 1.75rem;
text-align: center;
}
.grantLocationContainer p:first-of-type {
font-weight: 600;
font-size: 1.75rem;
text-align: center;
}
.grantLocationContainer p:last-of-type {
font-size: 0.75rem;
text-align: center;
margin-top: 0.75rem;
margin-bottom: 1.75rem;
font-weight: 300;
letter-spacing: 0.75px;
}
.loadingContainer {
display: none;
}
.loadingContainer.active {
display: flex;
}
.loadingContainer p {
text-transform: uppercase;
}
.userInfoContainer {
display: none;
.userInfoContainer.active {
display: flex;
}
.userInfoContainer p {
font-size: 1.5rem;
font-weight: 200;
}
.userInfoContainer img {
height: 70px;
width: 70px;
}
.name {
display: flex;
align-items: center;
gap: 0 0.5rem;
margin-bottom: 0.7rem;
}
.name img {
width: 30px;
height: 30px;
object-fit: contain;
}
.userInfoContainer p[data-temp] {
font-size: 2.25rem;
font-weight: 700;
}
.userInfoContainer p[data-weatherDesc] {
text-transform: capitalize;
font-size: 1.2rem;
}
.parameterContainer {
width: 90%;
display: flex;
justify-content: center;
gap: 10px 20px;
margin: 1.6rem auto 0;
flex-wrap: wrap;
.parameter {
display: flex;
justify-content: space-between;
align-items: center;
flex-direction: column;
background-color: rgba(219, 226, 239, 0.5);
padding: 0.8rem;
border-radius: 5px;
width: 30%;
max-width: 200px;
gap: 5px 0;
}
.parameter p {
font-size: 1rem;
font-size: 600;
text-transform: uppercase;
}
.parameter img {
width: 50px;
height: 50px;
object-fit: cover;
}
.parameterValue {
font-size: 0.8rem;
font-weight: 200;
}
.errorContainer {
display: none;
}
.errorContainer.active {
display: flex;
gap: 1rem 0;
}
.errorContainer p {
text-align: center;
}
.errorContainer img {
width: 100%;
max-width: 300px;
aspect-ratio: 1 / 1;
object-fit: cover;
}
GUIDE LINES
Chapter 1 Introduction it provides the details regarding the introduction of the area to which
project belong say image processing, defines the methodology used
step by step to achieve the end product, may be diagrammatically.
Software tools and technology used like Java introduction and
features (at the most 5-6 pages).
Chapter 3 Detail design it includes various UML diagrams like class diagram, use case
diagrams etc., data base design, description about tables, ER
diagrams, blue prints (for web based developments), flow charts,
pseudo code, work breakdown structure etc.
Chapter 4 Testing testing should be defined in tables including test case name, test case
reference, description, precondition, post condition, result and
remarks regarding black box testing and white box testing of unit
testing, integration testing and system testing.
Chapter 5 Results results may be in the form of tables, graphs etc along with proper
screen shots and description about the screenshots like its purpose,
how this screen will appear etc.
Chapter 6 Deployment clearly defines the steps required to make settings in the pc to run
your project along with the snapshot. Here by snapshot, we does not
mean the project snapshot. Its about any setting made in operating
system, path setting, directory where project will be stored. In short,
anybody can install and run your project without your support by
just referencing this chapter.
Conclusion one page conclusion about your project that includes the summary
of your work.
Future Scope define future improvement, suggestion that helps your juniors to
extend your idea and develop the next version.
References details about links, books, research papers, journals that you refer
during the project development.
Note:
• All the pages except front page must be properly numbered.
• All the pages before the chapter must be numbered like i, ii, iii, iv ……
• From chapters 1 onwards, pages must be numbered as 1, 2, 3, 4 …..
• Report must be of at least 50-60 pages excluding Preface, front page, table of content,
conclusion, future scope, appendix and references.
• Chapter heading Font size 20, Bold, Right aligned, Times new roman, no spacing and a
complete line below.
• Paragraph heading font size 14, Bold, Left aligned, Times new Roman, spacing 6 pts above
and below, Line spacing 1.5, not underlined.
• Paragraph content font size 12, justified, Times new roman, 6 pts above and below, 1.5 line
spacing, not underlined.
• Number of copies N+3 spiral bound, where N is number of students in group, 2 for
department and 1 for project supervisor (in needed by him/her)
• Bring one copy during internal viva and must be checked and approved by supervisor.
• If approved then bring rest of the copies during External viva.
• Margin
o Left : 1.25 inch
o Right : 1 inch
o Top : 1 inch
o Bottom : 1 inch
• Figures and followed by their name must be center aligned.
• Figures must me numbered as per the chapter number and must be used in the chapter. For
example, if there is a third figure of Computer Block diagram in chapter 2 then it must be
named as
Figure 2.3: Computer Block Diagram
• Same is the case with any table used.
• Conclusion, future scope, references, appendix A and appendix B will not be mentioned as
a chapter, Font Size 20, bold, center aligned, Times New Roman, spacing 12pts above and
below, not underlined.
• Use all figures, tables, screen shots properly in explanation properly like as shown in figure
2.3.