GithubHelp home page GithubHelp logo

sarsarahman / arabic-english-subtitling Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bassem-i/arabic-english-subtitling

0.0 2.0 0.0 3.12 MB

Automatic Video Subtitling System for Arabic/English Using Speech Recognition

Shell 100.00%

arabic-english-subtitling's Introduction

Arabic-English-Subtitling

Automatic Video Subtitling System for Arabic/English Using Speech Recognition

The goal of this project is to develop an application that allows subtitling of English andArabic. The application will provide the user with a full subtitle le ready to be usedby the user. The subtitling will be based on the CMU-Sphinx speech recognition enginewhich is open source GNU software. In this project, the ASR engine will be mostly usedas a black box and the role of the student would be to understand how to integrate theengine with his application.

  • Main 6 Steps:

1- extract audio from video ( FFMPEG ) 2- convert audio to 16khz one channel ( FFMPEG ) 3- finding out where each speech pause in the audio ( LIUM ) 4- segmenting the audio at each pause ( FFMPRG ) 5- speech recognize each segment ( CMU SPHINX ) 6- save to an srt file

  • Libraries used:

1- LIUM : Detecting segments 2- FFMPEG : Converting file 3- SPHINX : Speech recognition engine 4- AudioSegmentor : Cuts audio to many segments 5- SubtitleWritet : Write the subtile file

  • List needed by sphinx to do speech recognition:

1- the decoder source code 2- the language dictionary 3- the acoustic model 4- the language model 5- the test data

arabic-english-subtitling's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.