Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kiibo382/mail_classification
https://github.com/kiibo382/mail_classification
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/kiibo382/mail_classification
- Owner: kiibo382
- License: mit
- Created: 2022-12-16T03:57:08.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-21T09:57:04.000Z (almost 2 years ago)
- Last Synced: 2024-04-18T02:15:33.002Z (7 months ago)
- Language: Jupyter Notebook
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```