Skip to content

Dash application presented by Nathan Drezner at the All in AI (https://allinevent.ai/) conference in Montreal on September 27, 2023

Notifications You must be signed in to change notification settings

manojjha/GenAI-insight-demo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

All in AI Demo App

A demo app for the All in AI presentation on September 27, 2023.

Presented by Nathan Drezner (@ndrezn).

This application uses Dash Chart Editor and the OpenAI Python library to build an application allowing users to ask questions about a dataset and persist views of their dataset with analytics associated.

Usage

Note: You must provide an OpenAI API key as an environment variable at $OPEN_AI_KEY.

Install the dependencies with:

pip install -r requirements.txt

And run the application with:

python app.py

Or, provide your API key directly if it is not in your environment:

OPEN_AI_KEY=... python app.py

About

Dash application presented by Nathan Drezner at the All in AI (https://allinevent.ai/) conference in Montreal on September 27, 2023

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.2%
  • CSS 5.6%
  • Procfile 0.2%