jesusmiguelgarcia / NLP_Summer_School-2021_Speech_Demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mexican NLP Summer School - Demo

An introduction to speech-based technologies for Natural Language Processing applications

This repository contains the code for the workshop given at the Mexican NLP Summer School. The link to the slides is here.

How to install

git clone https://github.com/maelfabien/NLP_Summer_School-2021_Speech_Demo
conda create --name nlp_summer_school python=3.8
conda activate nlp_summer_school
pip install -r requirements.txt
python -m spacy download en_core_web_sm

How to run the app

streamlit run app.py

What it does

After enrolling the speaker, it verifies the voice identity of the speaker, runs ASR transcripts, and identifies the topic of your query:

About


Languages

Language:Python 66.3%Language:Jupyter Notebook 33.7%