https://github.com/victordibia/tjvision
Make your TJBot process images using Watson Vision Recognition
https://github.com/victordibia/tjvision
Last synced: about 1 month ago
JSON representation
Make your TJBot process images using Watson Vision Recognition
- Host: GitHub
- URL: https://github.com/victordibia/tjvision
- Owner: victordibia
- Created: 2016-11-20T02:54:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-23T20:54:43.000Z (over 9 years ago)
- Last Synced: 2025-11-21T15:03:57.157Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 196 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tjvision
Make your TJBot process images using Vision Recognition
## How It Works
- Snap an image from the Raspberry Pi camera
- Once the image is saved, send it to the [IBM Watson Vision Recognition API](https://www.ibm.com/watson/developercloud/visual-recognition.html)
- Get a text description back from Watson Vision Recognition
- Do stuff.
## Installation
Install Dependencies
npm install
# try sudo npm install if you encounter permission issues
Rename and update config.js
cp config_sample.js config.js
nano config.js
# Rename the config_sample.js file to config.js. Open config.js using your favorite text editor # (e.g // nano) and update it with your Bluemix credentials for the Watson services you use.
Enable camera
sudo raspi-config
# Go to option 5 "Enable Camera" and select yes
## License
MIT License