Update 01_π _Home.py
Browse files- 01_π _Home.py +1 -1
01_π _Home.py
CHANGED
@@ -31,7 +31,7 @@ st.markdown(
|
|
31 |
- Transcribing earnings calls using Open AI's [Whisper](https://github.com/openai/whisper).
|
32 |
- Analysing the sentiment of transcribed text using the quantized version of [FinBert-Tone](https://huggingface.co/nickmuchi/quantized-optimum-finbert-tone).
|
33 |
- Summarization of the call with [FaceBook-Bart-Large-CNN](https://huggingface.co/facebook/bart-large-cnn) model with entity extraction
|
34 |
-
-
|
35 |
- Knowledge Graph generation using [Babelscape/rebel-large](https://huggingface.co/Babelscape/rebel-large) model.
|
36 |
|
37 |
**π Enter a YouTube Earnings Call URL below and navigate to the sidebar tabs**
|
|
|
31 |
- Transcribing earnings calls using Open AI's [Whisper](https://github.com/openai/whisper).
|
32 |
- Analysing the sentiment of transcribed text using the quantized version of [FinBert-Tone](https://huggingface.co/nickmuchi/quantized-optimum-finbert-tone).
|
33 |
- Summarization of the call with [FaceBook-Bart-Large-CNN](https://huggingface.co/facebook/bart-large-cnn) model with entity extraction
|
34 |
+
- Question Answering engine powered by Langchain and [Sentence Transformers](https://huggingface.co/sentence-transformers/all-mpnet-base-v2).
|
35 |
- Knowledge Graph generation using [Babelscape/rebel-large](https://huggingface.co/Babelscape/rebel-large) model.
|
36 |
|
37 |
**π Enter a YouTube Earnings Call URL below and navigate to the sidebar tabs**
|