https://github.com/shashikg/google_colab_plugins
https://github.com/shashikg/google_colab_plugins
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shashikg/google_colab_plugins
- Owner: shashikg
- Created: 2020-09-03T14:41:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-03T16:42:20.000Z (over 4 years ago)
- Last Synced: 2025-02-12T10:22:30.578Z (3 months ago)
- Language: Python
- Size: 4.89 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# google_colab_plugins
Some usefull plugins to ged rid off boilerplate codes in Google Colab. Note that this is not any official support.
## Installation
Run the following command in your first cell of Google Colab Notebook```
!pip install git+https://github.com/shashikg/google_colab_plugins
```## Current implementations
| No. | Name | Example |
| --- | ---- | ------- |
| 1. | Capture images from webcam | [Open in Colab](https://colab.research.google.com/github/shashikg/google_colab_plugins/blob/master/examples/cameraCapture.ipynb) |
| 2. | Play video files | [Open in Colab](https://colab.research.google.com/github/shashikg/google_colab_plugins/blob/master/examples/playVideo.ipynb) |