Skip to content

Neurl-LLC/deepgram-56

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meeting Insights App

A Flask-based web app that uses Deepgram Nova-3 for transcription and OpenAI GPT-5 for generating meeting insights.


Project Structure

├── server.py        # Flask server with STT + LLM logic  
├── static/          # Frontend files (HTML, CSS)  
└── uploads/         # Uploaded meeting recordings  

Setup

git clone https://github.com/Neurl-LLC/deepgram-56.git
cd deepgram-56

pip install flask openai deepgram-sdk

Set your API keys:

export DEEPGRAM_API_KEY=your_deepgram_key
export OPENAI_API_KEY=your_openai_key

Run the App

python server.py

Visit http://127.0.0.1:5000 to use the app.


How It Works

  1. Upload a meeting audio file.

  2. Deepgram Nova-3 transcribes the audio.

  3. GPT-5 generates:

    • Meeting overview
    • Action items
    • Bullet-point notes
  4. Results are displayed in the browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors