sitcom_simulator.user_input¶
Functions
|
A procedure to prompt the user to visually describe the characters in the script. |
|
Generic character selection procedure in which the user selects which auto-detected characters to include in the script. |
- sitcom_simulator.user_input.select_characters(possible_characters)¶
Generic character selection procedure in which the user selects which auto-detected characters to include in the script.
This function is currently unused since FakeYou has its own character selection procedure.
- Parameters:
possible_characters (
dict
[str
,list
[str
]]) – A dictionary of character names to a list of voice tokens
- sitcom_simulator.user_input.describe_characters(characters)¶
A procedure to prompt the user to visually describe the characters in the script.
This function is currently unused since the language model descriptions are used instead.
- Parameters:
characters (
dict
[str
,str
]) – A dictionary of character names to voice tokens (although this should change to a list of Character objects in the future)