You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can use the following google colab notebook to inspect the capabilities of the library
9
9
10
-
[](https://colab.research.google.com/github/griko/vanpy/blob/main/examples/vanpy_example.ipynb)
10
+
[](https://colab.research.google.com/github/griko/VANPY/blob/main/examples/VANPY_example.ipynb)
11
11
12
-
Voice emotion classification model training and evaluation on RAVDESS dataset using **vanpy**
12
+
Voice emotion classification model training and evaluation on RAVDESS dataset using **VANPY**
13
13
14
-
[](https://colab.research.google.com/github/griko/vanpy/blob/main/examples/using_vanpy_to_classify_emotions_on_RAVDESS_dataset.ipynb)
14
+
[](https://colab.research.google.com/github/griko/VANPY/blob/main/examples/using_VANPY_to_classify_emotions_on_RAVDESS_dataset.ipynb)
15
15
16
16
Expending the library with a new classifier
17
17
18
18
*TODO*
19
19
20
20
## Description
21
-
**vanpy** can be useful in multiple ways. It contains of 3 optional pipelines, that make preprocessing, feature
21
+
**VANPY** can be useful in multiple ways. It contains of 3 optional pipelines, that make preprocessing, feature
22
22
extraction and classification/STT of a voice segments an easy task:
23
23
24
24
1. The preprocessing pipline deals with audio files format and voice segment cutting.
0 commit comments