https://github.com/the-crypt-keeper/llm-webapps
jQuery, React and Streamlit applications written by LLMs
https://github.com/the-crypt-keeper/llm-webapps
Last synced: 24 days ago
JSON representation
jQuery, React and Streamlit applications written by LLMs
- Host: GitHub
- URL: https://github.com/the-crypt-keeper/llm-webapps
- Owner: the-crypt-keeper
- Created: 2023-06-16T16:20:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-24T06:03:04.000Z (over 1 year ago)
- Last Synced: 2025-03-31T19:11:09.581Z (2 months ago)
- Language: Python
- Size: 30.3 KB
- Stars: 16
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LLM Webapp Experiments
How well can LLM create a simple webapp? Let's find out.
# Results
[See Results On HuggingFace Spaces](https://huggingface.co/spaces/mike-ravkine/llm-webapps-results)
`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
- Without `Please return only the full, complete source code for the application in a single code block.` in the prompt, WizardCoder sometimes answers in a step-by-step style with the final result at the end. This is both difficult to parse and a huge waste of tokens/time.