Streamcoder=Streamlit+LLM

The post originally appears on my LinkedIn account, hence the links are pointed there.
After my post here: LinkedIn, I decided to try writing my own code writer and interpreter. (And I am not implying that Anthropic followed my advice here: LinkedIn :wink: ).
Nevertheless, in my spare time the Streamcoder, a proof-of-concept code writer and interpreter was built with Streamlit. Streamcoder combines the simplicity of Streamlit with the power of AI-assisted coding. Github repo management is available on the page. The sandbox function allows instant interpretation of the code, just make sure to add all libraries in the requirements.txt file in advance.
The sleek login box is a standard function of the Ploomber.

Open source code repo: LinkedIn

P.S. No conflict of interest here - just a fun project born out of curiosity! :slightly_smiling_face: I know that the functionality can be enhanced. Maybe in the future…