Minireport18 Copy
Minireport18 Copy
A Miniproject Report on
Puneeth C S 1SI22IS071
Sathvik U S 1SI22IS083
Siddharoodha 1SI22IS095
Suhas K N 1SI22IS105
CERTIFICATE
Certified that the miniproject work entitled “Real-Time Route Optimisation and
Safety System using Weather Data and Explainable AI” is a bonafide work
carried out by Puneeth C S (1SI22IS071), Sathvik U S (1SI22IS083) Siddharoodha M
J (1SI22IS095) Suhas K N (1SI22IS105) in partial fulfillment for the completion of V
Semester of Bachelor of Engineering in Information Science and Engineering from Sidda-
ganga Institute of Technology, an autonomous institute under Visvesvaraya Technological
University, Belagavi during the academic year 2024-25. It is certified that all correc-
tions/suggestions indicated for internal assessment have been incorporated in the report
deposited in the department library. The project report has been approved as it satisfies
the academic requirements in respect of project work prescribed for the completion of V
semester of Bachelor of Engineering degree.
External viva:
Names of the Examiners Signature with date
1.
2.
Real-Time Route Optimization with Weather XAI 2024-25
We offer our humble pranams at the lotus feet of His Holiness, Dr. Sree Sree Sivaku-
mara Swamigalu, Founder President and His Holiness, Sree Sree Siddalinga Swami-
galu, President, Sree Siddaganga Education Society, Sree Siddaganga Math for bestowing
upon their blessings.
We would like to express our sincere gratitude to Dr. R Aparna, Professor and Head,
Department of ISE, SIT, Tumakuru for her encouragement and valuable suggestions.
Puneeth C S 1SI22IS071
Sathvik U S 1SI22IS083
Siddharoodha 1SI22IS095
Suhas K N 1SI22IS105
Course Outcomes
CO-PO Mapping
PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8 PO9 PO10 PO11 PSO1 PSO2
CO-1 3 3 3 3 3 3
CO-2 3 3 3 3 3
CO-3 3 3 3 3
CO-4 3 3 3 3 3 3
CO-5 3 3 3
CO-6 3 3 3 3
CO-7 3 3 3 3
CO-8 3 3 3
CO-9 3 3 3 3
CO-10 3 3 3 3
CO-11 3 3 3 3
Average 3 3 3 3 3 3 3 3 3 3 3 3
i
Contents
Abstract i
List of Figures ii
1 Introduction 1
1.1 Motivation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.2 Objective of the project . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1.3 Organisation of the report . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
2 Literature Survey 5
2.1 Literature Review on Explainable AI . . . . . . . . . . . . . . . . . . . . . 5
2.2 Literature Review on Route Optimisation . . . . . . . . . . . . . . . . . . 7
2.3 Summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
3 System Requirements 10
3.1 Software: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
3.2 Hardware . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
3.3 Summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
4 Proposed Methodology 12
4.1 Introduction about Methodology . . . . . . . . . . . . . . . . . . . . . . . 12
4.2 System Architecture . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
4.3 System Workflow . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
4.4 Implementation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16
4.5 Performance Measurement . . . . . . . . . . . . . . . . . . . . . . . . . . . 16
5 Results 18
5.1 Snapshots . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18
5.2 Comprehensive Analysis of Route XAI Project . . . . . . . . . . . . . . . . 21
5.2.1 Code Metrics Analysis . . . . . . . . . . . . . . . . . . . . . . . . . 21
6 Conclusion 23
7 Future Work 25
Bibliography 26
List of Figures
4.1 System Architecture . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
4.2 System Workflow for the Real Time Route Optimization with Weather &
XAI . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
ii
List of Tables
5.1 File Size Distribution and Functionality Analysis . . . . . . . . . . . . . . 22
iii
Chapter 1
Introduction
Safe and efficient transport by road is a primary prerequisite in most contemporary soci-
eties, but a number of times one does experience the disturbance of services due to unfa-
vorable weather conditions, road closures, or poor formulations in infrastructure projects.
In turn, real-time changes elude classical navigation and often result to longer journey
time, increased risks of accidents, and exacerbation of users’ frustrations. The project
titled “Real-Time Route Optimization and Safety System Using Weather Data and Ex-
plainable AI (XAI)” addresses these issues by introducing smarter, facilitative solutions
that aim at innovation of navigation systems. The system works in real time with weather
data, machine learning algorithms that continuously track road and environmental con-
ditions in order to recommend productive and favorable routes to the user. This new
process of execution with Explainable AI changes the principle by allowing clear, under-
standable insights into route recommendations along with a satisfactory level of trust and
confidence.
The initiative has turned from only maximizing travel to a proactive approach to road
maintenance that allows users to report such things as potholes or damaged infrastructure.
This feedback is examined and sent to construction teams for fast remedies and improved
roads, generally. The project also significantly touches on a system of predictive mainte-
nance which successfully leverages historic and current data to allow authorities to predict
maintenance needs, cut down on maintenance costs, and prevent critical failures. The GIS
mapping, route optimization algorithms, and user-friendly interfaces epitomize a full so-
lution package-they bring meaningful improvements not only for the individual traveler
but also to the safety and resilience of a broader community.
1.1 Motivation
In the fast-paced world of today, safe and efficient transportation is a necessity, although
it is not easy because of the many unpredictable factors that make transport very hard
1
Real-Time Route Optimization with Weather XAI 2024-25
to realize. For example, an increase in bad weathering intensities and sudden closures of
road networks, together with the underdeveloped and unadvanced structures of the roads,
facilitate easy interruption of a journey and bring about delays, as well as an increased
risk, leading to commuter aggravation. Systems of conventional ways to pilot the people
have this limitation: they are not fitted to deal with actual chicanes of such time and
conditions like adaptation to altered situations or trustworthiness in solution suggesting
that is safe for the traveler.
Rising number of extreme weather scenarios due to global climate change and the emer-
gence of cities have significantly increased the need for an innovative, intelligent, and
technology-driven route optimization approach. By using real-time weather data, and ar-
tificial intelligence in order to evolve a safety and quality route, a solution might just have
been developed. It might also improve user experience by reducing disruptions. Similarly,
the incorporation of Explainable AI (XAI) in such systems is likely to add an advantage
that will boost trust and confidence through transparent decision-making.
The other significant stimulant for this project is the very fast-growing area of worry
along road infrastructure maintainability. Due to road damages like potholes and very
untidy road surfaces, there are high chances for accidents in addition to inefficiencies of
movement. Current systems lack effective ways for identifying these areas in a timely
manner and the designs for making such trials intended to improve. The project merges
end-user feedback and maintains the predictive maintenance alerts possible on integrating
the gap between the road-users and maintenance authorities by facilitating quick responses
and early interventions for controllable damages.
Ultimately, the vision for this project is to build a fully-connected, seamless transport
network built with high quality, intelligent, and streamlined operational solutions that
create better flow of products and services between the passionate customers of that fu-
ture new energy ecosystem.
5
Real-Time Route Optimization with Weather XAI 2024-25
authors developed AI-driven models that forecast traffic conditions based on historical
data, real-time inputs, and predictive analytics. These models enable transportation
networks to anticipate congestion and adjust routing strategies accordingly. The study
reports improvements in travel time reliability and network efficiency, demonstrating the
effectiveness of AI in enhancing predictive capabilities for route optimization.
[13]The authors N. J. Sullivan and A. B. Kapoor, in this study investigates the applica-
tion of Artificial Intelligence (AI) in optimizing multi-modal transportation routes within
smart city environments. The authors developed an AI-based platform that integrates
various transportation modes—including buses, trains, bicycles, and walking paths—into
a cohesive routing system. By analyzing factors such as schedule synchronization, user
preferences, and real-time traffic data, the platform provides optimal route recommenda-
tions that enhance commuter convenience and reduce travel times. The system’s adapt-
ability to user needs and urban dynamics positions it as a valuable tool for smart city
transportation planning.
[15]In this paper, the authors M. A. Rahman and L. K. Zhao explored the use of deep
learning models for pothole detection to enhance road safety. They developed a convolu-
tional neural network (CNN)-based approach that analyzes road surface images captured
from vehicle-mounted cameras. The model efficiently detects potholes, classifies their
severity, and provides real-time alerts to drivers and road maintenance authorities. Ex-
perimental results demonstrated high detection accuracy, showcasing the potential of AI
in improving road conditions and reducing accident risks.
[3] The authors P. Gupta, A. Verma and R. Kumar, in this paper addresses the chal-
lenge of real-time pothole detection to improve navigation safety. The authors employed
Convolutional Neural Networks (CNNs) to accurately identify potholes from live video
feeds captured by vehicle-mounted cameras. The system processes video frames in real-
time, enabling immediate detection and localization of road surface anomalies. Field
tests demonstrated the model’s effectiveness in various driving conditions, highlighting
its potential for integration into advanced driver-assistance systems.
[4] The Authors K. Sharma and S. Banerjee, in this study presents a methodology for
assessing route safety by analyzing weather patterns through satellite imagery and Geo-
graphic Information System (GIS) mapping. The authors developed a system that pro-
cesses satellite data to detect weather-related hazards, such as heavy rainfall or fog, and
maps these hazards onto transportation networks. This approach enables the identifica-
tion of potentially dangerous routes, allowing for proactive measures to ensure traveler
safety.
[6] The authors H. Nakamura and S. K. Lee, in this study proposes an extension to the
traditional Dijkstra algorithm for shortest path computation. The authors introduced
modifications that allow the algorithm to handle dynamic edge weights, accommodat-
ing real-time changes in network conditions such as traffic congestion or road closures.
[8] The authors C. Zhang and E. P. Thomas, in this paper explores the application
of Generative Artificial Intelligence (AI) in optimizing delivery routes within logistics
networks. The authors developed a generative model that creates efficient routing plans
by analyzing vast datasets, including traffic patterns, delivery time windows, and vehicle
capacities. The model adapts to dynamic conditions, such as real-time traffic updates and
weather changes, to continuously refine route suggestions. Experimental results indicate
that this approach significantly reduces delivery times and operational costs compared to
traditional routing methods.
[12] The authors M. A. Rahman and L. K. Zhao, in this paper presents a methodology for
monitoring road conditions using satellite imagery to enhance navigation systems. The
authors developed an image processing framework that analyzes high-resolution satellite
images to detect road surface anomalies, such as potholes, cracks, and debris. The ex-
tracted information is integrated into navigation systems, providing real-time updates
on road conditions to drivers and autonomous vehicles. The approach aims to improve
route planning by incorporating up-to-date information on road quality, thereby enhanc-
ing safety and comfort.
[14] The Authors B. R. Lewis and C. T. Wong, in this paper explores the integration
of Artificial Intelligence (AI) and Internet of Things (IoT) technologies for predictive
maintenance of road infrastructure. The authors developed a system where IoT sensors
embedded in roadways collect data on structural health indicators, such as vibrations and
surface wear. AI algorithms analyze this data to predict maintenance needs before critical
failures occur.
2.3 Summary
Recent advancements in integrating real-time weather data and machine learning, along-
side explainable AI (XAI), have significantly improved route optimization and travel
safety, with studies showing high accuracy in predicting optimal routes under varying
conditions. Satellite imagery and AI-driven remote sensing have enhanced road condi-
tion monitoring and infrastructure maintenance, particularly in rural areas. AI, coupled
with XAI, has also been applied in disaster risk reduction, aviation forecasting, and de-
3.1 Software:
This project requires a robust software stack to ensure efficient data processing, machine
learning model execution, and seamless user interaction. The system is compatible with
Windows 10/11, Ubuntu 20.04+, and macOS, providing flexibility in development and
deployment. The core programming languages used are Python, which handles AI and
machine learning computations, and JavaScript, which is used for building an interactive
web interface.
For AI and machine learning, the system leverages PyTorch for model training and infer-
ence, Scikit-learn for machine learning algorithms, and LIME for Explainable AI (XAI) to
provide transparent decision-making insights. while Geopandas and Folium help manage
geospatial data and interactive mapping. The backend is developed using Flask , ensuring
efficient handling of API requests and database interactions, while the frontend is built
using React.js providing a dynamic and responsive user experience.
For data storage and management, SQLlite is used as the primary relational database .
The system integrates third-party APIs such as WeatherAPI to fetch real-time weather
conditions and Gomaps Pro for route mapping and navigation.
With this comprehensive software stack, the system efficiently integrates AI, real-time
data, and user feedback to enhance route optimization and road safety.
3.2 Hardware
This project requires a well-equipped hardware setup to efficiently process real-time data,
execute machine learning models, and handle GIS mapping. The minimum hardware
10
Real-Time Route Optimization with Weather XAI 2024-25
requirements include an Intel Core i5 or AMD Ryzen 5 processor, 8GB of RAM, a 256GB
SSD, and a stable internet connection for fetching real-time weather. A basic integrated
GPU can support normal operations, but performance may be limited when handling
large-scale AI computations and image processing.
For optimal performance, a high-end configuration is recommended, including an Intel
Core i7/i9 or AMD Ryzen 7/9 processor, 16GB or more RAM, and a 512GB SSD or
higher to handle large datasets efficiently. A high-speed fiber-optic internet connection is
essential for real-time data retrieval and API requests.
Additional hardware may be required for real-world implementation and testing, such as
GPS modules for real-time location tracking and edge computing devices like Raspberry
Pi or NVIDIA Jetson Nano for IoT-based applications. External HDDs or cloud storage
are recommended for dataset backups and long-term data retention. If on-field weather
data collection is necessary, weather sensors can be integrated to complement API-based
weather updates.
3.3 Summary
This project is to improve route planning and road safety. Built with Python (AI/ML) and
JavaScript (frontend), it integrates tools like TensorFlow and Geopandas for data process-
ing and machine learning. The system relies on APIs like WeatherAPI and Gomapspro
Maps for real-time data and uses SQLlite for storage. For optimal performance, the
system requires a high-performance hardware setup, including an Intel Core i7 processor,
16GB+ RAM, 512GB SSD, and an NVIDIA RTX 3060 GPU. It can be deployed on cloud
platforms or on-premise servers.
Proposed Methodology
This chapter lays out the proposed Real-Time Route Optimization and Safety System,
defining its methodology and laying out the overall workflow of the system. The system
uses real-time weather data and XAI to bring a safer yet more efficient commute and
enhance repair operations on the roads.
In addition, the system acts proactively by supporting real-time road maintenance. When
hazardous conditions, such as accidents or weather-related hazards, are detected, the sys-
tem alerts authorities, helping them respond quickly to mitigate risks. This functionality
not only improves individual travel safety but also aids in the timely maintenance of road
infrastructure, enhancing overall safety and efficiency.
12
Real-Time Route Optimization with Weather XAI 2024-25
As Shown in the figure 4.1, The system architecture integrates real-time weather data,
satellite imagery, and Explainable AI (XAI) to optimize route recommendations for en-
hanced travel safety and efficiency. The user interface allows users to input their source
and destination and displays optimized routes, safety scores, and explanations through
XAI, fostering transparency and user trust.
The Data Ingestion Layer gathers real-time weather data via the OpenWeather API,
providing crucial information such as temperature, wind speed, and precipitation. The
In the Processing Analysis Layer, the YOLO model analyzes satellite imagery to detect
hazards like landslides or road cracks, while weather data processing combines forecasts
and historical data to predict unsafe conditions. The system stores and organizes the
processed data in a database for real-time access.
The Decision-Making Layer uses hazard detection systems to identify unsafe areas. Op-
timization algorithms, such as Extended Dijkstra, calculate routes that balance safety
and efficiency. The Explainable AI component (LIME) explains the reasons behind route
recommendations, enhancing user confidence.
The Output Layer delivers optimized routes with safety scores and justifications, while
the Road Repair Alert System notifies maintenance teams of critical issues like potholes
or accidents.
The architecture aligns with the project’s objectives by creating climate-resilient routes,
ensuring transparency through XAI, and enabling efficient road repairs. The system flow
begins with user input, followed by real-time data retrieval, hazard detection, route op-
timization, and dynamic updates to ensure safety. The system adapts to changing road
and weather conditions, providing a user-centric experience and contributing to more sus-
tainable transportation systems. The system also continuously monitors road conditions
and provides real-time alerts to users regarding any changes in weather or traffic that
could impact their journey. Additionally, the integration of user feedback helps refine
the system’s hazard detection and route optimization algorithms, improving the accu-
racy and reliability of future recommendations. By ensuring ongoing system updates and
maintenance, the architecture remains adaptive to new challenges and technologies. Ul-
timately, the system contributes to safer, more efficient travel while supporting proactive
infrastructure maintenance.
Figure 4.2: System Workflow for the Real Time Route Optimization with Weather & XAI
Data Input: Users input source and destination, and the system retrieves real-time
weather data using the OpenWeather API.
Preprocessing: Weather data and road conditions are analyzed using the GoMaps Pro
API to identify potential hazards.
Route Computation: The algorithm computes optimized routes, avoiding unsafe regions,
and assigns a safety score.
User Notification: The recommended route is displayed along with an explanation of the
4.4 Implementation
The Real-Time Route Optimization and Safety System integrates GoMaps Pro for route
mapping and OpenWeather API for real-time weather data to provide intelligent and
adaptive navigation. The process begins when a user inputs their starting point and des-
tination, triggering a request to GoMaps Pro, which fetches multiple route options based
on current road conditions, traffic congestion, and estimated travel time. Simultaneously,
the system queries OpenWeather API to obtain live weather data, analyzing conditions
such as rainfall, fog, storms, and extreme temperatures along each suggested route.
Using this real-time data, the system dynamically assigns risk scores to different road
segments by evaluating weather severity and its potential impact on driving safety. Routes
with higher risk scores—due to factors like heavy rainfall reducing visibility or icy roads
increasing the likelihood of accidents—are de-prioritized in favor of safer alternatives.
The final optimized route is then selected, balancing efficiency and safety before being
presented to the user.
To enhance transparency and user confidence, the system integrates Explainable AI (XAI),
which provides justifications for the chosen route, detailing how weather conditions and
traffic patterns influenced the decision. This ensures that users not only receive the safest
and most efficient path but also understand the reasoning behind the recommendations.
By leveraging real-time data, dynamic risk assessment, and AI-driven insights, this system
offers a climate-resilient, intelligent, and user-centric navigation experience, making road
travel safer and more reliable in ever-changing conditions.
5.1 Snapshots
18
Real-Time Route Optimization with Weather XAI 2024-25
and regularly updates weather data for accurate routing. The UI is clean, modern, and
user-friendly, ensuring transparency and ease of use.
The Road Condition Reports interface offers real-time updates on various road hazards
such as potholes, cracks, and waterlogging. Each report provides critical details, including
the issue type (e.g., pothole, crack, or waterlogging), the severity level (e.g., low, medium),
and the current status of the issue (e.g., pending). The interface also displays the location,
including GPS coordinates and place names, along with a detailed description of the
problem. Users can upload images as evidence, and each report is timestamped to indicate
when the issue was reported. This system helps in tracking and addressing road conditions
efficiently.
This system enables users to report and track road conditions for safer navigation. The
pending status suggests that reports are awaiting verification or action. The interface is
organized, user-friendly, and prioritizes transparency in road safety.
This system enhances trip planning by integrating route optimization with real-time
weather data, helping users make informed decisions.
The Road Condition Feedback interface allows users to report road issues by providing key
details: The location of the issue is Chikkanayakanahalli, with the detected coordinates
being 13.3264, 77.1275. The road condition is identified as having potholes, with a severity
level classified as medium, indicating a moderate problem. The description provided for
the condition is “Full of potholes.” Users are given the option to upload an image as
evidence of the issue. A “Submit Feedback” button is available, allowing users to report
the problem and contribute valuable data for system improvement.
This system enables real-time road condition reporting, helping authorities or navigation
systems improve road safety and maintenance.
The Live Navigation system provides real-time route guidance with safety alerts. This
system ensures efficient route planning while providing real-time weather and traffic alerts
for safer travel.
23
Real-Time Route Optimization with Weather XAI 2024-25
teams, allowing them to act more quickly on priority issues related to road mainte-
nance.
25
Real-Time Route Optimization with Weather XAI 2024-25
repairs, and improved coordination between public and private entities, ultimately
enhancing road safety and infrastructure management.
[3] P. Gupta, A. Verma and R. Kumar, “Real-Time Navigation with Pothole Detection
Using Convolutional Neural Networks”, Proceedings of the 2023 IEEE International
Conference on Intelligent Systems and Applications, pp. 223–229, Nov. 2023
[4] K. Sharma and S. Banerjee, “Weather-Driven Route Safety Assessment Using Satel-
lite Imagery and GIS Mapping”, International Journal of Advanced Computational
Science and Engineering, vol. 12, no. 4, pp. 370–383, Oct. 2022.
[6] H. Nakamura and S. K. Lee, “A Method for the Shortest Path Search by Extended
Dijkstra Algorithm”, Journal of Computational Science, vol. 36, pp. 245–260, Dec.
2019.
[8] V. Sharma and D. H. Wilson, “Navigational Intelligence for Accident Prevention and
Real-Time Road Safety”, Transportation Research Part C: Emerging Technologies,
vol. 110, pp. 85–100, Apr. 2020.
27
Real-Time Route Optimization with Weather XAI 2024-25
[9] P. Kumar and A. Bose, “AI in Transportation: Predictive Route Optimization”, Jour-
nal of Artificial Intelligence in Transportation, vol. 18, no. 2, pp. 58–75, Aug. 2021.
[10] S. L. Roberts and K. B. Yadav, “AI Route Optimization: Challenges and Future
Trends”, Expert Systems with Applications, vol. 214, pp. 117865, Feb. 2024.
[14] B. R. Lewis and C. T. Wong, “Predictive Maintenance for Road Infrastructure Using
AI and IoT”, IEEE Internet of Things Journal, vol. 8, no. 5, pp. 4560–4572, May 2022.
[15] M. A. Rahman and L. K. Zhao, “Deep Learning-Based Pothole Detection for Smart
Road Safety Applications”, Journal of Intelligent Transportation Systems, vol. 34, no.
2, pp. 180–195, Jan. 2020.
5 Modern tool usage: Create, select and apply Use AI/ML libraries, GIS tools, and 3
appropriate techniques, resources and modern XAI frameworks. We utilized
engineering & IT tools, including prediction and Python, TensorFlow, Scikit-learn,
modelling recognizing their limitations to solve OpenCV (for satellite imagery), XAI
complex engineering problems. tools (LIME/SHAP), and GIS APIs
(Google Maps) to build a scalable
and interpretable system.
6 The Engineer and the world: Address societal impact via safer 3
Analyze and evaluate societal and environmental routes and efficient road
aspects while solving complex engineering maintenance. The project enhances
problems for its impact on sustainability with road safety by avoiding hazardous
reference to economy, health, safety, legal conditions, reduces travel
framework, culture and environment. delays/fuel consumption, and
provides critical data to road repair
teams for timely maintenance,
promoting public safety and
sustainability.
7 Ethics: Apply ethical principles and commit to Ensure transparency, data privacy, 3
professional ethics, human values, diversity and and fairness in AI decisions. XAI
inclusion; adhere to national & international laws. provides clear reasoning for route
recommendations, ensuring user
trust. Location data is anonymized,
and the system avoids biases in
route suggestions.
8 Individual and Team Work: Function effectively as Collaborate in roles like data 3
an individual, and as a member or leader in processing, AI modeling, UI design,
diverse/multi-disciplinary teams. and integration. Roles were divided
among team members: weather
data integration, satellite imagery
analysis, algorithm development,
XAI implementation, and UI design,
ensuring effective collaboration.
10 Project Management and Finance: Apply Adapt to evolving AI, GIS, and real- 2
knowledge and understanding of engineering time data technologies. The project
management principles and economic decision- deepened our expertise in AI/ML,
making and apply these to one’s own work, as a real-time systems, and geospatial
member and leader in a team, and to manage analysis. It encourages continuous
projects and in multidisciplinary environments.. learning as XAI and satellite imagery
technologies advance.
11 Life-long Learning: Recognize the need for, and As project is about the ongoing and 3
have the preparation and ability for i) independent upcoming technologies, further the
and life-long learning ii) adaptability to new and medical image processing is applied
emerging technologies and iii) critical thinking in to detect the tumors, diseases and
the broadest context of technological change recent covid affected lungs severity
could also be found using clustering
algorithms.
Self learning ability improved
12 PSO1: Apply the concepts of electronic circuits and Apply data science and AI concepts 3
systems to analyses and design systems related to to solve real-world transportation
Microelectronics, Communication, Signal processing problems. We applied AI/ML
and Embedded systems for solving real world algorithms, GIS mapping, and real-
problems time data processing to design a
route optimization system that
addresses safety and efficiency
challenges in transportation.