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
- Host: GitHub
- URL: https://github.com/elucidation/bird
- Owner: Elucidation
- Created: 2023-05-25T02:59:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-31T19:24:23.000Z (about 3 years ago)
- Last Synced: 2025-02-09T23:27:21.425Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 18.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```