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.
- Host: GitHub
- URL: https://github.com/abdullahashfaq-ds/get-started-with-streamlit
- Owner: abdullahashfaq-ds
- License: mit
- Created: 2024-02-23T06:37:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-19T20:51:07.000Z (7 months ago)
- Last Synced: 2024-11-17T10:19:37.245Z (6 months ago)
- Topics: apps, beginner, dashboards, data-apps, data-science, python, streamlit, visualization, web-apps
- Language: Python
- Homepage:
- Size: 845 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.