Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
danprime
/
test-1
like
0
Sleeping
App
Files
Files
Community
4fa56af
test-1
/
app.py
Commit History
Remove max_len and min_len
4fa56af
Daniel Tse
commited on
Jun 19, 2023
Add import nltk statement.
4bce6ba
Daniel Tse
commited on
Jun 19, 2023
Download punkt
a581f12
Daniel Tse
commited on
Jun 19, 2023
Added explanation text.
976ad76
Daniel Tse
commited on
Jun 19, 2023
Add sent_tokenize import
d56b55d
Daniel Tse
commited on
Jun 19, 2023
Add import for AutoTokenizer
d1ef5e9
Daniel Tse
commited on
Jun 19, 2023
Fix bug
690c95c
Daniel Tse
commited on
Jun 19, 2023
Add dereferencing of transcription text.
0069484
Daniel Tse
commited on
Jun 19, 2023
Add dereference to get the summary_text
e8acce3
Daniel Tse
commited on
Jun 19, 2023
Add sentence chunking
9bb604c
Daniel Tse
commited on
Jun 19, 2023
Add info and session_state for summarization.
01bea1f
Daniel Tse
commited on
Jun 19, 2023
Add Dereference text for transcription.
b0e0272
Daniel Tse
commited on
Jun 19, 2023
fix variable name
2b98878
Daniel Tse
commited on
Jun 19, 2023
Split out summary to separate function
4125ee2
Daniel Tse
commited on
Jun 19, 2023
Expander is collapsed by default.
5de52b7
Daniel Tse
commited on
Jun 18, 2023
Prepend with for expander
b7849a1
Daniel Tse
commited on
Jun 18, 2023
Implement Summary
e7956b2
Daniel Tse
commited on
Jun 18, 2023
Use simpler method for transcription.
555a0ea
Daniel Tse
commited on
Jun 18, 2023
Change model to small.en
752daec
Daniel Tse
commited on
Jun 18, 2023
Set max_new_tokens.
e3d61f6
Daniel Tse
commited on
Jun 18, 2023
Use whisper-medium model
c274bf0
Daniel Tse
commited on
Jun 18, 2023
Add ability to play audio file
97c3b7e
Daniel Tse
commited on
Jun 18, 2023
Remove chunking.
904e753
Daniel Tse
commited on
Jun 18, 2023
Import torch declaration
7117743
Daniel Tse
commited on
Jun 18, 2023
Use whisper
bf628b5
Daniel Tse
commited on
Jun 18, 2023
Change info from transcribe to active Transcribing
36688d2
Daniel Tse
commited on
Jun 18, 2023
Store transcription as session state.
2ea7ea8
Daniel Tse
commited on
Jun 18, 2023
Use ASR transcription method
3e7fc84
Daniel Tse
commited on
Jun 18, 2023
Use AudioSegment to determine duration.
866ffb3
Daniel Tse
commited on
Jun 18, 2023
Import AudioSegment for audio manipulations
b74cc3f
Daniel Tse
commited on
Jun 18, 2023
Remove functions import
3277eaa
Daniel Tse
commited on
Jun 18, 2023
Change to hardcoded local file.
2040736
Daniel Tse
commited on
Jun 18, 2023
Add required packages (whisper, os)
9d727e3
Daniel Tse
commited on
Jun 16, 2023
Move transcribe function
253b4e4
Daniel Tse
commited on
Jun 16, 2023
Start processing audio file
34b0634
Daniel Tse
commited on
Jun 15, 2023
Change app.py
b03d0c5
Daniel Tse
commited on
Jun 15, 2023
Change to use Facebook Summarizer
f8474ce
Daniel Tse
commited on
Jun 14, 2023
Fix typo
f3e24b8
Daniel Tse
commited on
Jun 14, 2023
Add sentiment analysis
4ebf6a9
Daniel Tse
commited on
Jun 14, 2023
Sample streamlit
ab58fb5
Daniel Tse
commited on
Jun 14, 2023