Skip to content
/ ZAF Public

ZAF(Zebrafish Automated Feeder): Software needed for automated fish feeding system of our fish facility

License

Notifications You must be signed in to change notification settings

royerlab/ZAF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZAF | Zebrafish Automated Feeder

Join the chat at https://gitter.im/ZAF-Zebrafish-Automatic-Feeder/community

In the past few decades, aquatic animals have become popular model organisms in biology, spurring a growing interest in establishing aquatic facilities. Aquatic zebrafish are widely studied and relatively easy to culture using commercial systems. However, a challenging aspect of maintaining aquatic facilities is animal feeding, which is both time- and resource-consuming. To facilitate the implementation of a zebrafish colony in any laboratory, we developed an open-source fully automatic daily feeding system. We named our system ZAF for Zebrafish Automatic Feeder. ZAF is reliable, provides a standardized amount of food to every tank, is cost-efficient and easy to build. The advanced version, ZAF+, allows for the precise control of food distribution as a function of fish density per tank. Here we provide all of the instructions to build the two automatic feeding systems, from the hardware and a friendly user interface to the open-source python code. Importantly, the design is modular and can be scaled depending on user needs. Furthermore, our results confirm that ZAF and ZAF+ do not adversely affect zebrafish culture, enabling fully automatic feeding for any aquatic facility.

ZAF+

This repository contains:

  1. A detailed wiki with all instructions to build and operate a ZAF system
  2. The software needed for automated fish feeding system of our fish facility.

In the following we provide instructions on how to install the ZAF software on a Raspberry Pi 3 system

How to install and use?

# Install dependencies
sudo apt install python3-pyqt5
python3 -m pip install python-crontab==2.5.1 arbol==2020.11.6

# Get ZAF+ software
mkdir -p ~/Dev/prod/zaf_data
cd Dev/prod/
git clone https://github.com/royerlab/zaf.git
cd zaf

# Start the ZAF+ software
python3 -m python.gui.gui

# Run the ZAF software
python -m python.zaf.cli run

How to cite this work?

ZAF -- an open source fully automated feeder for aquatic facilities. Merlin Lange, Ahmet Can Solak, Shruthi Vijaykumar, Hirofumi Kobayashi, Bin Yang, & Loic A. Royer

About

ZAF(Zebrafish Automated Feeder): Software needed for automated fish feeding system of our fish facility

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •