Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sid220/smartdisplaypi
- Owner: Sid220
- License: mit
- Created: 2022-01-23T23:01:48.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-17T19:14:36.000Z (about 2 years ago)
- Last Synced: 2024-10-11T16:50:59.425Z (about 1 month 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!
![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/)