Submitted By:: A Project Report
Submitted By:: A Project Report
Submitted By:: A Project Report
A PROJECT REPORT
Submitted By:
INFORMATION TECHNOLOGY
1
CSS MICROPROJECT
CERTIFICATE
2
CSS MICROPROJECT
4.0 Action Plan (Sequence and time required for major activity)
Sr. Details of activity Planned Start Planned Name of
No. date Finish date Responsible
Team Members
1 Selection of topic 05-10-21 06-10-21 ALL MAMBERS
5.0 Resources Required (major resources such as raw material, some machining facility,
software etc.)
Sr. Name of Specifications Qty Remarks
No. Resource/material
1 MS-Word MS-2010 1
2 Laptop AMD RYZEN @3.30GHZ 1
8GB RAM
3 Application Sub-lime text 1
3
CSS MICROPROJECT
Annexure – II
4
CSS MICROPROJECT
Skill development:
1. Communication
2. Problem-solving
3. Teamwork
4. Adaptability
5. Creativity
6. IT skills
7. Programming skill
5
CSS MICROPROJECT
ACKNOWLEDGMENT
I wish to express our profound and sincere gratitude to our guide.
Thank You…..!!!!
6
CSS MICROPROJECT
Introduction
7
CSS MICROPROJECT
Program Code :
<!doctype html>
<head>
<style>
/* CSS comes here */
body {
font-family: arial;
}
button {
padding:10px;
background-color:#6a67ce;
color: #FFFFFF;
border: 0px;
cursor:pointer;
border-radius: 5px;
#output {
background-color:#F9F9F9;
padding:10px;
width: 100%;
margin-top:20px;
line-height:30px;
.hide {
display:none;
}
.show {
display:block;
8
CSS MICROPROJECT
</style>
<title>JavaScript Speech to Text</title>
</head>
<body>
/* JS comes here */
function runSpeechRecognition() {
// get output div reference
recognition.onspeechend = function() {
action.innerHTML = "<small>stopped listening, hope you are done...</small>";
recognition.stop();
9
CSS MICROPROJECT
// start recognition
recognition.start();
}
</script>
</body>
</html>
10
CSS MICROPROJECT
Output:
11
CSS MICROPROJECT
Conclusion:
The project involves a good knowledge of JavaScript and
htmlogramming language. We learnt about html tags,
Events.
Speh to Text Recognition system Provides the ability of convert into
well understandable words Due to its ability of real time speech
conversion thi stem used in various fields like ,
Automated Car Environment, ASR System for Air traffic control uses
the hidden Markov model , Speech recognition used for route
navigation.
Reference:-
www.firewall.cx.com
www.wikipedia.com
Thank You!!!!!....
12