EOSP_Video demo
После завершения разработки функциональных требований записать видео для демонстрации результатов на EOSP:
До записи видео заранее подготовить тестовые данные и файлы
Сценарий демо: шаги и речь
Шаг 1: Приветствие и ввод
Что делать:
Открыть интерфейс.
Что говорить:
“Hello! Today I will show how you can classify dialogues without any technical setup. Everything is done through this simple interface.”
Шаг 2: Загрузка файла
Что делать:
Нажать “Upload Dataset” и выбрать .csv
файл с диалогами (например, test_dataset.csv
).
Что говорить:
“Step one is uploading the dataset. We support CSV and Excel formats. No preprocessing is needed — just select your file.”
Комментарий: Можно пояснить, что в файле — колонки с ID диалога, сообщениями пользователя и ассистента.
Шаг 3: Валидация данных
Что делать:
Дождаться автоматической проверки структуры.
Что говорить:
“After uploading, the system checks if the structure is valid. For example, if required columns like
user_message
orassistant_response
are missing — you’ll see an error message.”
Шаг 4: Запуск классификации
Что делать:
Нажать “Run Classification”.
Что говорить:
“Now let’s run classification. This will apply the model to each dialogue and predict its topic: Chatter, Financial Literacy, or Homework Help, games, riddles.”
Комментарий: Можешь сказать, что inference идёт на Google Cloud, использует GPU, время ожидания — < 2 минут.
Шаг 5: Просмотр результатов
Что делать:
Показать таблицу результатов и фильтрацию.
Что говорить:
“The results are shown directly below. You can filter by category, search for dialogue ID, or export everything to Excel.”
“Each line shows the predicted category and the model’s confidence score.”
Шаг 6: Интерпретация (если включено)
Что делать:
Показать флаг или tooltip "Why this label?".
Что говорить:
“For each prediction, you can click to see why the model made this decision. For example, it shows which keywords influenced the classification.”
Шаг 7: Экспорт
Что делать:
Нажать “Export to Excel”.
Что говорить:
“Finally, if you want to use the results in your own tools — just click ‘Export’, and you’ll get an Excel file with predictions.”