
Closed
Posted
Paid on delivery
My Windows-based weighing application already stores a JPEG snapshot of every vehicle that drives onto the scale. I now need a compact module that does two things as soon as the photo is created: 1. Locate and crop only the licence plate region in the JPEG (Indian formats, both white-black and yellow-black styles, private and commercial plates). 2. Read the characters on that cropped plate and return the exact registration number as clean text so I can write it straight to my database. The current codebase is independent of language for this new feature, so you are free to deliver a self-contained DLL, EXE, or a callable script—provided it runs reliably on Windows. OpenCV, Tesseract, EasyOCR, YOLO, or similar toolkits are fine as long as they give me accurate results on Indian plates under varied lighting. Acceptance will be based on: • Minimum 90 % recognition accuracy on a sample set of 500 real-world Indian plate images I will supply. • API or command-line call that receives the original JPEG path and returns the detected number in text. • Clear setup instructions and commented source so my team can rebuild or fine-tune later. If you have already delivered number-plate recognition in an Indian context, especially for weighbridge or toll systems, your experience will help us move quickly.
Project ID: 40684800
39 proposals
Remote project
Active 5 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
39 freelancers are bidding on average ₹23,900 INR for this job

Hello! I’m Karthik, with over 15 years of experience in computer vision and OCR technologies. I am excited about your project to create a reliable module for reading Indian vehicle license plates. I propose to develop a compact module that effectively locates, crops, and recognizes text from license plates in both white-black and yellow-black formats. By leveraging OpenCV and Tesseract, I will ensure high accuracy and performance under various lighting conditions. Key deliverables: 1. A self-contained DLL or EXE that processes JPEG images and returns the clean registration number. 2. Minimum 90% accuracy on your provided sample set of 500 images. 3. Comprehensive setup instructions and commented code for ease of future modifications. Having worked on similar projects for toll and weighbridge systems, I understand the nuances required for accuracy and reliability. I'm confident that my expertise will enable us to deliver a robust solution promptly. Looking forward to collaborating on this project! Best, Karthik
₹35,000 INR in 7 days
5.6
5.6

Greetings, I have reviewed your project description and recently worked on a similar project: ”OCR, LPR”. I believe I can help you deliver this successfully. Let’s open a chat to discuss your requirements in detail and determine the best approach for your project. Regards
₹25,000 INR in 7 days
4.8
4.8

I, SUNIL, have been coding and developing solutions with an unwavering focus on accuracy close to a decade. On your OCR project, my depth of experience in AI and Automation is right on the money for what you need. Not only have I worked extensively with Tesseract for OCR projects, but I've also successfully implemented similar number-plate recognition systems in Indian contexts before. For simplicity and to ensure your independence with this project in the future, I will deliver a ready-to-use API built with transparency and clarity of instructions for you to maintain or fine-tune if necessary. I'll also provide a sample set of real-world Indian plate images to validate the minimum 90% recognition accuracy you require. In addition to working on the core technology side, I assure you of my commitment to maintaining good communication lines - keeping you updated every step of the way. With me onboard, expect not merely a reliable solution but a smooth-sailing collaborative partnership as well.
₹25,000 INR in 7 days
4.8
4.8

Hi, I hope you are doing well. Very happy to bid your project because my skills are fitted in your project. I have strong experience in computer vision, OpenCV, YOLO-based object detection, OCR pipelines, and Windows application integration using Python and C++. I have worked on image-processing workflows involving object localization, cropped-region extraction, OCR cleanup, and reliable API/command-line integration for production systems. I will build a Windows-compatible ANPR module that automatically detects and crops Indian licence plates from your JPEG images, including white-black and yellow-black private/commercial formats. I will combine a trained plate detector with OCR such as EasyOCR/Tesseract and Indian registration-format validation, then tune it against your 500-image dataset to target at least 90% recognition accuracy. I will deliver a self-contained DLL, EXE, or callable script that accepts the JPEG path and returns clean registration text, together with commented source code, setup instructions, and guidance for future retraining. If you send the message, we can discuss the project more. Thanks.
₹20,000 INR in 7 days
3.8
3.8

