File size: 670 Bytes
c09cc29
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
title: Email Validation
emoji: 📧
colorFrom: blue
colorTo: green
sdk: streamlit
sdk_version: "1.33.0"
app_file: app.py
pinned: false
---

# Email Validation Tool

This Hugging Face Space hosts a simple yet effective Email Validation application built with Streamlit.

## How to Use
1.  Enter a single email address or upload an Excel/.csv file containing a list of emails.
2.  The application will validate the emails based on syntax, domain existence, and other checks.
3.  View the validation results directly in the app.

This application is deployed from the GitHub repository: [sathish-1804/email-validation](https://github.com/sathish-1804/email-validation).