- Install ngrok and run
ngrok http 5000in your terminal to retrieve a target URL, and use it as the web target on Zoom App Marketplace. - Run
pip install -r requirements.txtin both the frontend and backend directories.
- Start by enabling the frontend development server by running
npm start. - Enable the backend webhook with
python3 app.py. - Now, record a Zoom call to the cloud, and your call will automatically retrieved by the webhook.
- Check the webpage to get a review of the video sentiment!