/StreamlitProjects

This project contains the details of the streamlit.

Primary LanguageJupyter Notebook

Streamlit (WebUI App)

This project contains the usage of the Streamlit package.

Table of Content

Demo

Overview

Streamlit is a python package which is used to build the WebGUI applications for machine learning and data science.

Installation

  • pip install streamlit

Run

  • streamlit run [filename]. Eg: streamlit run lession1.py
  • streamlit run [filename] --server.port [portnumber] # To modify the default port number.

Team

  • Surendra Reddy

Credits