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

CSS Report1edit

Download as docx, pdf, or txt
Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1/ 18

Government Polytechnic Thane

Vision:
SPEECH TO TEXT TRANSLATOR

Mission:
We are committed to,

● Provide an environment that values and encourages knowledge acquisitions with


effective curriculum implementation.
● Maintain well equipped laboratories to develop industrial competencies among the
students.
● Empower and motivate faculties towards building their domain expertise in
technology and management.
● Groom all round personality of students towards leadership, self-employment and
lifelong learning.
● Promote Industry Institute Interaction through training and placement services,
continuing education programs, consultancy & Technical services etc. for
socioeconomic development.

Our Core Values are,


Ethics, Equity, Women Empowerment, Safety & Eco-friendly Practices.

1|Page
GOVERNMENT POLYTECHNIC THANE

Computer Engineering Department

Vision
Develop a simple java code for guess the number game
Mission

We are committed to –
M1 : Provide hands on skills with well equipped laboratories M2 :
Train faculty & staff to adapt changing technology.
M3: Develop IT professionals with entrepreneurial skills.
M4 : Inculcate ethical values, honesty, equity, women empowerment and safety.

Program Educational Objectives (PEOs)


PEO 1 : Provide socially responsible, environment solutions to information technology
related broad based problems adapting professional ethics.
PEO 2 : Adapt state-of-the-art of Information Technology techniques to work in
multidisciplinary work environment.

2|Page
PEO 3 : Solve broad-based problems individually and as a them team member
communicating effectively in the world of works.

Micro-project
CO5I Diploma program

MAHARASHTRA STATE BOARD


OF TECHNICAL EDUCATION,MUMBAI

3|Page
GOVERNMENT POLYTECHNIC THANE

CERTIFICATE

This is to certified that following Third Year Computer Engineering students have
successfully and satisfactory completed their micro project work, entitled “Speech To
Text” in partial fulfilment of the requirement for diploma in Computer Engineering
Academic Year 2024-2025.

SUBMITTED BY –
Pari Narsinha Mule (28)
Aishwarya Gajanan Kinge(42)
Rasika Nagnath Deshmukh(46)
Tanvi Tanaji Deshmukh(53)
Akanksha Vaijnath Ingle (56)

Mr . S . S. Mane Mr. J. R . Nikhde Dr. Dattatray Mahajan


Subject Teacher H.O.D. Principal

4|Page
PART - A PLAN Annexure I

Micro Project Proposal


---------------------------------------------------------------------------------------

Subject – Client Side Scripting Language


Title Of Project –Speech To Text

---------------------------------------------------------------------------------------
1.0: Brief Introduction:
▪ Speech-to-Text, also known as automatic speech recognition (ASR) ▪ It is the
automatic conversion of a speech into text.
▪ This is the technology which lets computer display the text.
▪ Convert audio to text from a range of sources, including microphones.
▪ It is a feature within the Speech service that accurately and quickly transcribes
audio to text.

2.0: Aim of the Micro-Project:


Aim of this micro project is to develop a simple code for Speech to Text translator

3.0: Course Outcomes Addressed.


▪ Ease of communication – No more illegible handwriting.
▪ Quick document turnaround.
▪ Time saved with increased efficiency and less paperwork.
▪ Speech recognition software can produce documents in less than half the time it
takes to type.

5|Page
4.0 : Action Plan:

Name of
Planned start Planned Responsible
Sr.No Details of activity date finish date Team Members
Akanksha ingle,
Searching the topic for Tanvi Deshmukh,
1 microprojrct. 01/08/2024 22/08/22024 Rasika Deshmukh

Pari mule,
Aishwarya kinge,
Rasika Deshmukh
2 Planning of Task Related to project. 22/08/2024 12/09/2024

Collect the information from the Tanvi Deshmukh


3 Internet and Textbook. 19/09/2024 26/09/2024

4 Testing of project. 26/09/2024 03/10/2024 Rasika Deshmukh

