Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kiibo382/mail_classification


https://github.com/kiibo382/mail_classification

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

## Getting Started
Install from Google Marketplace, and then automatically label your emails. (per 1 hour)

## Architecure
```mermaid
graph LR
A[Client -Google Apps Script] --> B[Inference API Server -Cloud Run]
```

## Development Environment
```mermaid
graph LR
A[collect mail data - Google Apps Script] --> B[dataset]
D[model -Google Colab] --> |use| B
```