Avoiding-Regression / ham-detector

The purpose of this project is to deploy a classifier that detects if a given text message is spam or not (ham).
0 stars 1 forks source link

Model Inference Prep #5

Open jtabalon opened 1 month ago

jtabalon commented 1 month ago

We should have a Python script that takes in text, gives it to the model to perform inference, and spits out the output somewhere. We need to determine if it is spit out in a json or in the command line.

brip1258 commented 1 month ago

@NancyFY @jtabalon

For awareness since we can't assign everyone to a ticket