Update 01_π _Home.py
Browse files- 01_π _Home.py +1 -2
01_π _Home.py
CHANGED
@@ -5,7 +5,7 @@ import plotly_express as px
|
|
5 |
import nltk
|
6 |
import plotly.graph_objects as go
|
7 |
from optimum.onnxruntime import ORTModelForSequenceClassification
|
8 |
-
from transformers import pipeline, AutoTokenizer, AutoModelForSequenceClassification
|
9 |
from sentence_transformers import SentenceTransformer, CrossEncoder, util
|
10 |
import streamlit as st
|
11 |
import en_core_web_lg
|
@@ -37,7 +37,6 @@ st.markdown(
|
|
37 |
- Analysing the sentiment of transcribed text using the quantized version of [FinBert-Tone](https://huggingface.co/nickmuchi/quantized-optimum-finbert-tone).
|
38 |
- Summarization of the call with [philschmid/flan-t5-base-samsum](https://huggingface.co/philschmid/flan-t5-base-samsum) model with entity extraction
|
39 |
- Question Answering Search engine powered by Langchain and [Sentence Transformers](https://huggingface.co/sentence-transformers/all-mpnet-base-v2).
|
40 |
-
- Knowledge Graph generation using [Babelscape/rebel-large](https://huggingface.co/Babelscape/rebel-large) model.
|
41 |
|
42 |
**π Enter a YouTube Earnings Call URL below and navigate to the sidebar tabs**
|
43 |
|
|
|
5 |
import nltk
|
6 |
import plotly.graph_objects as go
|
7 |
from optimum.onnxruntime import ORTModelForSequenceClassification
|
8 |
+
from transformers import pipeline, AutoTokenizer, AutoModelForSequenceClassification
|
9 |
from sentence_transformers import SentenceTransformer, CrossEncoder, util
|
10 |
import streamlit as st
|
11 |
import en_core_web_lg
|
|
|
37 |
- Analysing the sentiment of transcribed text using the quantized version of [FinBert-Tone](https://huggingface.co/nickmuchi/quantized-optimum-finbert-tone).
|
38 |
- Summarization of the call with [philschmid/flan-t5-base-samsum](https://huggingface.co/philschmid/flan-t5-base-samsum) model with entity extraction
|
39 |
- Question Answering Search engine powered by Langchain and [Sentence Transformers](https://huggingface.co/sentence-transformers/all-mpnet-base-v2).
|
|
|
40 |
|
41 |
**π Enter a YouTube Earnings Call URL below and navigate to the sidebar tabs**
|
42 |
|