Hi, Good Afternoon!
I am learning to use TensorFlow.js for machine learning, and I have doubts about one thing.
first, the initial idea is to read a machine learning model already trained, and implement it in a chrome extension.
I will need to receive a text for after I check if it is spam or not, how could I do this?
I'm having trouble finding similar examples in tfjs, and I'm currently studying model.predict (), but it seems it only receive tensors as a parameter, and I'm not sure how I could get a result of a prediction with a text.