Weighbridge cameras mounted overhead or at an angle give a narrower, more oblique crop than a typical ANPR gantry shot, and that is usually where a generic plate reader starts dropping characters, especially on yellow commercial plates where the black-on-yellow contrast washes out under harsh yard lighting. The format itself isn't the hard part, state code plus district number plus series letters plus four digits is well defined, but character level OCR still needs training on Indian plate fonts specifically, since most off the shelf OCR is tuned on Latin sans serif plates from US or EU datasets and confuses characters like 0/O and 8/B on the stylised fonts some states use. My approach is a two stage pipeline. A YOLO detector localises the plate region tightly even at odd angles and partial occlusion from mud or number plate brackets, then a perspective corrected crop feeds a recognition stage tuned on Indian plate character sets, with a confidence threshold that flags low certainty reads for manual review rather than guessing. Packaged as a Windows CLI/DLL with clean entry points for your weighbridge software, commented source, and a short doc on adding more training images later if the plate mix shifts. M1: Detector trained and validated on a subset of your images, reliable cropping across white and yellow plates. Rs.10519, 3 days. M2: OCR stage integrated and tuned on Indian formats, first accuracy pass on the full 500 image set. Rs.10688, 4 days. M3: Threshold tuning to hit the 90% target, CLI/DLL packaging, setup docs. Rs.10668, 3 days.
₹31,875 INR in 10 days
3.4
3.4

I can build the Windows ANPR module around your actual 500-image acceptance set, rather than guessing at accuracy from generic plate datasets. My approach would be: Detect the Indian licence plate with YOLO/OpenCV, including white/black and yellow/black plates. Crop and preprocess the plate for varied lighting, blur, perspective, and low resolution. Run OCR with Tesseract/EasyOCR (and tune the pipeline against your samples). Return a clean registration number through a simple Windows CLI/API accepting the JPEG path. Package it with the source, rebuild instructions, configuration, and comments so your team can fine-tune it later. The important part is the 90%+ target on your 500 real weighbridge images. I’d validate the complete pipeline against that dataset and use the failure cases to tune detection/OCR rather than relying only on model benchmark numbers.
₹50,000 INR in 15 days
2.7
2.7

Hi I can set up an automated script or executable using Python, OpenCV, and EasyOCR to detect, crop, and parse the vehicle registration plates accurately. The module will accept your image path, process both private and commercial Indian formats under varied lighting, and return clean text output. Send me a message with the details and I can get started. cheers Nehal
₹25,000 INR in 7 days
2.2
2.2

Hi, I can build a Windows-compatible licence plate detection and OCR module for your weighing application, focused on Indian private and commercial plate formats. My approach will be to first test your 500-image sample set, then build a pipeline for plate detection, cropping, preprocessing, OCR, confidence scoring and clean text output through a CLI, EXE, DLL or callable script. I can help with: * Indian number plate detection * Plate region cropping * White-black and yellow-black plate support * OpenCV preprocessing * YOLO/EasyOCR/Tesseract workflow * Low-light/noisy image handling * Registration text cleanup * Command-line/API integration * Windows deployment * Accuracy testing and tuning Deliverables: * Working OCR module * Input JPEG path to text output * Cropped plate image output if needed * Commented source code * Setup/build instructions * Accuracy test report on sample images * Notes for future model fine-tuning I have experience with computer-vision/OCR pipelines involving detection, preprocessing and text extraction. I’ll focus on achieving the 90%+ target on your real-world sample set and making the module easy to integrate with your existing database flow. Best regards Ankit
₹12,500 INR in 2 days
2.3
2.3

Hi, I can build a reliable Windows-based Indian number-plate recognition module that integrates cleanly with your existing weighing application. My approach would be: • Detect the vehicle plate region using OpenCV/YOLO-based detection • Crop and preprocess plates for blur, glare, shadows and varied lighting • OCR the plate using a tuned recognition pipeline with Indian-format validation • Support both white/black private and yellow/black commercial plates • Return the cleaned registration number through a simple DLL, EXE or CLI/API • Add confidence checks and post-processing to reduce OCR character errors • Benchmark against your 500 real-world images and optimise toward the 90% acceptance target • Provide commented source code, build instructions and integration documentation I’ll also design the module so your team can later retrain/fine-tune the detection or OCR model as more weighbridge images become available. I’m ready to review your sample images and current Windows environment and can then recommend the most suitable architecture and implementation timeline.
₹25,000 INR in 7 days
1.2
1.2

As the CEO of GSINFOTECHH OPC Pvt. Ltd., I assure you that our team has the expertise and experience to take up your project on Indian Vehicles License Plate OCR with confidence. Our numerous successful ventures in Windows-based applications and proficiency in C++ Programming align perfectly with the requirements of this task. We have substantial experience in utilizing OpenCV, Tesseract, EasyOCR, YOLO, and other similar toolkits for image parsing and object detection tasks. Our deep understanding of the nuances of Indian number-plates, lighting conditions, and regional variations sets us apart for this job. This is complemented by our successful track record in delivering exceptional weighbridge and toll system projects, ensuring smooth functioning even under volume stress. Moreover, we pledge to constantly maintain an accuracy threshold of at least 90% on your sample set of 500 real-world Indian plate images. In addition to this quality deliverable, we will include an API or command-line call feature that makes it convenient for your team to use our solution. We emphasize clarity and documentation well as part of our services. Even post-project completion, we will be available for any support that may be required. Choose GSINFOTECHH OPC Pvt. Ltd.-Together let's create something amazing!
₹12,500 INR in 7 days
0.8
0.8

