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

https://github.com/tlkh/setup-cheatsheets

Cheatsheets for Various Quick and Painless Setups
https://github.com/tlkh/setup-cheatsheets

bash linux nginx raspberry-pi tensorflow

Last synced: 3 months ago
JSON representation

Cheatsheets for Various Quick and Painless Setups

Awesome Lists containing this project

README

          

# Setup Cheatsheets
Cheatsheets for Various Quick and Painless Setups

## Raspberry Pi

```
curl https://raw.githubusercontent.com/tlkh/setup-cheatsheets/master/install_opencv.sh | sudo bash
```

## Google Cloud Platform (GPU)

For fast.ai v2 setup (without Anaconda/virtual env):
```
curl https://raw.githubusercontent.com/tlkh/setup-cheatsheets/master/fastai_noconda.sh | sudo bash
```
CUDA only
```
curl https://raw.githubusercontent.com/tlkh/setup-cheatsheets/master/cuda_gcp.sh | sudo bash
```

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)