Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 729 Bytes

README.md

File metadata and controls

40 lines (29 loc) · 729 Bytes

birdbook

Tensorflow powered bird recognition web application in Django

Requirements

Python 3

  • pip install -r requirements

Env variables

  • DB_NAME
  • DB_PASS
  • DB_USER
  • DJ_SECRET

Tensorflow stuff

  • birdy/birdy/intelligence/output_labels.txt
  • birdy/birdy/intelligence/output_graph.pb

  • Postgresql

Setting up

  • Use a virtualenv
  • python birdy/manage.py makemigrations

How to run

License