Skip to content

A bachelors final year project combining various deep learning models to build a pipeline for diagnosing articulation and speech disorders

Notifications You must be signed in to change notification settings

akbaig/Diagnosis-of-Articulation-and-Motor-Speech-Disorders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Diagnosis-of-Articulation-and-Motor-Speech-Disorders

A bachelors final year project combining various deep learning models to build a pipeline for diagnosing articulation and speech disorders

BS_FYP_SS

Requirements

  • Python
  • Conda

Steps

  • git clone this repository
  • git submodule init and git submodule update to initialize the submodules
  • Create conda environment voca & resolve dependencies from voca directory
  • Create conda environment deca & install dependencies from deca directory
  • Create conda environment autoeditor & run pip install auto-editor
  • Create conda environment pyqt & run pip install pyqt5
  • Activate pyqt environment and execute speech app

How it works

  1. User provides input in the form of video
  2. Frame rate of input video is changed to 24
  3. Silence part is removed
  4. Duration is adjusted
  5. Extract Audio from Video
  6. Convert Video to Frames
  7. Convert Frames to 3D Meshes
  8. Compare 3D Meshes with Standard

Generating standards

By default, this repository contains only one standard stream. If you wish to add more standard words, perform the following steps:

About

A bachelors final year project combining various deep learning models to build a pipeline for diagnosing articulation and speech disorders

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published