Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/philmod/clarifai-go-webcam
Stream webcam images from the browser (webRTC) to a server that detects tags using Clarifai API
https://github.com/philmod/clarifai-go-webcam
Last synced: 3 months ago
JSON representation
Stream webcam images from the browser (webRTC) to a server that detects tags using Clarifai API
- Host: GitHub
- URL: https://github.com/philmod/clarifai-go-webcam
- Owner: Philmod
- Created: 2016-05-19T18:28:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-08T18:59:27.000Z (over 8 years ago)
- Last Synced: 2024-04-10T20:48:41.203Z (9 months ago)
- Language: JavaScript
- Homepage: https://clarifai-go-webcam.herokuapp.com
- Size: 543 KB
- Stars: 9
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# clarifai-go-webcam
Web page that captures images from your webcam and tag them using Clarifai API. If one of the specified tag is detected, the image is shown.![Example](https://dl.dropboxusercontent.com/u/45971143/clarifai-go-webcam.png)
[Live Demo](https://clarifai-go-webcam.herokuapp.com/)
## Install
- Create a [Clarifai](https://developer.clarifai.com/account/applications/) app
- Set `CLARIFAI_ID` and `CLARIFAI_SECRET` environment variables
- `go run main.go`
- In your browser, go to "localhost:8080"## Todo
- Tests
- Replace with the official Clarifai client when the [PR](https://github.com/Clarifai/clarifai-go/pull/6) is merged
- Reconnect websocket automatically