This project focuses on recognizing numbers from images. Given the path to an image containing a number, the project outputs the number present in the picture.
- Introduction 📘
- Installation ⚙️
- Usage 🚀
- Contact 📬
- License 📜
This project is about recognizing numbers from images. Given the path to an image containing a number, the project outputs the number present in the picture.
-
Clone the repository:
git clone https://github.com/SyedMuqtasidAli/number-recognition.git
-
Navigate to the project directory:
cd number-recognition
-
Install the required dependencies:
pip install -r requirements.txt
To recognize a number in an image, simply provide the path to the image as an argument to the script.
python recognize_number.py path/to/image.jpg
To recognize a number in an image, simply provide the path to the image as an argument to the script.
python recognize_number.py path/to/image.jpg
Feel free to contact me on LinkedIn for any questions or collaborations:
Check out my other projects on GitHub:
This project is licensed under the MIT License. See the LICENSE file for details.