Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 1.02 KB

README.md

File metadata and controls

13 lines (8 loc) · 1.02 KB

PLNFinalWork

End work of Natural Language Processing of MULCIA master (University of Seville). Consists of an example of integration between Google Cloud Speech API and Language detector (Second work).

Build Status Coverage Status Code Health

#Introduction

This project consist of three parts. The first one is a script to record audio from microphone. The second one is a converter from audio file to text, using Google Cloud Speech by python library. And, The third one is a classifier from PLNLangDetection project.

Main script consist of a pipeline with the three scripts described before.