Skip to content

The binary image classifier written in PyTorch for the Wildfire Detection Image Data dataset.

License

Notifications You must be signed in to change notification settings

igor-sosnowicz/image-classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binary Image Classifier

A Python-based binary image classifier using PyTorch, designed to detect wildfires in images.

Dataset

This project uses the Wildfire Detection Image Data from Kaggle.

Before running the project:

  1. Download the dataset from Kaggle.
  2. Unzip the contents.
  3. Place the forest_fire directory in the root of this repository.

Prerequisites

  • uv – Python version and dependency manager

Installation

Install dependencies with:

uv sync

Usage

Run the classifier with:

uv run main.py

On the first run, the model is trained, and inference is performed.
On subsequent runs, the weights are loaded and only inference is performed.

About

The binary image classifier written in PyTorch for the Wildfire Detection Image Data dataset.

Topics

Resources

License

Stars

Watchers

Forks

Languages