An open API service indexing awesome lists of open source software.

https://github.com/abdullahashfaq-ds/get-started-with-streamlit

Get started with Streamlit, a Python library for building and sharing interactive web applications.
https://github.com/abdullahashfaq-ds/get-started-with-streamlit

apps beginner dashboards data-apps data-science python streamlit visualization web-apps

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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**

```bash
git clone [email protected]:abdullahashfaq-ds/Get-Started-With-Streamlit.git
cd Get-Started-With-Streamlit
```

2. **Create & Activate a Virtual Environment**

```bash
python -m venv venv
venv\Scripts\activate
```

3. **Install Dependencies**

```bash
pip install -r requirements.txt
```

4. **Run the Streamlit Application**

```bash
streamlit run
```

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.