Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
fffiloni/text-guided-image-colorization
LogicGoInfotechSpaces
/
text-guided-image-colorization
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
87f9058
text-guided-image-colorization
243 kB
1 contributor
History:
69 commits
LogicGoInfotechSpaces
Add MongoDB integration for API call logging with timestamps
87f9058
24 days ago
.history
Initial commit: Colorize API with Firebase App Check integration
about 1 month ago
app
Add MongoDB integration for API call logging with timestamps
24 days ago
.dockerignore
Safe
260 Bytes
Update .dockerignore to exclude unnecessary files
about 1 month ago
.gitignore
Safe
280 Bytes
Initial commit: Colorize API with Firebase App Check integration
about 1 month ago
API_DOCUMENTATION.md
Safe
11.7 kB
feat(auth): accept Firebase Auth id_token (Authorization Bearer) in addition to App Check; add Postman collection and test script; default MODEL_ID to ControlNet color
about 1 month ago
API_EXAMPLES.md
Safe
14.1 kB
feat(auth): accept Firebase Auth id_token (Authorization Bearer) in addition to App Check; add Postman collection and test script; default MODEL_ID to ControlNet color
about 1 month ago
CURL_EXAMPLES.md
Safe
3.58 kB
Add comprehensive cURL examples for API testing
about 1 month ago
DEPLOYMENT.md
Safe
3.77 kB
Initial commit: Colorize API with Firebase App Check integration
about 1 month ago
Dockerfile
Safe
2.25 kB
Add FastAPI version using SDXL + ControlNet for text-guided colorization (from fffiloni)
about 1 month ago
FASTAI_MODEL_GUIDE.md
Safe
2.06 kB
Add guide for finding FastAI-compatible colorization models - Document how to find models with .pkl files - Add instructions for setting MODEL_ID - Note current model limitation
about 1 month ago
FIREBASE_SETUP.md
Safe
4.93 kB
Update Firebase initialization to auto-detect credentials file and add setup guide
about 1 month ago
README.md
Safe
2.64 kB
Initial commit: Colorize API with Firebase App Check integration
about 1 month ago
README_HF.md
Safe
889 Bytes
Initial commit: Colorize API with Firebase App Check integration
about 1 month ago
SETUP.md
Safe
4.94 kB
Initial commit: Colorize API with Firebase App Check integration
about 1 month ago
deploy.sh
Safe
586 Bytes
Initial commit: Colorize API with Firebase App Check integration
about 1 month ago
postman_collection.json
Safe
5.95 kB
Add Firebase email/password authentication endpoints - Add /auth/register endpoint for user registration - Add /auth/login endpoint with Firebase REST API integration - Add /auth/me endpoint to get current user info - Add /auth/refresh endpoint for token refresh - Integrate with existing Firebase App Check - Add httpx and email-validator dependencies
about 1 month ago
requirements.txt
Safe
204 Bytes
Add MongoDB integration for API call logging with timestamps
24 days ago
test.py
Safe
5.77 kB
Integrate FastAI colorization with Firebase auth and Gradio UI - Replace main.py with FastAI implementation - Add Gradio interface for Space UI - Add Firebase authentication to /colorize endpoint - Add curl examples documentation - Update test.py with User-Agent headers
about 1 month ago