CoolFace
Apppublic

sumit7521/cyber-ids-api

sourceHugging Faceupdated 4mo agoView on Hugging Face
0likes
20 commits on main
2742d0a4mo ago

Update additional models and configs

Sumit7521
931704a4mo ago

Add robust_xgb_model API endpoint with LFS tracking

Sumit7521
80d68dd4mo ago

Add missing mlp_ids_model.keras file

Sumit7521
a6619634mo ago

Fix MLP model to use hybrid preprocessing

Sumit7521
1db83454mo ago

Fix architecture to support dual scalers for old vs new models

Sumit7521
79efdff4mo ago

Fix scaler feature name matching error by passing values array

Sumit7521
603a3074mo ago

Update models to new PKL/Keras versions and add new API endpoints

Sumit7521
6acdb2f4mo ago

Fix Random Forest (110 features) and CNN (118 features) dimension mismatches by dynamically reindexing input features to their specific training subsets

Sumit7521
a2154994mo ago

Add Hugging Face metadata config to README.md

Sumit7521
2d280ea4mo ago

Track large models with Git LFS

Sumit7521
8e5db774mo ago

Add Dockerfile for Hugging Face

Sumit7521
0a61c334mo ago

Implement real-time SHAP Explainable AI (XAI) feature importances for Hybrid model endpoint + add shap to requirements.txt

Sumit7521
df012b44mo ago

Create comprehensive README.md detailing multi-model architectures, FastAPI endpoints, and Render memory optimizations

Sumit7521
fa63ee04mo ago

Optimize RAM usage by implementing Lazy Loading for heavy models (CNN, KNN, Random Forest, CatBoost, Autoencoder) to prevent Out of Memory on Render Free Tier

Sumit7521
d03d4794mo ago

Fix XGBoost and CatBoost model loading by switching from .load_model to joblib.load for pickle compatibility

Sumit7521
2d5a2d84mo ago

Update Python version to 3.11.9 to satisfy Keras 3.14.1 requirement of Python >= 3.11

Sumit7521
763f2704mo ago

Pin keras to 3.14.1 to fix quantization_config deserialization crash when loading Keras models

Sumit7521
3826ef84mo ago

Specify Python 3.10.14 version for Render deployment to ensure package compatibility

Sumit7521
09ec0d84mo ago

Optimize requirements.txt for Render deployment by removing heavy PyTorch and switching to tensorflow-cpu

Sumit7521
94e667a4mo ago

Initial commit with all trained models and FastAPI endpoints

Sumit7521