Newone / README.md
NaveenKumar5's picture
Update README.md
62109ec verified

A newer version of the Gradio SDK is available: 6.6.0

Upgrade
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

  1. Clone the repository or download the files.
  2. (Optional) Create and activate a virtual environment:
python -m venv venv
source venv/bin/activate  # Linux/macOS
venv\Scripts\activate     # Windows