This is a Flask-React app I have done while working on an app in the University of Sheffield. I forked the part I had worked on here. I extracted the requirement and designed the frontend and program the React app, while also used Flask for the backend, mainly with serving and recording the data.
This repository contains the code for a user interface for viewing bee tracking photos and human labelling of these tracking images.
Install the package in a virtual environment using the Python package manager.
pip install btviewerTo run the backend, please run the btviewer command in your terminal, specifying the root folder that contains your image capture sessions:
btviewer ~/my_data/To see the other options, run:
btviewer --help
Please read the contribution guide.