stlite-desktop-example
streamlit
Our great sponsors
- CodiumAI - TestGPT | Generating meaningful tests for busy devs
- ONLYOFFICE ONLYOFFICE Docs — document collaboration in your environment
- Sonar - Write Clean Python Code. Always.
- InfluxDB - Access the most powerful time series database as a service
stlite-desktop-example | streamlit | |
---|---|---|
1 | 214 | |
7 | 24,917 | |
- | 5.8% | |
10.0 | 9.8 | |
about 1 month ago | 3 days ago | |
Python | Python | |
Apache License 2.0 | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
stlite-desktop-example
-
Streamlit meets WebAssembly - stlite
A sample app repository
streamlit
-
Build LLM-powered chatbot in 5 minutes using HugChat and Streamlit
Streamlit * A faster way to build and share data apps | streamlit.io
- Is it possible to make an advance website with only python
-
a python framework that allows me to easily build a web gui app that runs on server/web so piracy isn't avaible, without having me to do all the difficult tasks about security and stuff?
https://streamlit.io/ try looking up streamlit
-
Building an AWS Well-Architected Chatbot with LangChain
The chat interface was developed using Streamlit, a versatile tool for building interactive Python web applications. This code creates a simple interface with a text input for user queries and a "Submit" button to submit the query. When the "Submit" button is clicked, the query, along with the chat history, is sent to the LLM chain, which returns a response along with the referenced documents.
-
[Python] NiceGUI: Lassen Sie jeden Browser das Frontend für Ihren Python-Code sein
Of course there are valid use cases for splitting frontend and backend technologies. NiceGUI is for those who don’t want to leave the Python ecosystem and like to reap the benefits of having all code in one place. There are other options like Streamlit, Dash, Anvil, JustPy, and Pynecone. But we initially created NiceGUI to easily handle the state of external hardware like LEDs, motors, and cameras. Additionally, we wanted to offer a gentle learning curve while still providing the ability to go all the way down to HTML, CSS, and JavaScript if needed.
-
Introducing Visual Cookiecutter: a web UI for instanciating cookiecutter templates
Are you tired of manually filling in cookiecutter templates through a terminal? Look no further than Visual Cookiecutter, a Python package that lets you visually instantiate templates with a sleek and modern web UI based on streamlit.
-
Little guidance of a python newbie
You could use something like Streamlit or Dash. In any case you will be accessing your app through the browser.
- No dashboards. Am I doing it wrong?
-
[P] SimpleAI : A self-hosted alternative to OpenAI API
If your goal is to have a slightly more friendly UI for end users, it should be relatively easy to build something custom, using the OpenAI clients (or requests package) and something like Streamlit. Or even a notebook (you can use the OpenAI cookbook as a starting point).
-
Warning, Streamlit collects a lot of data!
Hey there, thank you for flagging this! I work for Streamlit and wanted to share some info on this. This info was also shared in this GitHub Issue which u/hurdahurimahuman linked to.
What are some alternatives?
PyWebIO - Write interactive web app in script way.
gradio - Create UIs for your machine learning model in Python in 3 minutes
dash - Data Apps & Dashboards for Python. No JavaScript Required.
superset - Apache Superset is a Data Visualization and Data Exploration Platform
PySimpleGUI - Launched in 2018. It's 2023 and PySimpleGUI is actively developed & supported. Create complex windows simply. Supports tkinter, Qt, WxPython, Remi (in browser). Create GUI applications trivially with a full set of widgets. Multi-Window applications are also simple. 3.4 to 3.11 supported. 325+ Demo programs & Cookbook for rapid start. Extensive docs
datapane - Build full-stack data apps in 100% Python
fastapi - FastAPI framework, high performance, easy to learn, fast to code, ready for production
panel - A high-level app and dashboarding solution for Python
wave - Realtime Web Apps and Dashboards for Python and R
react-virtualized - React components for efficiently rendering large lists and tabular data
nicegui - Create web-based user interfaces with Python. The nice way.
mercury - Build Web Apps in Jupyter Notebook with Python only