This app aims to demonstrate how to use Deepgram API to compute talk time per speaker. We then display the calculated talk time in a pie chart.
You will need:
- A free Deepgram account
- A Deepgram API key
You can run this application by remixing it on Glitch or by running it on your local computer.
Glitch comes with an online editor, so you'll have all the necessary tools to explore your own app instance.
To remix this application on Glitch replace YOUR_DEEPGRAM_API_KEY
in the
following URL with your Deepgram API Key:
When accessing this URL in your browser, the project will be forked and deployed.
To run this project on your local computer:
Either clone or download the repository to your local machine, in a new directory.
# Clone this repo
git clone https://github.com/deepgram/talk-time-analytics.git
# Move to the created directory
cd talk-time-analytics
Your application will need to know more about you before it can run. Copy the
.env-example
file into a new file named .env
and edit this new file to
reflect the settings you want to use:
PORT
: The port you wish to run the application on. Leaving this as port 3000 is acceptable.DG_KEY
: The Deepgram API key you created earlier in this tutorial.
In the directory where you downloaded the code, run the following command to bring in the dependencies needed for this project.
npm install
With the configuration done and the dependencies in place, your application is ready to go! Run it with:
npm start
Interested in contributing? We ❤️ pull requests!
To make sure our community is safe for all, be sure to review and agree to our Code of Conduct. Then see the Contribution guidelines for more information.
We love to hear from you so if you have questions, comments or find a bug in the project, let us know! You can either:
- Open an issue on this repository
- Tweet at us! We're @DeepgramDevs on Twitter
Check out the Developer Documentation at https://developers.deepgram.com/