Skip to content

A starter example for building a web applications using streamlit

Notifications You must be signed in to change notification settings

ayoussef-insight/streamlit_starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About the project

This project is a simple example of how to build a web site using streamlit.

How to use streamlit

Find documentation here

Setup the project (First time only)

Download the project

Download the source code from the repository. streamlit_starter

Install VS Code

To install vs code, go to the official website

For windows: Install here

Install python

To install python, go to the official website

Open the project in VS Code

  • Open vs code
  • Click on File -> Open Folder
  • Select the folder where you downloaded the project

Install the required packages

Open the terminal in vs code:

  • Click on Terminal -> New Terminal
  • Type the following command in the terminal and click enter: python -m venv .venv
  • Type the following command in the terminal and click enter: source .venv/bin/activate
  • Type the following command in the terminal and click enter: pip install -r requirements.txt

Run the project

  • Type the following command in the terminal and click enter: streamlit run main.py

About

A starter example for building a web applications using streamlit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages