Skip to content

The goal of project Busy Bee is to create a lightweight object detection model capable of identifying Bees and tracking their movements. If possible, we would like to also differentiate between different types of bees.

License

Notifications You must be signed in to change notification settings

IAmFaulty/BusyBee

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BusyBee 🐝

The goal of project Busy Bee is to create a lightweight object detection model capable of identifying Bees and tracking their movements. If possible, we would like to also differentiate between different types of bees. We are resource constrained here, our final model will have to run on a Raspberry Pi 3B+ along with the Pi's 8-megapixel Camera Module 2. We would like to create a proof of concept for a trail-cam device that could one day be deployed in the wild.

setup

create a venv

python -m venv ./busybee_venv

install dependencies

pip install -r requirements.txt

TODO

create a link to setup on the likes of huggingface or google colab

🐝

About

The goal of project Busy Bee is to create a lightweight object detection model capable of identifying Bees and tracking their movements. If possible, we would like to also differentiate between different types of bees.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.8%
  • Other 0.2%