Skip to main content

AI-powered fire detection system using Gemma 3N E4B vision model

Project description

FireSense

Python 3.11+ License: MIT

FireSense is an AI-powered fire detection system that uses the Gemma 3N E4B vision model to analyze video content for fire and smoke detection. It provides real-time analysis, comprehensive fire characteristics assessment, and emergency response recommendations.

Features

  • 🚀 Fast Development: Leverages uv for 10-100x faster dependency installation
  • 📦 Modern Packaging: PEP 621 compliant with pyproject.toml
  • 🔍 Type Safety: Full mypy strict mode support
  • Testing: Comprehensive pytest setup with coverage
  • 🎨 Code Quality: Pre-configured with ruff, black, and pre-commit
  • 📚 Documentation: Ready for MkDocs with Material theme
  • 🔄 CI/CD: GitHub Actions workflow included

Quick Start

Prerequisites

  • Python 3.11 or higher
  • uv package manager

Installation

From PyPI (Recommended)

pip install firesense

From Source

  1. Clone the repository:
git clone https://github.com/gregorymulla/firesense_ai.git
cd firesense_ai
  1. Install with pip:
pip install -e ".[dev]"

Using uv (Fastest)

  1. Install uv:
curl -LsSf https://astral.sh/uv/install.sh | sh
  1. Install firesense:
uv pip install firesense

Usage

Running the Application

# Analyze a video file
firesense analyze video.mp4

# Analyze with custom settings
firesense analyze video.mp4 --interval 1.0 --confidence 0.8

# Preview frame extraction
firesense preview video.mp4 --frames 10

# Launch demo UI
firesense demo wildfire_example_01

# Process multiple videos
firesense batch /path/to/videos --pattern "*.mp4"

Development Commands

# Run tests
make test

# Run linting
make lint

# Format code
make format

# Type check
make type-check

# Run all checks
make check

# Build documentation
make docs

# Clean build artifacts
make clean

Project Structure

firesense/
├── src/gemma_3n/       # Source code
│   └── fire_detection/ # Fire detection system
│       ├── models/     # Data models and AI interface
│       ├── processing/ # Video and frame processing
│       └── vision/     # Computer vision utilities
├── tests/              # Test suite
│   ├── unit/           # Unit tests
│   └── integration/    # Integration tests
├── docs/               # Documentation
├── scripts/            # Utility scripts
└── .github/            # GitHub Actions

Configuration

The application can be configured using environment variables with the GEMMA_ prefix:

export GEMMA_DEBUG=true
export GEMMA_API_PORT=9000
export GEMMA_LOG_LEVEL=DEBUG

Or using a .env file:

GEMMA_DEBUG=true
GEMMA_API_PORT=9000
GEMMA_LOG_LEVEL=DEBUG

Contributing

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Make your changes
  4. Run tests and checks (make check)
  5. Commit your changes (git commit -m 'Add amazing feature')
  6. Push to the branch (git push origin feature/amazing-feature)
  7. Open a Pull Request

Releasing

To publish a new release to PyPI, simply push a commit to the main branch with a message starting with "new release" followed by the version number:

git commit -m "new release 0.3.0"
git push origin main

The GitHub Actions workflow will automatically:

  1. Extract the version from the commit message
  2. Update the version in pyproject.toml and __init__.py
  3. Build and publish the package to PyPI
  4. Create a git tag
  5. Create a GitHub release

Note: Make sure you have set up the PYPI_API_TOKEN secret in your GitHub repository settings.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

firesense-0.8.2.tar.gz (9.2 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

firesense-0.8.2-py3-none-any.whl (21.1 kB view details)

Uploaded Python 3

File details

Details for the file firesense-0.8.2.tar.gz.

File metadata

  • Download URL: firesense-0.8.2.tar.gz
  • Upload date:
  • Size: 9.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.8

File hashes

Hashes for firesense-0.8.2.tar.gz
Algorithm Hash digest
SHA256 dd24a2fdd542deb7d64044b20e63903bf9ab42c8bf522d1a915ab37b0835607a
MD5 d4aba68cbeb56f40c64b120c894b8e13
BLAKE2b-256 4f75e0530094ea733f1dde65006df05ddcc11f8b149863aed64dbdf0f7af7ec1

See more details on using hashes here.

File details

Details for the file firesense-0.8.2-py3-none-any.whl.

File metadata

  • Download URL: firesense-0.8.2-py3-none-any.whl
  • Upload date:
  • Size: 21.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.8

File hashes

Hashes for firesense-0.8.2-py3-none-any.whl
Algorithm Hash digest
SHA256 707e0a34503dcfeda8ad5ddcbace8491870a86dc5b99651f3b4fe1ad6daa23d1
MD5 13771125a88c5af3bd00360ac458ebc1
BLAKE2b-256 8c993b48e4a4c1b3256554fb91111db18c995e54e459cdd14760763c87ffbb22

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page