Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.13 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.13 KB

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 [email protected]: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.