|
|
|
|
|
by sebringj
1904 days ago
|
|
Out of curiosity I saw what this product was about. It appears to be like a chatroom in the sense that its live but with an API or live application refresh where the programmer can write lines of code that immediately show app results. This is pretty cool but I don't know if its a real product other than live coding interviews or the most intense pressure cooker of your manager having you do the TPS reports right now. If coupled with GPT3, however, it might be perfect, as you could just speak what you want and then it can output python that then updates this. |
|
Let's say you implemented your model in python, and want to show it off:
With streamlit, you can simply take your python script, turn the variables you want to change and the plot/dataframes you want to output into streamlit objects. That takes about 5-10 minutes, and then you can already serve your application. It's almost like it's no extra work.