Here is how I would approach this, and what I would want to pin down first. The work itself is well defined. The part that usually bites is the third party being slow or down, so retries and idempotency matter more than the happy path, so that is what I would design around from the start. I would start by confirming the scope and looking at whatever exists today, then build it in small reviewable pieces so you can see it working rather than waiting for one large drop at the end. You get the working implementation, the source, and a short written handover covering how to run and change it. Is there an existing codebase to work against?
₹35,000 INR in 2 days
0.9
0.9

Greetings I understand you need a module to accurately detect and read Indian vehicle license plates from JPEG images, and I have successfully completed similar projects in the past. Your goals require precise cropping of license plates and reliable character recognition, even under varying lighting conditions. I can implement a solution using OpenCV and Tesseract to ensure at least 90% recognition accuracy, complete with clear setup instructions for your team. I bring experience in developing OCR solutions tailored for weighbridge systems and similar applications, ensuring that I can deliver a robust and efficient module that meets your needs. I’d love to chat about your project further and suggest a follow-up discussion to align on your requirements. Regards, Nabeel Ismail
₹16,500 INR in 7 days
0.0
0.0

I will turn each scale photo into a clean Indian plate number your database can store as-is. I have shipped paid OCR before. I can start right now. In 48 hours you get a live sample on your own photos: cropped plate plus the registration text, so you can judge accuracy on your lighting and plate styles first. The finished module is a simple Windows call. Pass the JPEG path, get the number as text, with commented source and setup notes so your team can rebuild it. Can you share 20 of the 500 sample photos so I can run that first sample on your actual plates?
₹18,000 INR in 3 days
0.0
0.0

Hi, I can build this Windows-compatible ANPR module for your weighing application. I understand the workflow: when a vehicle JPEG is created, the module should detect the Indian licence plate, crop the plate region, run OCR, and return the registration number as clean text for database insertion. I’d recommend a YOLO/OpenCV-based plate detector combined with OCR (such as Tesseract or EasyOCR), with preprocessing for perspective, contrast, blur and varied lighting. The solution can be delivered as a self-contained Windows DLL/EXE or callable script depending on how your existing application needs to integrate. I’ll provide: • Plate detection and automatic cropping • Support for private/commercial Indian plates and white/yellow backgrounds • OCR with appropriate preprocessing • Simple API/CLI accepting the JPEG path and returning the detected number • Validation/normalisation of OCR output • Testing against your 500-image dataset • Commented source code and rebuild/fine-tuning instructions The 90% target is measurable against your supplied dataset, and I’ll optimise the pipeline based on the actual image conditions rather than relying only on generic OCR settings. I’m available to start immediately and can review a sample of your images first to confirm the best detection/OCR approach.
₹12,500 INR in 7 days
0.0
0.0

Hello, I understand you’re looking for a reliable professional to develop a module for your weighing application that accurately locates and reads Indian vehicle license plates from JPEG images. PROFESSIONAL QUALITY | FAST COMMUNICATION | UNLIMITED REVISIONS WHAT I CAN OFFER: ▪ Develop a compact module to crop license plate regions from images of various formats ▪ Implement OCR using proven toolkits like Tesseract or EasyOCR for high accuracy ▪ Ensure a minimum of 90% recognition accuracy on your sample set of 500 images ▪ Provide a straightforward API or command-line solution for ease of integration ▪ Include clear setup instructions and well-commented source code for future adjustments ▪ Maintain consistent communication throughout the project and deliver on time MY APPROACH: I will start by thoroughly understanding your requirements, then create a reliable solution tailored to your specific needs. With experience in number plate recognition for similar systems, I am confident in delivering this project efficiently. I’m ready to get started and can begin immediately. Send me the details, and let’s make this happen. Regards, Shaun Kelly
₹17,650 INR in 7 days
0.0
0.0

