/CS490

Primary LanguagePython

CPSC490 - EngagementApp

EngagementApp is a CPSC490 senior project that builds a system attempting to learn what makes for good public speaking in the hopes of being able to use this knowledge to grade real life engagement made by people while talking to a large audience.

The app is divided into three sections: data and data processing, a PyTorch Model, and the Engagement App itself. It is recommended to read the respective READMEs in each section to go through all the steps to have a successfully working Engagement App. The EngagementApp can be found here.

This is a python heavy repository, so the following tools may be of use:

Python3 Pip3

python3 -m pip3 install --upgrade pip

Once you have these two tools, head over to the READMEs found in the data, data_processing, and model folders, in order.