Pari
6 Prepare report in it Using MS Word 10/10/2024 12/10/2024 mule ,Akanksha Ingle

7 Print Microproject report 12/10/2024 28/10/2024 Aishwarya kinge

5.0 : Actual Resources used:


Sr. No Name of resources Specifications Qty Remarks

6|Page
required
1 Computer System with 1 ……
specification
2 Software Visual studio code 1 ……

3 Any other resources Google 1 ……


used
4 Visual Studio Visual studio 1 ……

6.0: Team Members:

Roll no Name of students Enrollment no

28 Pari Narsina Mule 2001160029

52 Aishwarya Gajanan Kinge 2001160046

46 Rasika Nagnath Deshmukh 2001160052

2001160061
53 Tanvi Tanaji Deshmukh

42 Aksnksha Vaijnath Ingle 2201160064

GOVERNMENT POLYTECHNIC THANE


MICRO PROJECT

7|Page
SPEECH TO TEXT

SUBJECT : CLIENT SIDE SCRIPTING LANGUAGE

COMPUTER ENGINEERING
GOVERNMENT POLYTECHNIC,
THANE – 400612
2024-2025

Project Report On

SPEECH TO TEXT TRANSLATOR

8|Page
Submitted in practical fulfilment

Of

the diploma in engineering


(COMPUTER ENGINEERING)
Under the Guidance of
Mr. S.S.Mane
DEPARTMENT
OF
COMPUTER ENGINEERING

Submitted By:
Roll. no Name of students Enrollment no
28 Pari Narsinha Mule 2001160029

42 Aishwarya Gajanan Kinge 2001160046

46 Rasika Nagnath Deshmukh 2001160052

53 Tanvi Tanaji Deshmukh 2001160061

56 Akanksha Vaijnath Ingle 2201160064

9|Page
TABLE OF CONTENTS

SR NO. CONTENT PAGE NO.

01 Introduction 11

02 Aims of Micro-Project 11

03 Tags used 11

04 Overview 12

05 Source Code & Output 13-17

06 Actual Resources Used. 18

07 Skill developed/Learning out of this Micro- 18


Project
08 Application 18

1.0 Introduction :
▪ Speech-to-Text, also known as automatic speech recognition (ASR)

▪ It is the automatic conversion of a speech into text.

10 | P a g e
▪ This is the technology which lets computer display the text.

▪ Convert audio to text from a range of sources, including microphones.

▪ It is a feature within the Speech service that accurately and quickly transcribes audio to
text.

2.0 Aims/Benefits of the Micro-Project


▪ Ease of communication – No more illegible handwriting.
▪ Quick document turnaround.
▪ Time saved with increased efficiency and less paperwork.
▪ Speech recognition software can produce documents in less than half the time it takes to
type.

3.0 Tags used :

<meta
>

<script>
<link>

<input> <div>

4.0 Overview :

So our project is basically divided into 3 parts or files.

11 | P a g e
▪ HTML : For basic structure and for creating elements in the website
▪ CSS : For adding background colors, adjusting size, padding etc
▪ JAVASCRIPT: The logic part that is implemented as soon as user clicks on the Button.

Code:

1.HTML code

12 | P a g e
2.CSS code

13 | P a g e
14 | P a g e
3.JS code

15 | P a g e
OUTPUT :

16 | P a g e
17 | P a g e
6.0 Actual Resources Used:

Name of resources

Sr. No required Specifications Qty Remarks


1 Computer System with 1 ……
specification
2 Software 1 ……

3 Any other resources used 1 ……

4 Visual Studio 1 ……

7.0 Skill Developed / learning outcomes of this Micro-Project:

▪ We can covert speech-to-text in English.


▪ We can covert speech-to-text in Hindi.
▪ We can covert speech-to-text in Marathi.
▪ We can covert speech-to-text in Gujrati. ▪ We can covert any language
to text.

8.0 Applications of this Micro Project:

This project can be used as a language Translator.

18

You might also like