CoolFace
Apppublic

muffin2006/email_triage_env

sourceHugging Faceupdated 6mo agoView on Hugging Face
0likes
App README

email-triage-env

On your machine, put all the project files in a folder then:

git init git add . git commit -m "initial commit" git branch -M main

Create repo on github.com first, then:

git remote add origin https://github.com/muffin-2006/email-triage-env.git git push -u origin main