the-crypt-keeper / llm-webapps

jQuery, React and Streamlit applications written by LLMs
16 stars 1 forks source link

LLM Webapp Experiments

How well can LLM create a simple webapp? Let's find out.

Results

See Results On HuggingFace Spaces

streamlit run app.py to open the result browser

Tasks

greet

Greet the user in their native language.

timezone

What time is it in different timezones? A simple task in terms of UX but tricky processing to get right.

counter

An up/down counter with reset.

sortlines

A simple data processing application.

Running

generate.py

Notes

WizardCoder