jiayizhg / smart-meeting-system

1 stars 1 forks source link

Logo

Smart Meeting System

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
  1. About The Project
  2. Getting Started

About The Project

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:

Built With

We are building this application using the frameworks/libraries listed below:

(back to top)

Getting Started

To get a local copy up and running please follow these steps.

Installation

To get started, clone the repo:

$ git clone https://github.com/jiayizhg/smart-meeting-system.git

Setup

  1. Navigate to the smart-meeting-system directory:

    $ cd smart-meeting-system

  2. Then install the dependencies:

    $ yarn install

  3. Run the app:

    $ yarn serve

(back to top)