All Projects → jreyes → mirror

jreyes / mirror

Licence: Apache-2.0 license
A "Smart Mirror" Android application

Programming Languages

java
68154 projects - #9 most used programming language
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to mirror

programmable-air
A hardware kit to experiment with inflatable and vacuum based soft robotics.
Stars: ✭ 54 (+1.89%)
Mutual labels:  hardware
owntone-server
OwnTone is forked-daapd's new name. Linux/FreeBSD DAAP (iTunes) and MPD media server with support for AirPlay devices (multiroom), Apple Remote (and compatibles), Chromecast, Spotify and internet radio.
Stars: ✭ 1,408 (+2556.6%)
Mutual labels:  spotify
Tweeterify
A Twitter bot which recommends some Spotify top charts songs to people
Stars: ✭ 18 (-66.04%)
Mutual labels:  spotify
nwayo
🌰 A multi-theme, multi-site, multi-cms front end framework
Stars: ✭ 27 (-49.06%)
Mutual labels:  mirror
SpotifyAdBlocker-Windows
Spotify Adblocker for windows
Stars: ✭ 42 (-20.75%)
Mutual labels:  spotify
aciduino
Cheap and DIY make in 1 hour, 2 tracks, 14 patterns, Roland TB-303 step sequencer clone +plus features aimed for musicians and djs to use it on live performance or for the studio create process
Stars: ✭ 82 (+54.72%)
Mutual labels:  hardware
libtool
Mirror of git://git.savannah.gnu.org/libtool.git
Stars: ✭ 17 (-67.92%)
Mutual labels:  mirror
plumeria
🤖 A Discord chat bot with rich data piping between commands
Stars: ✭ 35 (-33.96%)
Mutual labels:  spotify
SpotifyApi.NetCore
Lightweight .NET Core wrapper for the Spotify Web API
Stars: ✭ 31 (-41.51%)
Mutual labels:  spotify
NuGet.CatalogReader
NuGet v3 catalog reader
Stars: ✭ 34 (-35.85%)
Mutual labels:  mirror
Mirror
Deploy Google and Wikipedia mirror with one command using now.sh.
Stars: ✭ 93 (+75.47%)
Mutual labels:  mirror
OldPeopleHome
🔥智能养老院项目
Stars: ✭ 31 (-41.51%)
Mutual labels:  hardware
iceskate
A low cost FPGA development board for absolute newbies
Stars: ✭ 15 (-71.7%)
Mutual labels:  hardware
lavamusic
lavalink music bot base in erela.js and discord.js v13
Stars: ✭ 210 (+296.23%)
Mutual labels:  spotify
MySpotify
A website to view your Spotify stats.
Stars: ✭ 38 (-28.3%)
Mutual labels:  spotify
mirror-leech-telegram-bot
Aria/qBittorrent Telegram mirror/leech bot
Stars: ✭ 1,289 (+2332.08%)
Mutual labels:  mirror
connectr
A super lightweight Spotify controller
Stars: ✭ 100 (+88.68%)
Mutual labels:  spotify
workshop-materials
Presented hardware reverse engineering workshops since 2019
Stars: ✭ 61 (+15.09%)
Mutual labels:  hardware
SpotifyNoPremium
A cross-platform Spicetify theme which declutters Spotify stock UI and removes all ads.
Stars: ✭ 376 (+609.43%)
Mutual labels:  spotify
fphdl
VHDL-2008 Support Library
Stars: ✭ 36 (-32.08%)
Mutual labels:  hardware

Another Smart Mirror

Join the chat at https://gitter.im/jreyes/mirror Build Status

This is another Smart Mirror project done in Android. Based on Max Braun and Nick Hall smart mirror projects.

Currently this project is being rewritten using Robopupu as the base framework for this project.

Demo of Another Smart Mirror v1

Thanks

I would like to give a big thanks to Marko Salmela for creating the Robopupu library and his constant support in supporting me. Without your great work, much of the configurable aspect of this project would not be possible.

Todo

  • New grid layout, tentative 15/15/40/15/15 layout
  • Draggable panels
    • Main container in middle that gets replaced by current action
    • Dismiss panels by dragging to the left or right borders
    • On minimized panels, mute audio for videos? but no for audio play?
  • New logo
  • Multiple user support
  • Integration with Alexa
    • Smarthings support
  • Improve Gesture control module
    • Integration with Leap Motion
    • Improve OpenCV module
  • Find alternative for low energy bluetooth beacons
  • Configurable commands
    • Use NanoHttp
    • Use Angular
    • Use Bootstrap
    • Store and load configuration from preferences
    • Add voice command for the configuration screen
    • Use secure preferences
    • Run once on installation and on voice command after that
  • WebView using custom tabs (Chrome)
  • Add new commands
    • Add selfie command
    • Add video chat command
      • Pause / Mute when is on the sidelines
      • Add end call button
    • Livecoding command?
    • Reddit news
    • NPR news
  • Update commands
    • Web module
      • Add a proxy running on port 4000
    • Spotify command
      • Add pause/play button
      • Make it configurable
      • Add a spotify client check (Remove WebView login)

Hardware

For the hardware I've used:

Libraries

Pocketsphinx

Hotword detection is being driven by the Pocketsphinx library. Implementation and instructions how to use this library it can be found on its website.

Houndify

For Voice Commands, Houndify is being used. They have a free tier with a daily quota of how many queries you can request per day. You need to register your application and get the Hound client ID and client key and set those values at mirror.properties

Proximity Recognition

To enable proximity recognition you need to have a Bluetooth beacon on hand like the Radius Networks RadBeacon. After that you need to follow the instructions detailed here.

Spotify

Song support is provided by Spotify. To use Spotify you need to register your application at https://developer.spotify.com and also own a Premium Spotify account. Once you get your Spotify Client ID, add it to mirror.properties

HandWave Library

Credit goes to Kriss for the original HandWave library and Koalified for the updated version.

OpenCV Library

More information about OpenCV can be found in its website. This library is needed to use the HandWave library.

#License

The contents of this repository are covered under the Apache License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].