Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sid220/smartdisplaypi

A Smart Display powered by Google Assistant and a Raspberry Pi.
https://github.com/sid220/smartdisplaypi

Last synced: 4 days ago
JSON representation

A Smart Display powered by Google Assistant and a Raspberry Pi.

Awesome Lists containing this project

README

        

# SmartDisplayPi
An awesome smart display powered by Google Assistant and Raspberry Pi.
## Features

* Google Assistant Not yet!
* Main page widgets
* Built-in browser
* Built-in onscreen keyboard
* Custom apps
* Auto-ambient mode
* Settings page

## Screenshots!
![img.png](assets/screenshots/img.png)
![img.png](assets/screenshots/img1.png)
![img.png](assets/screenshots/img2.png)
## Required:
* Raspberry Pi 3B or newer (At *least* 1GB of memory)
* *Minimum* 8GB SD card
* Internet connection

## Installation guide:
Install Ubuntu 21.10 and then run:
```bash
cd ~/ && wget https://tinyurl.com/installsmartdisplay -O install.sh && chmod +x install.sh && ./install.sh stable
```
### Beta [male] testing
Install Ubuntu 21.10 and then run:
```bash
cd ~/ && wget https://tinyurl.com/installsmartdisplay -O install.sh && chmod +x install.sh && ./install.sh beta
```
### Alpha [male] testing
Install Ubuntu 21.10 and then run:
```bash
cd ~/ && wget https://tinyurl.com/installsmartdisplay -O install.sh && chmod +x install.sh && ./install.sh alpha
```
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Any help or feedback will greatly be appreciated.

## Further Development
In the near future, we would love to see SmartDisplayPi support Google Assistant!
## License
[MIT](https://choosealicense.com/licenses/mit/)