Skip to content

Get started using Deepgram's Text Intelligence with this Node demo app

License

Notifications You must be signed in to change notification settings

deepgram-starters/node-text-intelligence

Node Text Intelligence

Get started using Deepgram's Text Intelligence with this Node demo app

Quick Start

Click the button below to fork the repo:

Fork on GitHub

Local Development

Makefile (Recommended)

make init
cp sample.env .env  # Add your DEEPGRAM_API_KEY
make start

Open http://localhost:8080 in your browser.

Node.js & pnpm

git clone --recurse-submodules https://github.com/deepgram-starters/node-text-intelligence.git
cd node-text-intelligence
pnpm install
cd frontend && pnpm install && cd ..
cp sample.env .env  # Add your DEEPGRAM_API_KEY

Start both servers in separate terminals:

# Terminal 1 - Backend (port 8081)
node --no-deprecation server.js

# Terminal 2 - Frontend (port 8080)
cd frontend && corepack pnpm run dev -- --port 8080 --no-open

Open http://localhost:8080 in your browser.

License

MIT - See LICENSE

About

Get started using Deepgram's Text Intelligence with this Node demo app

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors