mikeonslow / demo-summarize-it

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[demo] SummarizeIT!

Requirements:

Setup

Make sure you have python 3.11.x installed (https://docs.python.org/3/whatsnew/3.11.html) and pipenv (https://pipenv.pypa.io/en/latest/) installed.

Create an .env file in the root of the project with the following variables:

OPENAI_API_KEY=<YOUR_OPENAI_API_KEY>
DEEPGRAM_API_KEY=<YOUR_OPENAI_API_KEY>

Running the Project

pipenv shell
pipenv run python call_aggregator.py "https://res.cloudinary.com/deepgram/video/upload/v1663090406/dg-audio/Upgrading-phone-plan_pmfsfm.m4a"

About

License:MIT License


Languages

Language:Python 100.0%