Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lentil32/python-streamlit-demos
Streamlit demo for my Python projects
https://github.com/lentil32/python-streamlit-demos
python streamlit
Last synced: 7 days ago
JSON representation
Streamlit demo for my Python projects
- Host: GitHub
- URL: https://github.com/lentil32/python-streamlit-demos
- Owner: lentil32
- Created: 2024-10-14T10:08:41.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-17T07:56:44.000Z (2 months ago)
- Last Synced: 2024-10-31T03:06:19.334Z (about 2 months ago)
- Topics: python, streamlit
- Language: Python
- Homepage: https://lentil32.streamlit.app/
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
#+TITLE: Python Projects Streamlit Demo
#+AUTHOR: lentil32
#+DATE: 2024-10-14
#+EMAIL: [email protected]
#+URL: https://github.com/lentil32/python-streamlit-demos
#+DESCRIPTION: Streamlit Demo Page for My Python ProjectsDemo: https://lentil32.streamlit.app/
** Overview
This repository serves as a centralized hub for interactive Streamlit
applications that demonstrate my Python projects.** Available Demos
- [[https://github.com/lentil32/pawky][Pawky - AWK Interpreter in Python]]
- And some simple scripts...** Installation
To set up and run the Python Projects Streamlit Demo applications locally, follow the steps below.
*** Prerequisites
- Python 3.7 or higher*** Clone the Repository
#+BEGIN_SRC shell
git clone https://github.com/lentil32/python-streamlit-demos.git
cd python-streamlit-demos
#+END_SRC*** Install Dependencies
#+BEGIN_SRC shell
make setup
#+END_SRC** Usage
*** Running Demo
#+BEGIN_SRC shell
make run
#+END_SRC** FAQ
*** Q1. Why don't you use ~git submodule~ to manage projects?
Streamlit Community Cloud does not support submodule for now.
Reference: [[https://discuss.streamlit.io/t/unable-to-deploy-app-when-using-git-submodule/6352][Unable to deploy app when using git submodule - Community Cloud - Streamlit]]