An open API service indexing awesome lists of open source software.

https://github.com/robmarkcole/gvision-analyzer

Perform analysis on images and videos using Google Vision
https://github.com/robmarkcole/gvision-analyzer

Last synced: 5 months ago
JSON representation

Perform analysis on images and videos using Google Vision

Awesome Lists containing this project

README

          

# gvision-analyzer
Perform analysis on images and videos using Google Vision. Using Google Vision means we get fast processing without requiring a GPU. 5000 calls to the API for free per month, low cost after.

* Helper functions and example notebooks for analysis
* Docker environment -> https://github.com/jupyter/docker-stacks/tree/master/scipy-notebook + `requirements.txt`
* Use Jupyter as IDE [following fastai2 example](https://forums.fast.ai/t/fastai-v2-roadmap/46661?u=xyz)
* Strealit (most likely) or Voila/Bokeh/Plot.ly for UI for reviewing analysis (TBC)
* Make pragmatic choices that minimise moving parts, e.g. sqlite over a server solution