Skip to content

Commit 3a69cbb

Browse files
authored
Adding information about the recent developments
1 parent 71bd347 commit 3a69cbb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ We have designed the toolkit to be able to perform various forms of analysis on
55
So far, we have been able to add the features of -
66
1. Sentiment Analysis - telling the sentiment of the audio, and how negative or positive it is
77
2. Named Entity Recognition - Telling the named enity like name of a person or a place that has been mentioned in the audio
8+
3. Emotion Detection - Finding the emotion present in the audio or the text transcripted from the audio
89
<br>
910
Features in Development -
1011

1112
1. Aspect Based Sentiment Analysis - finding the sentiment of the audio with respect to a given term present in it
1213
2. Keyword Identification - Given a set of words, the model would tell if this word of words similar to the given words have been used in the audio.
13-
3. Emotion Detection - Finding the emotion profile of a given audio
14+
3. Audio Similarity - Comparing the Similarity between the context in audio files.
1415
## ASR Model
1516

1617
For the purpose of Automatic Speech Recognition we are using DeepSpeech model which utilizes the CTC loss. We have trained the model on Common Voice Dataset made available by the Mozilla Foundation.
@@ -26,4 +27,4 @@ We are using the DistilBERT model again for this task as well.
2627

2728
## Contributors
2829
1. [Achintya Shankhdhar](https://github.com/AchintyaX)
29-
2. [Anant Shankhdhar](https://github.com/AnantShankhdhar)
30+
2. [Anant Shankhdhar](https://github.com/AnantShankhdhar)

0 commit comments

Comments
 (0)