Major updates
- UI is now on customtkinter - new environment.yml file - entry point is now in main.py - minor improvements in audio_transcription
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
from transcription.device_configuration import DeviceConfiguration
|
||||
|
||||
# TODO: implement saving & removing configuration
|
||||
def save_configuration(cfg: DeviceConfiguration):
|
||||
config = {
|
||||
"Model": cfg.model_name,
|
||||
"Batch Size": cfg.batch_size,
|
||||
"Data Type": cfg.data_type
|
||||
}
|
||||
Reference in New Issue
Block a user