From 0c00e146054214d8dd7da5fa8d227d0d61d92da2 Mon Sep 17 00:00:00 2001 From: Andrew Kettel Date: Sat, 16 May 2026 16:40:20 -0700 Subject: [PATCH] updating names --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index de75e4b..62bd9ff 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# BirdCam2: A Flask-Based Camera Monitoring System +# BirdCam: A Flask-Based Camera Monitoring System A lightweight, Python-based system for monitoring and managing Raspberry Pi cameras using Flask, SQLAlchemy, and modern Python best practices. ## 🚀 Overview -BirdCam2 is a simple yet robust application designed to monitor camera status and log events in real time. Built with Flask and SQLAlchemy, it provides: +BirdCam is a simple yet robust application designed to monitor camera status and log events in real time. Built with Flask and SQLAlchemy, it provides: - Real-time camera status tracking (`running` state). - Event logging for camera actions (`start`, `stop`) with IP addresses and timestamps. - A clean, maintainable architecture using modern Python 3.12 features and type hints. @@ -42,8 +42,8 @@ It's ideal for hobbyists, developers, or IoT projects where you need to track ca 1. Clone the repository: ```bash - git clone https://github.com/your-username/birdcam2.git - cd birdcam2 + git clone https://gitea.letteka.com/letteka/birdcam.git + cd birdcam ``` 2. Install dependencies: