Skip to content

Get started with Streamlit, a Python library for building and sharing interactive web applications.

License

Notifications You must be signed in to change notification settings

abdullahashfaq-ds/Get-Started-With-Streamlit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get Started With Streamlit

Streamlit is an open-source Python library designed to convert data scripts into shareable web applications. It enables data scientists, engineers, and machine learning practitioners to quickly create custom applications for data exploration, visualization, and more all with just a few lines of code.

This repository offers a guide to learn the essentials of Streamlit, helping you build your first web application and introducing key features such as widgets and layouts.

Installation and Setup

Follow these steps to set up and run the application:

  1. Clone the Repository

    git clone git@github.com:abdullahashfaq-ds/Get-Started-With-Streamlit.git
    cd Get-Started-With-Streamlit
  2. Create & Activate a Virtual Environment

    python -m venv venv
    venv\Scripts\activate
  3. Install Dependencies

    pip install -r requirements.txt
  4. Run the Streamlit Application

    streamlit run <app-name.py>

License

This project is licensed under the MIT License. See the LICENSE file for more details.

About

Get started with Streamlit, a Python library for building and sharing interactive web applications.

Topics

Resources

License

Stars

Watchers

Forks

Languages