Analysis CLI (Command Line Interface) Usage

The Analysis CLI helps to generate meeting metrics like engagement and sentiment in the Power mode. It also extracts the questions asked during the meeting. The zip file generated in the Power mode can be provided to the analysis CLI service to generate an output zip file which would have engagement and sentiment metrics.

To use the Analysis CLI:

  1. Go to the cloned repo location and start the CLI service by running

$ cd /path/to/enhant-repo/
$ docker-compose run cli
  1. Copy the zip file generated in Power mode to be analyzed to the meeting-data folder in the cloned repo location.

  2. To process the Power mode generated zip file, run

$ python enhant_cli_app.py analyze meeting-data/<meeting-data-input-zip-file>.zip
  1. Depending on the length of the meeting, the processing can take time.

  2. Once processing is over, a zip file with the name <meeting-data-input-zip-file>_result.zip is generated.

  3. The processed zip file can be viewed at the enhan(t) Meeting Data Viewer for further details.