Skip to content

A simple speech tagger using the Hidden Markov Model

Notifications You must be signed in to change notification settings

tinosai/HMM_TaggerProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

HMM_TaggerProject

Development of a simple Hidden Markov Model (HMM) for speech tagging.

Project Overview

The notebook will guide the reader through the code needed for speech tagging, developing a model achieving over 95% accuracy on speech tagging tasks.

Project Instructions

Instructions

  1. Clone the repository on your computer. For those who are not familiar with command line utilities, GitHub has developed this utility which lets do pretty much everything you need through a GUI. GitHub Desktop
  2. Open a terminal window and navigate to the project folder. Open the notebook HMM_tagger.ipynb and follow the instructions.

NOTE: Chances are part of the code may not run due to some missing packages. Please make sure to go through the notebook and retrieve all the necessary packages. The list can be found in requirements.txt.

GitHub rendering Problems

Sometimes GitHub cannot render the jupyter notebook properly. In such a situation, go to the nbviewer website and copy and paste the URL address of the notebook so as to render it on the browser.

About

A simple speech tagger using the Hidden Markov Model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published