Skip to content
Snippets Groups Projects
Commit ed4a6c26 authored by Isaac Espinosa's avatar Isaac Espinosa
Browse files

Updating README

parent db8447bd
No related branches found
No related tags found
2 merge requests!2Adding FloraGuard Code,!1Adding FloraGuard initial workig version, no object detection yet.
......@@ -3,6 +3,8 @@
## Description
Tools for Automatic Training Data Generation using a Raspberry Pi
FloraGuard leverages Raspberry Pi and YOLO object detection models to monitor pollinizers like bees and hummingbirds visiting flowers. This initiative aims to enhance environmental research by automating data collection and analysis of pollinator activities, which are crucial for ecological assessments and conservation efforts. The project utilizes video data provided by Rossana Maguiña, processed through advanced machine learning techniques to accurately identify and track pollinator interactions in natural habitats.
# WiFi Router Setup Script for Raspberry Pi Zero 2 W
## Description
......@@ -23,4 +25,30 @@ chmod +x setup_wifi_router.sh
```bash
sudo ./setup_wifi_router.sh "YourSSID" "YourStrongPassword"
```
3. **Reboot**
# Flask Camera App Service
## Description
This Flask application provides a web interface for controlling a camera connected to a Raspberry Pi. It allows users to capture and view images directly through the web interface. The application is configured to start automatically at boot using a systemd service.
## Flask Service Setup Script
### Description
The provided script automates the setup of the Raspberry Pi to run the Flask application as a systemd service. This setup ensures that the Flask application starts on boot and remains running.
### Requirements
- Raspberry Pi with Raspberry Pi OS installed.
- Flask application must be installed and configured correctly in the specified directory.
- User must have `sudo` privileges to configure systemd services.
### Usage
1. **Make the script executable**:
```bash
chmod +x setup_flask_service.sh
```
2. **Run the script with sudo** and provide your desired service name and the path to your Flask application directory:
```bash
sudo ./setup_flask_service.sh "floraguard" "/home/flora/pivision_tools/Code"
```
3. **Reboot**
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment