Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
siddharth786
/
email-pii-classifier-v2
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
email-pii-classifier-v2
15.5 MB
2 contributors
History:
44 commits
siddharth786
Add Dockerfile for FastAPI deployment
9777d0f
10 months ago
.github
Update main.yml
11 months ago
__pycache__
Update project files
11 months ago
saved_models
Add model pipeline (force add), fix Gradio warning and import
10 months ago
.gitattributes
Safe
176 Bytes
Add model pipeline (force add), fix Gradio warning and import
10 months ago
.gitignore
Safe
2.19 kB
Modify .gitignore to track saved_models directory
10 months ago
Dockerfile
Safe
1.68 kB
Add Dockerfile for FastAPI deployment
10 months ago
README.md
Safe
4.39 kB
Update Gradio SDK version to default latest
10 months ago
api.py
Safe
3.88 kB
Fix circular import and NameError issues
10 months ago
app.py
Safe
2.83 kB
Add process_email_request function to utils and update Gradio flagging
10 months ago
combined_emails_with_natural_pii.csv
Safe
14 MB
xet
Add Gradio changes and email data CSV
10 months ago
generate_output.py
Safe
4.03 kB
Add final files and prepare for deployment
11 months ago
models.py
Safe
9.29 kB
Fix circular import and NameError issues
10 months ago
requirements.txt
Safe
736 Bytes
Remove Gradio files and dependencies
10 months ago
train.py
Safe
4.25 kB
Add training script, train model, and save pipeline
11 months ago
utils.py
Safe
8.4 kB
Fix circular import and NameError issues
10 months ago