From 075dfe6642b202f1ac69568e2f8aee8f4b6574e3 Mon Sep 17 00:00:00 2001 From: Suraj J Pai Date: Tue, 20 Oct 2020 14:44:53 +0530 Subject: [PATCH] Create Vehicle-Details-Scapper.md --- .../3-Advanced/Vehicle-Details-Scapper.md | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 Projects/3-Advanced/Vehicle-Details-Scapper.md diff --git a/Projects/3-Advanced/Vehicle-Details-Scapper.md b/Projects/3-Advanced/Vehicle-Details-Scapper.md new file mode 100644 index 00000000..b34b4b20 --- /dev/null +++ b/Projects/3-Advanced/Vehicle-Details-Scapper.md @@ -0,0 +1,28 @@ +# Vehicle Details Scarpper + +**Tier:** 3-Advanced + +With the increasing forgery cases, identity verification via one means or the other has become quite crucial. Therefore, the government and industry regulations make sure that the businesses carry out proper identity authentication of their customers to avoid any kind of identity theft. Vehicles are issued a Registration Certificate (RC) which holds the basic information about the owner and the vehicle itself. Before trusting an individual, we need to check the identity of any individual which can be easily done by Registration Certificate Check. This can be done by authenticating the basic information provided on the RC ensuring that the vehicle is registered with the Regional Transport Office (RTO) authorities and legalizes the owner. + +- With the help of this scrapper one can check the authenticity of vehicle data. +- Gain owner information for insurance claim if any accident occurs. +- Gain knowledge on scrapping. +- Gain Knowledge on OCR to bypass captcha. + +## User Stories + +- [ ] User can get owner information for insurance claim if any accident occurs. +- [ ] User can check if anyone is using the wrong vehicle registration number. +- [ ] User can check the authenticity of provided information. + +## Bonus features + +- [ ] User can create an api and use it for multiple applications. + +## Useful links and resources + +[Bypass Captcha using 10 lines of code with Python, OpenCV & Tesseract OCR engine](https://gist.github.com/christianroman/5679049) + +## Example projects + +[indian-vehicle-info](https://github.com/fatalcoder524/indian-vehicle-info)