File size: 647 Bytes
1ec05ea
 
 
 
 
 
 
 
 
 
 
41626ce
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1ec05ea
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
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