#Interactive AI Table (link to DEMO)

32 messages · Page 1 of 1 (latest)

scarlet arrow
#

Hey 👋,
I’ve created an interactive AI table where the data can be manipulated/generated with text prompts.
It can handle anything you’d imagine; sorting, filtering, adding, editing, removing data etc.
The possibilities are endless - not limited to a GUI.
Try it out here: https://table.pixelcloud.se

Each prompt generates up to 4 different versions by default

Don’t hesitate to share any cool ideas you stumble upon 🙂

#

Interactive AI Table (link to DEMO)

simple cradle
#

Link is not working for me

scarlet arrow
#

@simple cradle try now. It was because the server scales down to 0 instances if unused but it is fixed now - no more slow cold starts 👍

mossy dagger
#

This looks awesome and I can see it being used in many applications, e.g. Notion 👀. However, I feel not comfortable sharing my OpenAI API Key with a site. Is it open source by any chance?

scarlet arrow
#

Thanks! In theory all frontend applications are open source. I might open source it later but for now I'd recommend you create an API key specifically for this application and delete it after use.

nova glacier
#

Looks super cool but link doesn’t work for me either …

scarlet arrow
nova glacier
#

Works! Super cool!!

#

Do you know what’s the best way to build something that would also query the data (I.e. ask “show me the smallest animals in alphabetical order”)

radiant crypt
#

It functions well, but the accuracy of the output was inconsistent. Also struggled to format accurately for currency, percentages, etc. It might help to be able to manually edit the formatting and text of generated tables. For my cases, 4 different iterations seems excessive.

scarlet arrow
scarlet arrow
nova glacier
#

@scarlet arrow - the interactive AI you have allows to manipulate the data. I’d love to also build something to query the data. For example if the data is a table like the one you have, the input would be: answering the prompt “show me a table of all the animals with weight > 150”
The output would be: the table with just the animals with weight > 150

Does that make sense?

scarlet arrow
#

@nova glacier Maybe it was a little unclear in my post, but it actually already does. You can ask for any data. Your suggested prompt already works but you can also try to query totally different data like: "Give me a new table of 10 largest islands in the world. Include its leader and population."

scarlet arrow
#

Whatevery issue you had should be fixed now 🙂

scarlet arrow
scarlet arrow
#

@cinder notch I've moved my personal API key to a backend to protect it. So now there's no need for you to supply an API key 🙂

#

yes

#

I have a cap to protect it from being abused

#

@cinder notch Works for me, just tested it. Try clearing your cache.

#

What prompt are you using?

scarlet arrow
#

Not sure why it's not working for you. Just tried again, I don't get any errors. Do you have any chrome plugin that may interfere? I'd suggest you try another browser. Let me know if problem persists.

radiant crypt
scarlet arrow
#

Try increasing the temperature and amount of completions, usually one of them should be accurate or you can just re-prompt it with a more specific pormpt. The model is not fine-tuned but with some training it can probably perform a lot more accurately.

radiant crypt
scarlet arrow
#

@radiant crypt Nothing really, unless you have any suggestions christmas_smile It was just a demo app I built as an experiment to showcase how AI can be incorporated in web development.

nova glacier
#

This is super cool, is there a way to have it as an API or if you can put the code on GitHub such that we can use our own data?

scarlet arrow
#

@nova glacier I haven't done any magic stuff in the backend it's just a proxy to openAI so that I don't have to expose my API key. So basically I'm just using edit with davinci. Sending in the table (json) as input and then with the instruction. Just try it out: https://beta.openai.com/playground?mode=edit

eternal helm
#

Gotta say, I really like this......

glad stone
#

@scarlet arrow this is awesome. I’d love to chat if you have some time

scarlet arrow