/lolml_app_template

An simple app template

Primary LanguagePythonMIT LicenseMIT

LOLML App template

This is a simple streamlit app template repo.

Screenshot

screenshot.png

Installation

The following installation instructions use the Conda package manager. The instructions also work verbatim with Mamba and micromamba.

Local Installation

Clone the repo:

git clone [repo_url]

Environment setup for Anaconda

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

Run the app:

  • 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 and License

Copyright (c) 2024 LOLML GmbH, Julian Wergieluk, George Whelan

MIT License: see LICENSE file for details.

Legal Notice

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.