0% found this document useful (0 votes)
70 views8 pages

App Repot - Palindrome Checker

Uploaded by

sa7643
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
70 views8 pages

App Repot - Palindrome Checker

Uploaded by

sa7643
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 8

VALIDATING THE USAGE AND DETECTIONOF MASK USING

YOLO V3

21CSC203P/ADVANCED PROGRAMMING PRACTICE PROJECT REPORT

Submitted by

AFSHAN(RA2211003020570)
A.SACHIN(RA2211003020573)
SHARAN RAJ.J(RA22110033020576)
Under the guidance of

MR.N.SATHISH
(ASSISTANT PROFESSOR)
(Department of Computer Science andEngineering)

BACHELOR OF TECHNOLOGY
in

COMPUTER SCIENCE AND ENGINEERING

of

COLLEGE OF ENGINEERING AND TECHNOLOGY

SRM INSTITUTE OF SCIENCE AND TECHNOLOGYRAMAPURAM,


CHEN NAI

SRM INSTITUTE OF SCIENCE AND TECHNOLOGY


(Deemed to be University U/S 3 of UGC Act, 1956)
SRM INSTITUTE OF SCIENCE AND TECHNOLOGY
(Deemed to be University u/S 3 of UGC Act, 1956)

BONAFIDE CERTIFICATE

Certified that this seminar report “PALINDROME CHECKER” is the


bonafideworkof”MOHAMMEDAFSHAN(RA221103020570),A.SACHIN(RA2211003
020573),J.SHARAN RAJ(RA2211003020576)” who carried out the project work
under my supervision. No part of the project report has been submitted for any degree,
diploma, title, or recognition before.

SIGNATURE SIGNATURE

MR.N.SATHISH DR.K.RAJA,M.EPH.D
ASSISTANT PROFESSOR PROFESSOR AND HEAD OF
COMPUTER SCIENCE AND COMPUTR SCIENCE AND
ENGINEERING ENGINEERING

Submitted for the Viva Voce Examination held on ……………….. at SRM Institute of
Science and Technology , Ramapuram, Chennai.

INTERNAL EXAMINER INTERNAL EXAMINER


SRM INSTITUTE OF SCIENCE AND TECHNOLOGY
RAMAPURAM,CHENNAI

DECLARATION

We here by declare that the entire work contains in this project report Titled “PALINDROM
CHECKER” Has been carried out by MOHAMMEDAFSHAN (RA2211003020570),
A.SACHIN(RA2211003020573), SHRANRAJ(RA2211003020576) at SRM Institute of
Science and Technology, Ramapuram, Chennai under the guidance of Mr Sathish,Assistant
Professor , Department of Computer Science and Engineering

Place: Chennai. AFSHAN


A.SACHIN

Date: J.SHARAN RAJ


Abstract

The "Palindrome Checker" is a software tool designed to


determine whether a given input is a palindrome. A palindrome
is a sequence of characters that reads the same forwards and
backward, ignoring spaces, punctuation, and capitalization.
This document outlines the design and implementation of the
Palindrome Checker, providing a comprehensive guide for users
and developers. A Palindrome Checker is a vital tool with
widespread applications in computer science, linguistics, and
biology, used to detect sequences, words, or phrases that read
the same forwards and backwards. It plays a pivotal role in text
processing for linguistic pattern analysis, data validation in
programming, and genetic sequence identification. Additionally,
it finds use in word games and puzzles for entertainment. Key
features of a Palindrome Checker include the ability to analyze
character sequences, case insensitivity, the option to disregard
non-alphanumeric characters, and efficiency in processing
sequences of varying lengths, making it an indispensable asset
in multiple domains.
TABLE OF CONTENTS

CHAPTER NO. TITLE PAGE


NO.

ABSTRACT iii
LIST OF FIGURES v

1. INTRODUCTION 2

1.1 PROBLEM STATEMENT 3


1.2 OBJECTIVE 4
1.3 SCOPE AND MOTIVATION 5

2. EXISTING SYSTEM 9

3. ER DIAGRAM 9

4. PROPOSED METHODOLOGY 10

5. FUNCTIONALITIES 11

6. FEATURES 12

7. MODULE 13

8. USER INTERFACE 14

9. USE CASE DIAGRAM 15

10. DATA FLOW DIAGRAM 15

11. IMPLEMENTATION OF CODE 16

12. EXPLANATION 18

13. ADVANTAGES AND LIMITATIONS 20

14. FUTURE SCOPE OF THIS PROJECT 21

15. CONCLUSION 23

16. RESULT AND DISCUSSION 26

17. BIBLIOGRAPHY 28

18. REFERENCES 31
1.INTRODUCTION:
A palindrome checker is a simple yet intriguing tool
designed to determine whether a given word, phrase, or
sequence of characters reads the same forwards and
backwards. Palindromes are linguistic or numerical
curiosities that ha fascinated people for centuries,
offering a unique sense of symmetry and balance. In
this digital age, creating a program or application to
verify palindromes has become a common
programming exercise, showcasing the power of
computational logic and string manipulation. In this
introduction, we will explore the concept of
palindromes, discuss the significance of palindrome
checkers, and delve into the various methods and
techniques used to implement them. So, let's embark on
this journey into the world of palindromes and discover
how these simple tools can provide insights into the
fascinating world of symmetry in language and
numbers.

You might also like