https://github.com/yash-kavaiya/streamlit-run-colab
You can run streamlit server in google colab
https://github.com/yash-kavaiya/streamlit-run-colab
colab colaboratory python streamlit
Last synced: 6 months ago
JSON representation
You can run streamlit server in google colab
- Host: GitHub
- URL: https://github.com/yash-kavaiya/streamlit-run-colab
- Owner: Yash-Kavaiya
- License: apache-2.0
- Created: 2023-11-11T11:11:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-07T15:16:35.000Z (7 months ago)
- Last Synced: 2025-03-28T07:22:48.156Z (6 months ago)
- Topics: colab, colaboratory, python, streamlit
- Language: Jupyter Notebook
- Homepage: https://medium.com/@yash.kavaiya3/running-streamlit-code-in-google-colab-involves-a-few-steps-c43ea0e8c0d9
- Size: 12.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# streamlit-run-colab
[](https://colab.research.google.com/github/Yash-Kavaiya/streamlit-run-colab/blob/main/Streamlit_in_Colab.ipynb)
## Description
This project demonstrates how to run Streamlit applications in Google Colab. Streamlit is an open-source app framework for Machine Learning and Data Science projects. This guide will help you set up and run your Streamlit apps directly from Google Colab, making it easier to share and collaborate on your projects.
## Features
- Run Streamlit apps in Google Colab
- Easy setup and installation
- Shareable links for your Streamlit apps
- Interactive widgets and visualizations## Installation
To install the required dependencies, run the following command:
```bash
!pip install streamlit
```## Usage
1. Clone the repository:
```bash
git clone https://github.com/Yash-Kavaiya/streamlit-run-colab.git
cd streamlit-run-colab
```2. Open the `Streamlit_in_Colab.ipynb` notebook in Google Colab.
3. Follow the instructions in the notebook to set up and run your Streamlit app.
## Contribution Guidelines
We welcome contributions to this project! Please follow these steps to contribute:
1. Fork the repository.
2. Create a new branch with a descriptive name.
3. Make your changes and commit them with clear and concise messages.
4. Push your changes to your forked repository.
5. Create a pull request to the main repository.## Contact
If you have any questions or need further assistance, feel free to reach out:
- Yash Kavaiya: [LinkedIn](https://www.linkedin.com/in/yash-kavaiya/)
- Email: yash.kavaiya3@gmail.com## Related Resources
- [Streamlit Documentation](https://docs.streamlit.io/)
- [Google Colab](https://colab.research.google.com/)
- [Medium Article](https://medium.com/@yash.kavaiya3/running-streamlit-code-in-google-colab-involves-a-few-steps-c43ea0e8c0d9)