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

Updating README

parent ed4a6c26
No related branches found
No related tags found
2 merge requests!2Adding FloraGuard Code,!1Adding FloraGuard initial workig version, no object detection yet.
......@@ -5,18 +5,18 @@ 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
### WiFi Router Setup Script for Raspberry Pi Zero 2 W
## Description
#### Description
The script sets up the Raspberry Pi to function as a WiFi access point using `hostapd` and `dnsmasq` for managing connections and DHCP respectively. It configures `iptables` to handle network routing and masquerading, ensuring devices connected to the Pi can access the internet through its network interface.
## Requirements
#### Requirements
- Raspberry Pi Zero 2 W
- Raspberry Pi OS Lite 64-bit (2024-07-04 release)
- Internet connection to download necessary packages
- SSH or direct access to the terminal
## Usage
#### Usage
1. **Make the script executable**:
```bash
chmod +x setup_wifi_router.sh
......@@ -27,22 +27,22 @@ sudo ./setup_wifi_router.sh "YourSSID" "YourStrongPassword"
```
3. **Reboot**
# Flask Camera App Service
### Flask Camera App Service
## Description
#### 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
#### Flask Service Setup Script
### Description
##### 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
##### 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
##### Usage
1. **Make the script executable**:
```bash
chmod +x setup_flask_service.sh
......
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