jupyter-naas / naas

Low-code Python library to safely use notebooks in production: schedule workflows, generate assets, trigger webhooks, send notifications, build pipelines, manage secrets (Cloud-only)
https://app.naas.ai/
GNU Affero General Public License v3.0
286 stars 25 forks source link

Generate code in notebook from text intents with Jupyter-text2code #178

Open jravenel opened 3 years ago

jravenel commented 3 years ago

Jupyter text2code is jupyter extension which converts english queries into relevant python code.

Quite impressive POC here: https://github.com/deepklarity/jupyter-text2code

Do you think we can add them to naas?

jravenel commented 3 years ago

mopp-demo

Here is the GIF showing text2code work. It was developed last year as POC, FYI @jupyter-naas/core-team currently talking to the maker https://github.com/dk-crazydiv for potential integration with current limitations.

sanjaysabu4205 commented 3 years ago

This ia a great way to attract new coders and also encouraging those who have the passion to learn programming 😀

On Sun, Aug 29, 2021 at 6:26 PM Jeremy RAVENEL @.***> wrote:

[image: mopp-demo] https://user-images.githubusercontent.com/21052349/131261340-27b60af2-432f-491e-85ea-3de853a060b5.gif

Here is the GIF showing text2code work. It was developed last year as POC, FYI @jupyter-naas/core-team https://github.com/orgs/jupyter-naas/teams/core-team currently talking to the makers for potential integration with current limitations.

— You are receiving this because you are on a team that was mentioned. Reply to this email directly, view it on GitHub https://github.com/jupyter-naas/naas/issues/178#issuecomment-907843523, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMVTXSS4A6V4UYR2GX4WILDT7J3VLANCNFSM5BB4674A .

jravenel commented 2 years ago

Hey @daerty0153, It's been some time, do you think you will have some time to geek out on this? Some contributors might be interested to help out.

jravenel commented 2 years ago

@Dr0p42 I think it relates a lot with the idea of using part of the awesome-notebooks as reference to create a notebook.