Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anandchowdhary/bsc-thesis
π BSc thesis on Email-based Intelligent Virtual Assistants for Scheduling
https://github.com/anandchowdhary/bsc-thesis
assistant email latex text thesis twente virtual-assistant
Last synced: about 1 month ago
JSON representation
π BSc thesis on Email-based Intelligent Virtual Assistants for Scheduling
- Host: GitHub
- URL: https://github.com/anandchowdhary/bsc-thesis
- Owner: AnandChowdhary
- License: cc-by-4.0
- Created: 2020-06-03T17:54:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-05T14:48:40.000Z (over 4 years ago)
- Last Synced: 2024-12-04T17:37:15.353Z (about 1 month ago)
- Topics: assistant, email, latex, text, thesis, twente, virtual-assistant
- Language: TeX
- Homepage: https://dx.doi.org/10.13140/RG.2.2.34795.77608
- Size: 50.9 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: citations-reflection.bib
Awesome Lists containing this project
README
# π Thesis
This repository contains Anand Chowdhary's bachelor thesis, entitled "Email-based Intelligent Virtual Assistants (EIVA)" for Creative Technology BSc at the University of Twente, under [Dr. Job Zwiers](https://people.utwente.nl/j.zwiers) and in association with [Speakup](https://www.speakup.nl).
[![Release](https://badgen.net/github/release/AnandChowdhary/thesis)](https://github.com/AnandChowdhary/thesis/releases)
[![License](https://badgen.net/github/license/AnandChowdhary/thesis)](./LICENSE)
[![Download PDF](https://badgen.net/badge/download/PDF/purple)](https://essay.utwente.nl/81424/1/Chowdhary_BA_EEMCS.pdf)
[![DOI](https://badgen.net/badge/doi/10.13140%2FRG.2.2.34795.77608/green)](https://dx.doi.org/10.13140/RG.2.2.34795.77608)[**View published PDF on essay.utwente.nl β**](https://essay.utwente.nl/81424/1/Chowdhary_BA_EEMCS.pdf)
[**View DOI: 10.13140/RG.2.2.34795.77608 on ResearchGate β**](https://dx.doi.org/10.13140/RG.2.2.34795.77608)
Related repositories:
- Backend APIs: [o15y/eiva](https://github.com/o15y/eiva)
- Frontend app: [o15y/myeiva.com](https://github.com/o15y/myeiva.com)## π Abstract
Manually setting up appointments by email wastes tens of hours every month for professionals, because several email exchanges are required before receiving confirmation. Since not everyone can afford to hire full-time assistants, Email-based Intelligent Virtual Assistants (EIVA) can help by automating this task.
In the research described in this paper, a functional EIVA was developed based on research and industry best-practices. Users could simply add their assistantβs address as βCCβ in an email, and EIVA would share the recommended location and time slots with guests automatically, based on the userβs availability (determined using their calendar) and scheduling preferences. A companion web application was also developed to manage meetings and settings. The code is open source and was written in TypeScript with Node.js for the backend and Vue.js for the frontend, and deployed on Amazon Web Services architecture in Europe. The product was built with a focus on data privacy and user personalization, through a series of feedback cycles with the external client.
A user experience evaluation of EIVA was conducted with 30 participants that found positive reception. The average rating of the overall assistant was calculated to be 4.4 out of 5, and that of the web app was 4.5 out of 5. Usersβ behavior was also understood with the help of heatmaps and visualizations using pageview and mouse clicks tracking. All but one participants said that EIVA met their expectations, and 25 out of 30 would use it in the future if it launches as a service. Most would also be willing to pay for it, with an average amount up to EUR 6.16 per month. Participants also shared their frustrations and feature recommendations. In the future, natural language processing-based classification should be improved and user recommendations can be implemented before launching EIVA as a service for consumers.
## π©βπ» Development
Text is written in LaTeX in the [`thesis.tex`](./thesis.tex) file, and compiled to PDF using the available LaTeX distribution.
On GitHub Actions, [`xu-cheng/latex-action@v2`](https://github.com/xu-cheng/latex-action) is used. The PDF is distributed as a [release](https://github.com/AnandChowdhary/thesis/releases) and also hosted using GitHub Pages from the [`gh-pages`](https://github.com/AnandChowdhary/thesis/tree/gh-pages) branch.
Locally, [Texpad](https://www.texpad.com) is used for writing in and compiling LaTeX.
## π License
[CC BY 4.0](./LICENSE) Β© [Anand Chowdhary](https://anandchowdhary.com)