An AI-powered Zoom web app designed to improve your virtual meetings and enhance collaboration
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
Smart Meeting System is an ongoing project being designed and developed by a group of Master's in Computer Science students from Virginia Tech as part of a one-semester long Capstone class. This project is sponsored by and in collaboration with Boeing. Boeing presented us with the challenge outlined in McKinsey's article, If we’re all so busy, why isn’t anything getting done?. Thereby, we are inspired by this opportunity to apply our knowledge and skills to create innovative solutions that can enhance the way people collaborate and communicate in virtual meetings, making them more efficient and effective.
Team Members:
- Weiting Li
- Rundong Liang
- Yumin Wang
- Tinghui Wu
- Jiayi Zhang
We are building this application using the frameworks/libraries listed below:
To get a local copy up and running please follow these steps.
To get started, clone the repo:
$ git clone https://github.com/jiayizhg/smart-meeting-system.git
-
Navigate to the
smart-meeting-system
directory:$ cd smart-meeting-system
-
Then install the dependencies:
$ yarn install
-
Run the app:
$ yarn serve