mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
set default whisper model to tiny + import nltk
This commit is contained in:
@@ -5,7 +5,7 @@ KMP_DUPLICATE_LIB_OK=TRUE
|
||||
OPENAI_APIKEY=
|
||||
# Export Whisper Model Size
|
||||
WHISPER_MODEL_SIZE=medium
|
||||
WHISPER_REAL_TIME_MODEL_SIZE=medium
|
||||
WHISPER_REAL_TIME_MODEL_SIZE=tiny
|
||||
# AWS config
|
||||
AWS_ACCESS_KEY=***REMOVED***
|
||||
AWS_SECRET_KEY=***REMOVED***
|
||||
|
||||
@@ -11,7 +11,8 @@ from file_utilities import upload_files
|
||||
from viz_utilities import create_wordcloud, create_talk_diff_scatter_viz
|
||||
from text_utilities import summarize, post_process_transcription
|
||||
from loguru import logger
|
||||
|
||||
import nltk
|
||||
nltk.download('stopwords')
|
||||
|
||||
config = configparser.ConfigParser()
|
||||
config.read('config.ini')
|
||||
|
||||
Reference in New Issue
Block a user