etemkocaaslan's picture
Update README.md
41626ce verified
|
raw
history blame contribute delete
No virus
647 Bytes

A newer version of the Gradio SDK is available: 4.37.2

Upgrade
metadata
title: DeepLabV3 ResNet101 Segmentation
emoji: 🐨
colorFrom: yellow
colorTo: red
sdk: gradio
sdk_version: 4.36.1
app_file: app.py
pinned: false
license: mit

My Gradio Semantic Segmentation App

This is a semantic segmentation application using DeepLabV3 with ResNet101, implemented with Gradio and deployed on Hugging Face Spaces.

Usage

Upload an image to perform semantic segmentation using DeepLabV3 ResNet101.

Requirements

  • torch
  • torchvision
  • Pillow
  • gradio

The dependencies are listed in the requirements.txt file.

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference