This is a simple streamlit app template repo.
The following installation instructions use the Conda package
manager. The instructions also work verbatim with Mamba
and micromamba
.
Clone the repo:
git clone [repo_url]
While in the repository directory, run the following command in a terminal:
conda create -n lolml --yes --file conda_packages.txt -c conda-forge
conda activate lolml
- Navigate to the repository directory in your terminal.
- Activate the
lolml
environment (conda activate lolml
). - Run the app with streamlit:
streamlit run app.py
. - Access app in your browser at
http://localhost:8501
.
The app should now be running on http://localhost:8501
in your browser.
Copyright (c) 2024 LOLML GmbH, Julian Wergieluk, George Whelan
MIT License: see LICENSE file for details.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.