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

https://github.com/elucidation/bird

Bird detection using tensorflow hub models
https://github.com/elucidation/bird

Last synced: about 1 year ago
JSON representation

Bird detection using tensorflow hub models

Awesome Lists containing this project

README

          

# bird
Bird detection using tensorflow hub models

# Setup

```
python -m venv venv
. ./venv/Scripts/activate
pip install -r requirements.txt
```