LogicGoInfotechSpaces commited on
Commit
aacbb70
·
verified ·
1 Parent(s): 7e8ea5b

Delete README_HF.md

Browse files
Files changed (1) hide show
  1. README_HF.md +0 -40
README_HF.md DELETED
@@ -1,40 +0,0 @@
1
- ---
2
- title: Colorize Image API
3
- emoji: 🎨
4
- colorFrom: blue
5
- colorTo: purple
6
- sdk: docker
7
- sdk_version: 1.0.0
8
- app_file: Dockerfile
9
- pinned: false
10
- license: mit
11
- ---
12
-
13
- # Colorize Image API
14
-
15
- FastAPI-based image colorization service using ColorizeNet model with Firebase App Check integration.
16
-
17
- ## Features
18
-
19
- - Image upload and colorization
20
- - Firebase App Check authentication
21
- - Docker deployment
22
- - Download URLs for browser access
23
-
24
- ## API Endpoints
25
-
26
- - `GET /health` - Health check
27
- - `POST /upload` - Upload image
28
- - `POST /colorize` - Colorize image
29
- - `GET /download/{file_id}` - Download result
30
- - `GET /results/{filename}` - Public result access
31
-
32
- ## Setup
33
-
34
- The API requires Firebase credentials. Place your Firebase Admin SDK JSON file in the root directory as:
35
- `colorize-662df-firebase-adminsdk-fbsvc-e080668793.json`
36
-
37
- ## Model
38
-
39
- Uses `rsortino/ColorizeNet` from Hugging Face for image colorization.
40
-