Pinklady01 / Trie_mes_mails

0 stars 1 forks source link

Trie_mes_mails

Problème

Trier les emails manuellement c'est chiant

Solution

Intelligence artificielle qui apprend en fonction de ce qu'on a déjà trié et qui trie les emails suivants

Implémentation

2 problèmes majeures :

Installation

# Installer Jupyter notebook (avec Python 3)
pip3 install notebook

# Installer divers dépendances
pip3 install pytest pandas numpy sklearn pydot

# Installer graphviz
sudo apt install graphviz