Skip to content

Code for our talk at the Out of Pocket Healthcare AI Hackathon

Notifications You must be signed in to change notification settings

novyai/oop-ai-talk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

health-ai-talk

Code for our talk at the Out of Pocket Healthcare AI Hackathon

Setup

Install portaudio which is needed for some of the audio processing.

The repo uses pdm. After installing pdm, run:

pdm install

Create a .env file with OPENAI_API_KEY and optionally an ELEVEN_API_KEY

OPENAI_API_KEY="sk-***"
ELEVEN_API_KEY="***"

Running

The main entrypoint is a typer CLI

See available commands with:

pdm cli --help

For example, to ask for a single response, run:

pdm cli ask "What's up?"

About

Code for our talk at the Out of Pocket Healthcare AI Hackathon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages