Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 260 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 260 Bytes

AI-Mail-Classifier

An AI Email Classifier written in Flask, based on Transformers model.

Installation

Install the dependencies with:

pip install -r requirements.txt

Run the app.py program with Python. (NOTE: It doesn't work on Python3.9)