source-classifier
4
—
by
rosypossyyyy
Other
OTHER
New
4 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
Unknown
Mobile
Laptop
Server
Quick Summary
AI model with specialized capabilities.
Code Examples
Usagepython
import joblib
import json
# load model and config
ml_model = joblib.load("ml_model.joblib")
with open("config.json") as f:
config = json.load(f)
with open("rule_patterns.json") as f:
rule_patterns = json.load(f)
# predict
text = "from_display: starbucks from_addr: [email protected] ..."
pred = ml_model.predict([text])[0]
proba = ml_model.predict_proba([text]).max()Deploy This Model
Production-ready deployment in minutes
Together.ai
Instant API access to this model
Production-ready inference API. Start free, scale to millions.
Try Free APIReplicate
One-click model deployment
Run models in the cloud with simple API. No DevOps required.
Deploy NowDisclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.