pandastable
Table analysis in Tkinter using pandas DataFrames. (by dmnfarrell)
streamlit
Streamlit — A faster way to build and share data apps. (by streamlit)
pandastable | streamlit | |
---|---|---|
3 | 297 | |
637 | 36,070 | |
- | 2.0% | |
5.7 | 9.9 | |
8 months ago | 6 days ago | |
Python | Python | |
GNU General Public License v3.0 or later | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
pandastable
Posts with mentions or reviews of pandastable.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-06-09.
- interactive table on gui
-
Interactive/dynamic way to extract cells values from dataset
If you're looking to implement a GUI of some sort, make sure you're not reinventing the wheel. PandasTable should be able to do exactly what you're looking for.
- Best python library for a GUI that closely uses Pandas DataFrames?
streamlit
Posts with mentions or reviews of streamlit.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-12-12.
-
Unlocking DuckDB from Anywhere - A Guide to Remote Access with Apache Arrow and Flight RPC (gRPC)
Streamlit: Streamlit turns data scripts into shareable web apps in minutes.
-
Building a Voice Transcription and Translation App with OpenAI Whisper and Streamlit
From the official website, Streamlit is a faster way to build and share data apps. It is an open-source Python library that helps you build web applications for sharing analytical results, building complex interactive experiences, and iterating on top of new machine-learning models.
-
Dashboard of open source low-code tools
The dashboard itself was built with the help of Cursor. As usual, I was faster than if I had done it alone but I still suffer some hallucinations (Cursos suggested to use a Cell Renderer that made a lot of sense but that, unfortunatley, didn't exist and for a couple of bugs I had to go the "old way" and find myself the solution in StackOverflow and the Streamlit forums)
-
Build an AI-Powered Anomaly Detection Application for E-Commerce Analytics
This recipe uses Streamlit to create a web app that interactively visualizes the e-commerce data and anomalies, and allows users to prompt OpenAI for an explanation of a particular anomaly. Using the OpenAI API allows us to access pre-trained AI models like GPT-3, DALL-E, and Codex.
-
Building a video insights generator using Gemini Flash
streamlit
-
20 Open Source Tools I Recommend to Build, Share, and Run AI Projects
Streamlit is an open source platform that turns your Python scripts into shareable web apps in minutes with just a few lines of code. These interactive web apps are often the demo apps for most ML projects. The most fascinating thing about this platform is that it requires no front-end or back-end experience. Moreover, Streamlit lets you create these sites without HTML, CSS, or JavaScript, without defining routes and focusing on handling HTTP requests.
-
Semantic Document Search System with pgvector and pgai
Streamlit for the web interface
-
LLM GUI: Custom Python Gradio Interface
My first attempt to design this GUI was based on Streamlit. The GUI creation worked flawless, but I hit an essential limitation: Streamlit apps reload their code on every interaction, which triggers the recreation of LLM objects too, removing the chat history in the process. Although it is possible to define global stateful objects, the framework relies internally on serialization with the pickle data format. This could not be applied to an autogen agent. Therefore, I could not continue with Streamlit.
- Creación de un agente de cafetería con Amazon Bedrock y Shopify
-
Create Your Own AI RAG Chatbot: A Python Guide with LangChain
In this guide, I’ll show you how to create a chatbot using Retrieval-Augmented Generation (RAG) with LangChain and Streamlit. This chatbot will pull relevant information from a knowledge base and use a language model to generate responses.