test / README.md
karthikeya1212's picture
Update README.md
0fab3ef verified
metadata
title: Test
emoji: πŸ“ˆ
colorFrom: green
colorTo: yellow
sdk: docker
pinned: false
license: mit
short_description: just a testing

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

Shadow Generator API (SSN + Procedural Fallback)

This project generates realistic shadows for images with transparent backgrounds using a pretrained SSN model.


Features

  • Generates RGBA images with object + shadow.
  • Customizable shadow parameters: angle, distance, softness, opacity, color, spread, type.
  • Automatic download of required weights from Google Drive.
  • FastAPI backend with /api routes.

Installation

  1. Clone the repository:
git clone <your-repo-url>
cd <repo-folder>