https://github.com/sid220/smartdisplaypi
A Smart Display powered by Google Assistant and a Raspberry Pi.
https://github.com/sid220/smartdisplaypi
Last synced: 3 months ago
JSON representation
A Smart Display powered by Google Assistant and a Raspberry Pi.
- Host: GitHub
- URL: https://github.com/sid220/smartdisplaypi
- Owner: Sid220
- License: mit
- Created: 2022-01-23T23:01:48.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-17T19:14:36.000Z (over 2 years ago)
- Last Synced: 2025-01-13T10:48:53.068Z (5 months ago)
- Language: CSS
- Size: 22.6 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGE_URL.html
- License: LICENSE
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!



## 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/)