Skip to content

AzkaSahar/speech-to-text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Speech to Text

This is a simple Speech to Text application that allows users to convert spoken words into written text using the Web Speech API. The project is built using HTML, CSS, and JavaScript.

Table of Contents

Demo

image

Features

  • Real-time speech recognition
  • Continuous recognition for long transcriptions
  • Simple and user-friendly interface

Getting Started

Prerequisites

You need a modern web browser that supports the Web Speech API, such as Google Chrome.

Installation

  1. Clone the repository:
    git clone https://github.com/AzkaSahar/speechtotext.git
  2. Navigate to the project directory:
    cd speechtotext

How to Use

  1. Open the sp.html file in your web browser.
  2. Click the microphone button to start speech recognition.
  3. Speak clearly into your microphone.
  4. Click the stop button to stop the recognition process.

The recognized text will be displayed in the result area.

Files

  • sp.html - The main HTML file containing the structure of the web page.
  • spt.css - The CSS file for styling the web page.
  • spt.js - The JavaScript file containing the logic for speech recognition.

Author

This project was created by AzkaSahar. You can find more of my projects on GitHub.