Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
karoge
/
Loomi-Clothing-Detection-API
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
eea39e9
Loomi-Clothing-Detection-API
104 kB
2 contributors
History:
41 commits
kabancov_et
� Optimize color analysis performance: add caching, smart image resizing, and faster KMeans
eea39e9
3 months ago
.gitattributes
Safe
1.52 kB
initial commit
3 months ago
.gitignore
Safe
758 Bytes
Prepare for HF deployment: clean structure, HF optimizations, remove demo files
3 months ago
Dockerfile
Safe
1.67 kB
Prepare for HF deployment: clean structure, HF optimizations, remove demo files
3 months ago
README.md
Safe
2.22 kB
Prepare for HF deployment: clean structure, HF optimizations, remove demo files
3 months ago
__init__.py
Safe
831 Bytes
Prepare for HF deployment: clean structure, HF optimizations, remove demo files
3 months ago
clothing_detector.py
Safe
56.1 kB
� Optimize color analysis performance: add caching, smart image resizing, and faster KMeans
3 months ago
config.py
Safe
10.3 kB
Add CPU optimizations and API key authentication for private access
3 months ago
env.example
Safe
1.17 kB
Fixes
3 months ago
main.py
Safe
11.5 kB
Implement server-side caching: remove pred_seg from /detect response, cache segmentation data for /analyze endpoint - massive response size reduction
3 months ago
model_manager.py
Safe
2.4 kB
Prepare for HF deployment: clean structure, HF optimizations, remove demo files
3 months ago
process.py
Safe
5.76 kB
� Optimize color analysis performance: add caching, smart image resizing, and faster KMeans
3 months ago
rate_limiter.py
Safe
3.04 kB
Prepare for HF deployment: clean structure, HF optimizations, remove demo files
3 months ago
request_queue.py
Safe
2.41 kB
Prepare for HF deployment: clean structure, HF optimizations, remove demo files
3 months ago
requirements.txt
Safe
225 Bytes
Add onnxruntime dependency for rembg background removal
3 months ago
start.py
Safe
3.07 kB
Fix API startup issues and Depends error - clean implementation
3 months ago
user_manager.py
Safe
888 Bytes
Fix API startup issues and Depends error - clean implementation
3 months ago