https://github.com/karanjangid8656/dialdetect
a mini project using python to find a given number is valid number.
https://github.com/karanjangid8656/dialdetect
flask pandas python regex
Last synced: about 2 months ago
JSON representation
a mini project using python to find a given number is valid number.
- Host: GitHub
- URL: https://github.com/karanjangid8656/dialdetect
- Owner: KaranJangid8656
- License: mit
- Created: 2025-02-08T17:32:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-16T10:40:52.000Z (over 1 year ago)
- Last Synced: 2025-11-23T12:23:00.564Z (7 months ago)
- Topics: flask, pandas, python, regex
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DialDetect
This project is designed to detect and validate mobile numbers from input data using Python. It includes utility functions for formatting and checking the validity of mobile numbers based on predefined patterns.
## Project Structure
```
DialDetect
├── src
│ ├── main.py
│ └── utils
│ └── __init__.py
├── requirements.txt
└── README.md
```
## Installation
To set up the project, follow these steps:
1. Clone the repository:
```
git clone https://github.com/yourusername/mobile-number-detection.git
```
2. Navigate to the project directory:
```
cd mobile-number-detection
```
3. Install the required dependencies:
```
pip install -r requirements.txt
```
## Dependencies
- **Flask**: A micro web framework for Python.
- **pandas**: A powerful data manipulation and analysis library.
- **regex**: A package for regular expression operations.
## Example
You can input mobile numbers in various formats, and the application will validate and format them accordingly.
## License
This project is licensed under the MIT License.