0% found this document useful (0 votes)
7 views2 pages

TM 05

This project focuses on developing a system that converts English audio into structured text, which is then translated into sign language grammar, enhancing communication for individuals with hearing impairments. The system employs techniques such as stop word removal, stemming, and lemmatization to ensure grammatical accuracy in sign language representation. By prioritizing grammar transformation over direct translation, the project aims to create a more natural and effective communication method for users.

Uploaded by

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

TM 05

This project focuses on developing a system that converts English audio into structured text, which is then translated into sign language grammar, enhancing communication for individuals with hearing impairments. The system employs techniques such as stop word removal, stemming, and lemmatization to ensure grammatical accuracy in sign language representation. By prioritizing grammar transformation over direct translation, the project aims to create a more natural and effective communication method for users.

Uploaded by

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

ABSTRACT

Sign language plays a crucial role in enabling communication for individuals with speaking
and hearing impairments. While existing systems often focus on translating sign language into text,
this project aims to bridge the gap by converting English audio into structured text, which is then
translated into sign language grammar.
The system begins by converting the audio into text and parsing it to structure the sentence according
to sign language grammar rules. It removes stop words, applies stemming and lemmatization to
handle conjugations, and searches for individual word representations in a video dictionary. If a
word is not found, a synonym is used as a replacement. This approach ensures a more grammatically
accurate representation in sign language.
By focusing on grammar transformation rather than direct word-for-word conversion, this project
introduces an innovative system that translates full sentences into sign language grammar, making
communication more natural and effective for users.
KEYWORDS:
Sign Language, Hearing impairment, Sign Language gramma, Audio-to-text, Effective
Communication.

AI BASED DEAF ASSISTANCE SYSTEM v


TABLE OF CONTENTS

S.NO NAME PAGE NO

i. TITLE PAGE i

ii. DECLARATION ii

iii. CERTIFICATION iii

i. ACKNOLEDGEMENT iv

ii. ABSTRACT v
iii. TABLE OF CONTENTS vi
1 INTRODUCTION 1
1.1 Problem Statement 2
1.2 Objective 3
2 LITERATURE SURVEY 5
2.1 Deaf Culture and Identity 6
2.2 Challenges in Sign Language Processing 6
2.3 Reviewed progress in Sign Language Processing 7
2.4 Explanation of Key Functions 8
3 SYSTEM ANALYSIS 9
3.1 Existing System 10
3.2 Proposed System 11
3.3 Feasibility Study 12
4 SYSTEM REQUIREMENT SPECIFICATION 13
4.1 Functional Requirements 14
4.2 Non-Functional Requirements 14
5 SYSTEM DESIGN 16
5.1 Use Case Diagram 17
5.2 Activity Diagram 18
5.3 Class Diagram 19
5.4 Sequence Diagram 20
6 IMPLEMENTATION 21
6.1 Working Description 22
AI BASED DEAF ASSISTANCE SYSTEM vi

You might also like