Simple IA de détection de spam par Suban97.
Spam_IA est un projet d'initiation à l'intelligence artificielle et au machine learning qui détecte si un email est un spam ou un ham (non-spam) en analysant les mots contenus dans l’email.
L'IA est pour le moment peu entraîner mais ce projet est amené à grandir et se développer
Installation
- Cloner le dépôt :
git clone https://github.com/Suban97/Spam_IA.git
- Installer les dépendances :
pip install scikit-learn joblib