mekaneeky / mekaneeky.github.io

Left is a clean, whitespace-happy layout for Jekyll.

Home Page:http://zachholman.com/posts/left

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

This repository contains a minimal demonstration of Automatic Speech Recognition (ASR) for tracFM. It is designed to showcase the basic functionality and use of Sunbird ASR for transcribing long audios

Running the Demo

Start the HTTP Server:

Open a terminal window in the repository's directory. Run the following command to start the HTTP server:

  python -m http.server

Access the Demo:

Open your web browser.

Navigate to http://localhost:8000

to access the ASR demo.

Usage

Once the demo is running, you can interact with the ASR system and explore its functionalities.

To-Do List

  • Add the title of the audio to the User Interface (UI).
  • Display the audio length on the UI.
  • Implement functionality to pause and play the audio.
  • Allow Editing transcripts and saving them for each wrong transcript
  • Surely python inbuilt server isnt the best way to do this
  • Host it live

Contributing

If you would like to contribute to the improvement of this demo, feel free to submit a pull request.

About

Left is a clean, whitespace-happy layout for Jekyll.

http://zachholman.com/posts/left

License:MIT License


Languages

Language:JavaScript 53.5%Language:HTML 36.2%Language:CSS 10.3%