N
N
Nikita2019-08-01 19:08:09
Machine learning
Nikita, 2019-08-01 19:08:09

How to develop virtual assistants and speech technologies?

Hello, such a question: In the field of AI, I want to develop in the field of speech technologies, participate in the development of virtual assistants, such as Alice, and the question is, what are they developed on? With what libraries? It is clear that neural networks are inside, which I am currently studying, but as I understand it, tensorflow (and other deep learning libraries) are only part of them, but what can really be attributed to speech technologies? Thank you.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
X
xmoonlight, 2019-08-01
@xmoonlight

https://nvidia.github.io/OpenSeq2Seq/html/index.html

T
tobbey, 2019-12-05
@tobbey

Speech recognition
https://github.com/kaldi-asr/kaldi
Working with text
https://medium.com/deeppavlov
https://demo.deeppavlov.ai/#/ru/textqa

D
Dima Pautov, 2017-11-30
@bootd

Rough example, but the essence is clear. I don't know vuetifyjs, but I think you can figure it out further.
Generate an event
Listen to an event in a modal window

this.$root.on('openModal', (item) => {
this.modalData = item; // modalData - это свойство объекта дата, куда мы положим переданный объект, что бы после разложить все данные в шаблоне
});

D
Dmitry Kuznetsov, 2017-11-30
@dima9595

Believe it or not, just yesterday I asked myself the same question.
You can solve it in 2 ways:
1. When you click, call a function that passes the item object and you pass it to another variable (in data) and use it as you need.
2. Approached only in my case, but still I will say: when I click, I call a function that makes a request to the database and insert this data into the modal using v-if for the modal.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question