Skip to content

This repository aimed at building your own Speech classifier as well. This will enable an idea where human natural language is understood and classified in one of the category based on the context of the text spoken by the human.

Notifications You must be signed in to change notification settings

mish1102/SpeechClassifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SpeechClassifier

This repository aimed at building your own Speech classifier as well. This will enable an idea where human natural language is understood and classified in one of the category based on the context of the text spoken by the human.

The categories considered in this repository are as follows :

0: Politics 1: Technology 2: Entertainment 3: Business

Guide to execute the project successfully:

  1. Install all the requirements mentioned in requirements.txt file, using pip3 install -r requirements.txt

  2. Execute the Jupyter notebook one by one, during the process you will build a model trained on 30% of the total dataset, if you wish to train on large set, please update the fraction mentioned:

    #considering 20% to train the model
    train = train.sample(frac=0.30)
    

Happy learning!

About

This repository aimed at building your own Speech classifier as well. This will enable an idea where human natural language is understood and classified in one of the category based on the context of the text spoken by the human.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published