Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 702 Bytes

File metadata and controls

30 lines (23 loc) · 702 Bytes

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