Skip to content

Stream webcam images from the browser (webRTC) to a server that detects tags using Clarifai API

Notifications You must be signed in to change notification settings

Philmod/clarifai-go-webcam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Live Demo

Install

  • Create a Clarifai 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 is merged
  • Reconnect websocket automatically

About

Stream webcam images from the browser (webRTC) to a server that detects tags using Clarifai API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published