Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nibalizer/ecologic
Call For Code Internal IBM Entry
https://github.com/nibalizer/ecologic
call-for-code hack-the-planet recycling
Last synced: 18 days ago
JSON representation
Call For Code Internal IBM Entry
- Host: GitHub
- URL: https://github.com/nibalizer/ecologic
- Owner: nibalizer
- License: apache-2.0
- Created: 2020-06-24T18:04:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T09:48:27.000Z (almost 2 years ago)
- Last Synced: 2024-10-26T20:16:10.891Z (2 months ago)
- Topics: call-for-code, hack-the-planet, recycling
- Language: JavaScript
- Homepage: https://www.facebook.com/appecologic/
- Size: 8.91 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
Eco Logic
========Eco Logic is a Call For Code 2020 hackathon solution.
We are currently in our beta version. We can guide you on recycling some plastics, styrofoam, cardboard and some food packaging. We hope to add recycling guides for other types of objects in the near future.Vist our [Web Page](http://ecologic-2020.mybluemix.net/).
Find us on [Facebook](https://www.facebook.com/Eco-Logic-107364791033184) (We are Live!).Check our [demo](public/demo.mp4) !
Uses a forked version of the Call for Code Community Collaboration Starter Kit.
Architecture
===========![](public/architecture.png)
* User connects through interface (at the moment facebook messenger)
* Backend Developed in NodeJS deployed in Cloud Foundry
* Visual Recognition detects objects related to recycling
* Watson Assistant manages the conversation flow
* The assistant uses the discovery to search more information about recycling
* Cloudant is our database for the recycling events dashboardDevelopment
===========* Copy .env.example to .env
* Replace varibles in .env
* `npm install`
* `npm start`Deployment
==========* `ibmcloud login` # there is an account just for this project
* `ibmcloud target --cf`
* `ibmcloud app push`
* `ibmcloud app list`Resources
==========* Used public photos from the web and from public image repositories like [Trashnet](https://github.com/garythung/trashnet) and [Open Recycle](https://github.com/openrecycle/dataset)
* Discovery Search Skill trained with information from [Recycling Simplified](https://recyclingsimplified.com/) and [Earth 911](https://earth911.com/)