"Show HN" implies that this project is your own personal work. Since you posted both this today and <a href="https://news.ycombinator.com/item?id=38461101">https://news.ycombinator.com/item?id=38461101</a> (as a Show HN) yesterday, I'm thinking that maybe you weren't aware of this rule? If so, it would be good to read <a href="https://news.ycombinator.com/showhn.html">https://news.ycombinator.com/showhn.html</a> and follow the rules in the future.
? I searched their website and code base and can find no reference to AI with this project (other than a list of “AI veterans” involved).<p>It’s not generating code or UI using AI (as I initially assumed from the demo)… how is “Data and AI algorithms” into “full web applications”?<p>It looks like it’s a framework you write code in.<p>Am I missing something obvious?<p>(For example, this sentiment analysis just imports transformers => <a href="https://github.com/Avaiga/demo-sentiment-analysis/blob/develop/src/main.py">https://github.com/Avaiga/demo-sentiment-analysis/blob/devel...</a>)
Small feedback:<p>> No knowledge of web development is required!<p>Then right below<p>> $ pip install taipy<p>If it's truly no-code and you don't need to know how to use pip, and your audience is people without web dev knowledge, showing a pip install command so high up on the page might scare that audience away.
What is the business model for <a href="https://www.taipy.io/" rel="nofollow noreferrer">https://www.taipy.io/</a>, <a href="https://streamlit.io/" rel="nofollow noreferrer">https://streamlit.io/</a>, or <a href="https://www.gradio.app/" rel="nofollow noreferrer">https://www.gradio.app/</a>? These are nice tools - but how will the sponsoring businesses support themselves? I didn't see any mention of enterprise plans, etc. Is the answer simply that "we've not announced our revenue model yet"? What should one expect?
This is cool! There's a similar project I'm working on but it's more of a reactive jupyter notebook than just a python library. Very cool though.<a href="https://github.com/Zero-True/zero-true">https://github.com/Zero-True/zero-true</a> if you want to check it out.