Commit History

Fix: Always store appname field in colorizations collection
4a13ed4

Nanny7 commited on

Add AI-enhancer appname support with separate MongoDB connection
0572eea

Nanny7 commited on

Delete Image_Colorization_API.postman_collection.json
946867e
verified

LogicGoInfotechSpaces commited on

Fix MongoDB conflict error in log_media_click
c36680b

itishalogicgo commited on

Add collage-maker MongoDB support for media_clicks
a08be7a

itishalogicgo commited on

Fix Firebase App Check token validation and add Postman collection
9439a9d

itishalogicgo commited on

Add appname parameter support with collage-maker MongoDB integration
62b1f5d

itishalogicgo commited on

Add compressed image support with 2-3MB target file size - Add Compressed_Image_URL field to colorize endpoint response - Implement compress_image_to_target_size function with iterative quality/dimension adjustment - Original download_url returns uncompressed PNG (model output) - Compressed_Image_URL returns JPEG compressed to 2-3MB file size
3105993

LogicGoInfotechSpaces commited on

Fix Firebase import handling in auth endpoints - Ensure firebase_admin is always defined - Fix Firebase initialization checks - Improve error messages
4b2a2a9

LogicGoInfotechSpaces commited on

Add auth endpoints to main.py - Add /auth/register, /auth/login, /auth/me, /auth/refresh endpoints - Add Pydantic models for auth requests/responses - Add verify_request function for Firebase auth - Import httpx for Firebase REST API calls
6b118c7

LogicGoInfotechSpaces commited on

Update health endpoint to match requested format with hf_inference_api and fal-ai
58427fc

LogicGoInfotechSpaces commited on

Update response formats for /colorize and /health endpoints - /colorize: Add filename, caption, change to PNG format, api_download_url - /health: Add model_type and provider fields
9587da3

LogicGoInfotechSpaces commited on

Make CCO model default for colorization - Change default model from GAN (dummy) to CCO (working) - Add fallback to GAN if CCO not available - Fix image format and saving issues
42ba2b6

LogicGoInfotechSpaces commited on

Make IPython import optional in colorizers to fix CCO model loading
fd2b9a9

LogicGoInfotechSpaces commited on

Change Dockerfile to use main.py instead of main_sdxl.py for CCO model integration
d9963fa

LogicGoInfotechSpaces commited on

Remove model_used field from response to maintain original response format
bd378a6

LogicGoInfotechSpaces commited on

Integrate CCO colorization models (eccv16 and siggraph17) - Add CCO colorizers module from kinsung/cco - Update /colorize endpoint to support model selection parameter - Add scikit-image dependency - Maintain backward compatibility with existing GAN model - Update MongoDB logging to track model type used
b6181ba

LogicGoInfotechSpaces commited on

Add ai_edit_daily_count tracking to media_clicks collection
6848f57

LogicGoInfotechSpaces commited on

Change ai_edit_last_date to MongoDB Date object format - Store as Date object instead of string format
9a427d9

LogicGoInfotechSpaces commited on

Add ai_edit_complete and ai_edit_last_date to media_clicks collection
c675c5a

LogicGoInfotechSpaces commited on

Add success/failure logging to colorizations collection
2ebd872

LogicGoInfotechSpaces commited on

Update default fallback category ID to 69368fcd2e46bd68ae1889b2
a59cff0

LogicGoInfotechSpaces commited on

Set admin database name to adminPanel for media_clicks collection
0047f3c

LogicGoInfotechSpaces commited on

Fix empty string handling and support both subCategories and categories schemas
0183b1e

LogicGoInfotechSpaces commited on

Add MongoDB media click logging with per-user category counts
49b5e1e

LogicGoInfotechSpaces commited on