Open-sourced, privacy-oriented smart home and technology hub
- Voice Assistant - Both typical and unique voice assistant features
- Lighting - Normal lighting, colored lighting, themes, party modes, and music integration
- Personal DJ - Music surround system with light effects, including Spotify
- Narokflix - Curated, streaming service, with option to add user videos, as well
- Security cameras
- Offline speech recognition with Vosk
- Universal ad blocker for home network
- HVAC control for energy savings
- Different temperature comfort zones for occupants in the same room
- Portal - Front-end Flamingo manager, easy to use
Flamingo was built using Python 3.9. To manage packages, Flamingo uses poetry.
To install dependencies, first install poetry
pip install poetry
From there, you can install dependencies with
poetry install
To run Flamingo, use the command
poetry run python main.py