Spaces:
Runtime error
Runtime error
A newer version of the Gradio SDK is available:
6.6.0
metadata
title: NewOne
emoji: 💻
colorFrom: green
colorTo: red
sdk: gradio
sdk_version: 5.30.0
app_file: app.py
license: apache-2.0
Solar Panel Fault Detection (Roboflow + Gradio)
This project provides a Gradio web app to detect faults in solar panels from thermal images using a custom Roboflow InferencePipeline workflow.
Features
- YOLOv8-based fault detection model trained on Roboflow datasets.
- Easy-to-use web interface powered by Gradio.
- Real-time detection with annotated outputs.
Requirements
- Python 3.7+
- Packages listed in
requirements.txt
Installation
- Clone the repository or download the files.
- (Optional) Create and activate a virtual environment:
python -m venv venv
source venv/bin/activate # Linux/macOS
venv\Scripts\activate # Windows