Giter Site home page Giter Site logo

birdpi's Introduction

birdpi

My implementation of BirdNet-Pi

REF: BirdNetPi.com
REF: https://github.com/mcguirepr89/BirdNET-Pi

== INSTALLATION ==

  1. Wrote PiOS Lite 64-bit
  • Host: BirdPi
  1. First Login
  1. Increase swap space
sudo dphys-swapfile swapoff
sudo nano /etc/dphys-swapfile
edit CONF_SWAPSIZE=1024
sudo dphys-swapfile setup
sudo dphys-swapfile swapon
  1. BirdNet-Pi setup
  1. Test
  • Play bird from Merlin
  • Tools->SystemServices->ClearAllData

== MAINTENANCE ==

  • SHUTDOWN: Tools->SystemServices->Shutdown
  • CLEARALLDATA: Tools->SystemServices->ClearAllsData
  • Deleting misidentifications:
$ sqlite3 ~/BirdNET-Pi/scripts/birds.db
SQLite version 3.34.1 2021-01-20 14:10:07
Enter ".help" for usage hints.
sqlite> delete from detections where com_name = 'Black-whiskered Vireo';
sqlite> delete from detections where com_name = 'Baltimore Oriole';
sqlite> delete from detections where com_name = 'Tufted Titmouse';
sqlite>  (ctrl-d to exit) 

Then refresh webpage and visit Daily Charts and back to Today's Detections.

=== PERFORMANCE ON Pi3B - OUTSIDE AIR 91degF ===

 17:33:17 up  5:49,  2 users,  load average: 1.90, 2.25, 2.33
               total        used        free      shared  buff/cache   available
Mem:             909         468         156           3         284         380
Swap:           1023         187         836
temp=68.2'C
frequency(48)=1200000000
throttled=0x50000

(Lousy power cable to Pi)

birdpi's People

Contributors

slowrunner avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.