Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 808 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 808 Bytes

Bayes or Spam?

Run in Google Colab   Demo on Hugging Face

Spam filtering with Bayesian epistemology.

Development

In the requirements.txt, the Intel Optimizations for TensorFlow package (intel-tensorflow) is listed. Change that to the official tensorflow if you're not on an Intel CPU.

You'll need a Google Gemini API key set in the GEMINI_API_KEY environment variable.