Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/poshaughnessy/llama-vision
A website that detects llamas through your camera
https://github.com/poshaughnessy/llama-vision
getusermedia llamas tensorflowjs
Last synced: 6 days ago
JSON representation
A website that detects llamas through your camera
- Host: GitHub
- URL: https://github.com/poshaughnessy/llama-vision
- Owner: poshaughnessy
- License: mit
- Created: 2018-10-29T16:45:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-17T19:18:46.000Z (over 5 years ago)
- Last Synced: 2024-11-02T09:42:04.399Z (13 days ago)
- Topics: getusermedia, llamas, tensorflowjs
- Language: JavaScript
- Homepage: https://llama.vision
- Size: 363 KB
- Stars: 23
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Llama Vision
A website that detects llamas through your camera.
## Instructions
[Visit the website](https://llama.vision) in a desktop or mobile browser. Press 'Go', wait for it to warm up, and point your camera at a llama. If you don't have a real llama to hand (sad 😦), you can try pointing it at a picture or video of a llama.
**Please note:** This is a _Llama_ Detector. Trying to fool the Dector with an alpaca, or another non-llama [camelid](https://en.wikipedia.org/wiki/Camelid), is cheating - and cheating is wrong. Go take a long, hard look at yourself. Yes, you. We know your type. 😒
## Development
Uses [Tensorflow.js](https://js.tensorflow.org/) and the [MobileNet pre-trained model](https://github.com/tensorflow/models/blob/master/research/slim/nets/mobilenet_v1.md).
It's all client-side, so to develop locally you can serve the page using any static hosting server, for example `python -m SimpleHTTPServer`.
## More information
See [the blog post here](https://medium.com/samsung-internet-dev/introducing-llama-vision-a-website-that-detects-llamas-through-your-camera-aa6f16144ac4)!