Translate English to Code

Translate English to SQL and Pandas for data analytics based on OpenAI’s GPT-3 Codex with this app:

:arrow_right: https://share.streamlit.io/kinosal/codex-analytics/app.py

Happy to hear your feedback, questions or ideas how to develop this further (e.g. upload actual data and run queries).

6 Likes

That’s a great app @kinosal

Thanks for sharing🎈
Akshansh

1 Like

thanks for the awesome information.

1 Like

thanks my issue has been fixed.

Nice. I specified two tables (traffic, sites) and asked it to get pageviews between 10 and 100, grouped by site. Columns were specified using 'table.column (type)' notation. The SQL generation worked. Pandas not so much.

@kinosal @asehmi @akshanshkmr @alexsunny123 I have built a streamlit app using GPT-3, using SQLite as backend to log all the interactions with GPT-3, The SQL flavor is targeted for SQLite database, so the generated query can be validated right away.

The github link is GitHub - wgong/gpt3sql: use GPT3 to generate SQL from text
Love to hear your feedback
Thanks

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.