docs: add dual MIT/CC BY licensing and model attribution
6aacf6e
DinamushCursorcommited on
feat: add GPU model unload and improve classify cancel
b123708
DinamushCursorcommited on
feat: implement SFW classify mode and NSFW tag management
ee170ea
Dinamushcommited on
Add isolated real-life adult tagging domain with local VLM pipeline.
37f94ec
DinamushCursorcommited on
feat: taxonomy catch-alls, scan/migrate fixes, and tag recall/FP benchmarks
df7fff2
DinamushCursorcommited on
Enhance media preview functionality in backend API. Introduce caching for JPEG stills from GIFs and videos to improve performance under load. Update preview endpoint to support raw media serving and adjust response handling for inline display. Modify frontend to reflect changes in media preview handling and improve UI for video indicators. Add tests to ensure proper functionality for GIF and MP4 previews.
d6d30b0
Dinamushcommited on
Enhance backend API and frontend components for reclassification and debugging. Introduce new request and response schemas for reclassification, update inference settings, and improve handling of inference modes. Add a debug interface for SFW evaluation and integrate reclassification functionality into the frontend, allowing users to retry with different models. Update styles for better UI presentation and ensure proper environment variable handling during startup.
eac1c63
Dinamushcommited on
Add multi-model tagging and SHUCK3R-style classifier UX.
f68a2b5
DinamushCursorcommited on
Enhance backend API and frontend components to support full scores for classified items. Updated the database schema to include a new column for full scores, modified the item retrieval logic to optionally include these scores, and added a new endpoint for fetching item scores. Updated the frontend to display score debug information and improved state management for score loading. Enhanced tests to cover new functionality.
e535bfb
Dinamushcommited on
Enhance backend API with run status management and logging. Added functionality to track and update the status of image processing runs, including cancellation and progress reporting. Improved error handling and logging throughout the application. Updated database schema to support new run lifecycle states and added corresponding response models. Enhanced frontend API interactions to include run status polling and management.
a8d8aa7
Dinamushcommited on
Update .gitignore to exclude frontend and backend build artifacts