Innarticles / nlp-smart-email-replier

Given a history of email responses, Suggest the best reply for a given email.
MIT License
0 stars 1 forks source link

Project Plan for Team #1

Open Innarticles opened 4 years ago

Innarticles commented 4 years ago

Fun Idea

My Gmail alone has over 10k emails. The plan is to utilize this data to build a simple smart email reply feature. The initial MVP will be crude API that accepts an incoming email payload and replies with suggested.

The core components of the code will be:

  1. An Email scrapping service using Gmail API. This will enable us to build the ML datasets
  2. ML model that learns from this data
  3. Flask API to serve the inference.

Major tools we will be using:

NLP models to explore

Danselem commented 4 years ago

Nice project. I am more than willing to participate.