Skip to content

JustForFun119/ai-chatbot-history

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interactive Chat History for COMP4431 Chatbot

Interactive chat message history view of chatbot project (course project for COMP4431 Artificial Intelligence).

Purpose

  • View and interact with chatbot chat messages/history.
  • Import chatbot history data by uploading history CSV file.
  • Try out Vue.js framework on a small, static webpage!

Usage

  1. Visit app website
  2. Upload chatbot history history.csv (see history_example.csv in repo for example data)
  3. Interact with chat message history, filtered by:
    • Date: datepicker shows days of available chat messages
    • Session: list of sessions recorded during chatbot project (date/time range, duration, and no. of messages)
    • Speaker: select messages sent by each speaker only

Libraries Used

  • Vue.js - JavaScript framework for building UI views
  • VueMaterial - Material Design for Vue.js
  • PapaParse - JavaScript library for CSV parsing
  • V-Calendar - Calendar/datepicker plugin for Vue.js
  • Moment.js - JavaScript date/time library

About

Interactive chat history for chatbot course project (COMP4431 Artificial Intelligence)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published