CSE 515 Multimedia and Web Databases
Multimedia Gesture Recognition
Assumptions
• The directory dir for the data will have .csv files with multi-variate time-series data.
• The directory dir will be the location along with folder name. For example, the Folder Z has all the gesture files, so dir will be <folder_path…>. In my case, dir input was D:\ASU\Courses\MWDB\Project\Code
The System should be installed with Python 3.7.7.
To Run the System:
- Open the folder in the command prompt
- Create virtual environment folder: python -m venv venv
- Activate the virtual environment: venv\Scripts\activate
- Install all the packages required: pip install -r requirements.txt
- Run the program file: python Phase2.py
- Follow along the interface.