A Project Proposal
submitted on
Water Quality Detect Through Google
Earth Images
Debanjan Biswas (Roll No: 1712XXX)
Koustav Sett (Roll No: 1712XXX)
Shiva Chatterjee (Roll No: 1312XXX)
Subhankar Dolui (Roll No: 1312XXX)
Under the Supervision of
Dr. Papri Ghosh
Associate Professor, Dept. of Computer Science and Engineering
Dept. of Computer Science and Engineering
Narula Institute of Technology
(An Autonomous Institute)
Maulana Abul Kalam Azad University of Technology, West
Bengal
(Formerly knows as West Bengal University of Technology)
December, 2024
DECLARATION
The Project entitled ”Project Names” has been carried out by ourselves in partial ful-
fillment of the degree of Bachelor of Technology in Computer Science and Engineering
of Narula Institute of Technology, Agarpara, Kolkata under Maulana Abul Kalam Azad
University of Technology during the academic year 2024-2025.
While developing this project, no unfair means of illegal copies of software etc. have been
used and neither any part of this project nor any documentation have been submitted
elsewhere or copied as far in our knowledge.
Signature of Swastik
Signature of Shivam Ojha
Bhattacharyya
431121010032 431121010069
Roll No. Roll No.
Signature of Muskan Kumari Signature of Priyanshu Raj
431122120072 431121010034
Roll No. Roll No.
Date: 12 December, 2024
Place: Kolkata
Department of Computer Science and Engineering: 2021-2025 Batch i
Abstract
Some text ... Edit
Department of Computer Science and Engineering: 2021-2025 Batch ii
Contents
Declaration ii
Abstract ii
List of Figures v
List of Tables vi
1 Introduction 2
1.1 Background Study or Brief History of the field etc. . . . . . . . . . . . . 2
1.1.1 Sub-section 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
1.1.2 Sub-section 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
2 Literature Survey 4
2.1 Survey on Topic 1 etc. . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
2.2 Survey on Topic 2 etc. . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
2.3 Highlights of Research Gap . . . . . . . . . . . . . . . . . . . . . . . . . 4
3 Problem Definition and Objective 5
3.1 Problem Definition . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
3.2 Objective . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
4 Scope of Project 6
4.1 Highlight Specific Aspects the Project Will Cover . . . . . . . . . . . . . 6
4.2 Boundaries and Focus of the Project . . . . . . . . . . . . . . . . . . . . 6
5 Methodology 7
5.1 Data Collection . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
Department of Computer Science and Engineering: 2021-2025 Batch iii
CONTENTS CONTENTS
5.2 Design . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
5.3 Development . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
5.4 Testing and Validation . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
6 Tools and Technologies 8
6.1 Software Requirements . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
6.2 Hardware Requirements . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
7 Expected Outcome 9
8 Timeline (Optional) 10
9 Conclusions 11
Bibliography 11
Department of Computer Science and Engineering: 2021-2025 Batch iv
List of Figures
1.1 Sample image . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
Department of Computer Science and Engineering: 2021-2025 Batch v
List of Tables
1.1 Sample table . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
Department of Computer Science and Engineering: 2021-2025 Batch vi
Chapter 1
Introduction
1.1 Background Study or Brief History of the field
etc.
For reference see figure 1.1, equation 1.1, and table 1.1. For citations use [1].
Figure 1.1: Sample image
PID equation:
Z t
de(t)
u(t) = Kp e(t) + Ki e(t′ ) dt′ + Kd
t0 dt
Department of Computer Science and Engineering: 2021-2025 Batch 1
1.1. BACKGROUND STUDY OR BRIEF HISTORYCHAPTER
OF THE FIELD
1. INTRODUCTION
ETC.
xx yy
aaa aaa aaa aaa
bbb bbb bbb bbb
Table 1.1: Sample table
1.1.1 Sub-section 1
Some text ...
1.1.2 Sub-section 2
Some text ...
Department of Computer Science and Engineering: 2021-2025 Batch 2
Chapter 2
Literature Survey
2.1 Survey on Topic 1 etc.
Some text ...
2.2 Survey on Topic 2 etc.
Some text ...
2.3 Highlights of Research Gap
Point out the summary of the research gaps.
Department of Computer Science and Engineering: 2021-2025 Batch 3
Chapter 3
Problem Definition and Objective
3.1 Problem Definition
Some text ...
3.2 Objective
Some text ...
Department of Computer Science and Engineering: 2021-2025 Batch 4
Chapter 4
Scope of Project
4.1 Highlight Specific Aspects the Project Will Cover
Some Text...
4.2 Boundaries and Focus of the Project
Some Text...
Department of Computer Science and Engineering: 2021-2025 Batch 5
Chapter 5
Methodology
5.1 Data Collection
Some text ...
5.2 Design
Some text ...
5.3 Development
Some text ...
5.4 Testing and Validation
Some text ...
Department of Computer Science and Engineering: 2021-2025 Batch 6
Chapter 6
Tools and Technologies
6.1 Software Requirements
Specify the software, hardware, and frameworks to be used. Example: Python, Tensor-
Flow, MATLAB, Arduino, etc.
6.2 Hardware Requirements
Some Text...
Department of Computer Science and Engineering: 2021-2025 Batch 7
Chapter 7
Expected Outcome
Clearly state the deliverables of the project bullet wise.
Example: ”A functional mobile app for disease prediction with 90% accuracy.”
Department of Computer Science and Engineering: 2021-2025 Batch 8
Chapter 8
Timeline (Optional)
You may add timeline / gnatt chart
Department of Computer Science and Engineering: 2021-2025 Batch 9
Chapter 9
Conclusions
Some text ...
Department of Computer Science and Engineering: 2021-2025 Batch 10
Bibliography
[1] Brian Douglas. Understanding PID Control. 2020. url: https://www.mathworks.
com/videos/series/understanding-pid-control.html.
Department of Computer Science and Engineering: 2021-2025 Batch 11