Skip to content

rasimriver/streamlit-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This script allows to do some streamlit stuff.

Install

Set-Up

Following the suggested set-up to work with this repo:

  • Atom: Link - Used as simple IDE (any other alternative is sufficient too - However, git integration is suggested)
  • Anaconda for your OS: Link - Used as command prompt and package manager

Preparation and necessary packages

As usual start with cloning the repository:

git clone https://YOUR-PERSONAL-ACCESS-TOKEN@github.com/rasimriver/streamlit-projects.git

Next, it is suggested to use a virtual environment for your python environment. This can be done with Anaconda: More Info

cd PATH/TO/YOUR/DIRECTORY

conda create -n venv-str-tools python=3.7 anaconda

Now let's activate the enviroment

conda activate venv-str-tools

And install the necessary additional packages

pip install streamlit

Run

  1. Open Anaconda

cd PATH/TO/YOUR/DIRECTORY

  1. Activate the Virtual Envionment

conda activate venv-str-tools

  1. Start the engine:

streamlit run str-tool.py

About

Let's try some streamlit stuff

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages