Our table number is E21
Inspiration
Fireflies
What it does
Little portable smart lamps which learn thanks to AL based on unique user experience.
How I built it
Hardware Lab, code and prototyping
Challenges I ran into
Clear functionality of the product, sleeeeep
Accomplishments that I'm proud of
New model of machine learning
What I learned
Building machine learning algorithms
What's next for lila
Testing the technology and cooperation with lamp manufactures
Deploy lila's ecosystem in your own server
Deploy lila to your own server
- install:
nginx
npm
nodejs
install npm package
pm2 -g
express
cors
axios
node-cmd
chance
moment
neataptic
clone this repo and host it as static web server
cd /etc/nginx/sites-enabledand edit
defaultconfigrootin you repofollow next commands ( output light ) -p 5000
curl https://untitled-dym8vwoojg4d.runkit.sh/ > light.js
pm2 start -n light light.js
- upload ml server and run it ( generate ML ) -p 4800 ml.js
curl https://gist.githubusercontent.com/arsenicum32/139a11295993e9e1146a05e6656ddee7/raw/102c8ecebfd6850782b65c3d1d0b8b5aaa57159d/lila%2520ML%2520algoritm > ml.js pm2 start -n ml ml.js - follow the next commands ( get IP , bluetooth ID ) -p 3500
curl https://confjs-xf2xlp3xvbjj.runkit.sh/ > conf.js
pm2 start -n conf conf.js
After run this:
pm2 startup
pm2 save
Log in or sign up for Devpost to join the conversation.