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

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

Awesome Lists containing this project

README

          

# streamlit-run-colab

[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](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)