Hello, I’m a Computer Vision / AI developer with hands-on experience in Python, OpenCV, YOLO, image processing, and real-time vision systems. I can build the Indian Vehicle License Plate OCR module you need for your Windows application, with a clean and reliable pipeline: • YOLO-based license plate detection and cropping • Support for Indian white/yellow and private/commercial plates • Image enhancement, perspective correction, denoising, and preprocessing • OCR with post-processing to improve character recognition • Validation of detected registration numbers against Indian plate formats • Simple CLI/API that accepts a JPEG image path and returns the detected plate text • Evaluation on your 500 real-world images and iterative fine-tuning to target 90%+ accuracy • Clean, commented source code with setup, training/fine-tuning, and usage documentation I understand that real-world license plate OCR can be challenging due to blur, lighting, viewing angles, and low resolution, so I will optimize the complete detection → preprocessing → OCR pipeline rather than relying on OCR alone. I can deliver a Windows-ready solution within 7 days and start immediately. Best regards, Abdelrahman
₹25,000 INR in 5 days
0.0
0.0

Hi, I’m very interested in this project because I have **already completed projects related to computer vision, camera/image processing, OCR and automated data capture**, which closely matches your requirement. I can develop a compact **Windows-compatible ANPR module** that automatically processes each newly created JPEG, detects and crops the Indian licence plate, performs OCR and returns the registration number as clean text for direct database integration. My previous work includes **camera-based monitoring, image processing, OCR/data extraction, embedded vision and industrial automation projects**, giving me practical experience with real-world image conditions rather than only ideal datasets. For your application, I can implement an **OpenCV + AI plate detection + OCR pipeline**, optimized for Indian private and commercial plates, including white/black and yellow/black formats. Preprocessing can address lighting variation, blur, perspective and image quality. I will use your **500 real-world images** for tuning and validation against the required **90%+ accuracy target**, with clear test results. The final solution can be delivered as a **Windows EXE/DLL or callable Python module**, with complete source code, setup instructions and model/configuration files. I can also structure it for future fine-tuning as more weighbridge images become available. **Subhash Suman** Computer Vision | OCR | Image Processing | Embedded Systems | Automation **15+ Years Experience**
₹35,000 INR in 7 days
0.0
0.0

Hi, I can build a Windows-ready **ANPR module for Indian licence plates** that detects/crops the plate from each JPEG and returns the registration number as clean text through a DLL, EXE, or callable API. I’d combine **OpenCV + a trained YOLO plate detector + OCR preprocessing/Tesseract or EasyOCR**, with handling for white/yellow plates, varied lighting, perspective, and image quality. I can benchmark and tune the pipeline against your **500-image dataset**, targeting the required 90%+ recognition accuracy, and provide commented source, rebuild/fine-tuning instructions, and a simple JPEG-path → registration-number interface. Looking forward for your positive response in the chatbox. Best Regards, Hunain A
₹15,000 INR in 5 days
0.0
0.0

I've just completed a similar project, developing a license plate recognition module for a vehicle scale system that significantly improved data accuracy. Based on your requirements, I can create a compact module that efficiently locates and crops the license plate region from your JPEG snapshots, accurately reading characters in both white-black and yellow-black formats. I specialize in using OpenCV and Tesseract, ensuring high recognition rates even in varied lighting conditions. With over 75 five-star reviews on similar projects and a top 1 percent ranking among 75 million users, I have the expertise to deliver reliable results. I would love to walk you through examples of my previous work that match your needs, ensuring a smooth integration into your existing codebase. Regards, Ruan111.
₹18,750 INR in 7 days
0.0
0.0

Hi, I have hands-on experience with YOLOv8 for object detection and can build a two-stage pipeline: YOLO-based plate localization (trained/fine-tuned on Indian plate formats — white/black and yellow/black, private and commercial) followed by OCR (Tesseract or EasyOCR, whichever performs better on your sample set) for character extraction. I'll package this as a callable script or EXE that takes a JPEG path and returns clean registration text, with a simple API/CLI interface. I'll validate against your 500-image sample set and iterate to maximize accuracy, with commented source and setup docs for your team. Can share my YOLOv8 fire-detection project as a reference. Let's discuss your sample images first.
₹30,000 INR in 7 days
0.0
0.0

Samalkot, India
Payment method verified
Member since Nov 21, 2018
₹1500-12500 INR
₹600-1500 INR
₹1500-12500 INR
₹1500-12500 INR
₹1500-12500 INR
₹37500-75000 INR
₹500 INR
$80-200 HKD
$10-30 USD
$30-250 USD
₹12500-37500 INR
$15-25 USD / hour
₹12500-37500 INR
$250-750 USD
₹12500-37500 INR
₹2500-3500 INR
$15-25 USD / hour
₹12500-37500 INR
$750-1500 USD
$8-15 USD / hour
$30-250 USD
€8-30 EUR
₹600-1500 INR
₹500 INR
£20-250 GBP