Python Forum
how to find difference between fake driving license or real using python?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to find difference between fake driving license or real using python?
#1
how to find the difference between a fake driving license or a real one using python? We need to check the authenticity of ID, assuming the format remains the same for all DL of a particular state, we need to validate the format ( distance with 2 words, photo position, etc) to detect false/fake DL.
likes this post
Reply
#2
If you're having to ask quite a vague question like this, I suspect you don't really know much (anything?) about machine learning and specifically classification algorithms. If not, then likely that's too big an undertaking. Why do you need to do this?
likes this post
Reply
#3
Absolutely agree with the above. Would add - the way I would approach is get high res images of real and fake IDs from each of the states involved. You would need a lot of those images. Would then train a convolutional neural network on those images. I would do this separately for each state - likely to train more accurately. Be prepared that this will take a lot of computational time.
Reply
#4
Hey, that's an interesting challenge! Validating the authenticity of a driver's license using Python sounds like a cool project. You could start by writing a script to analyze the format consistency across different IDs from the same state, checking things like photo positioning and text alignment.
Have you considered using tools like Idanalyzer's identity validation service? It could simplify the process by extracting and verifying data from IDs, ensuring they meet the expected format and are legitimate. It's worth exploring to enhance the accuracy of your project. Good luck with your Python coding adventure!
Reply
#5
A combination of AI and OCR could do this. The AI does must be trained to check if the driving license is not a fake.
With OCR you could check if the data in the form is valid.

I guess the AI will produce false validation, if the form is not checked.
Almost dead, but too lazy to die: https://sourceserver.info
All humans together. We don't need politicians!
Reply
#6
Can't you check in the Driving License computer if the driver number exists and corresponds with the name on the license? Hire car companies in Britain can check with the DVLR to see if you have any endorsements on your license.

A real license could also be "fake" in a certain sense: A friend of mine was in a pub in Birmingham. He met a guy who worked for the Driver and Vehicle Licensing Agency, which is a government department. If you paid the guy £100 he would have a license issued to you and you were qualified to drive anything!
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Issue with uninstalling Python that is driving me crazy traxus 0 354 Mar-30-2024, 04:37 PM
Last Post: traxus
  For Loops Driving Me Insane Guybrush3pwood 9 2,441 May-01-2022, 11:01 AM
Last Post: snippsat
  Real Time Audio Processing with Python Sound-Device not working Slartybartfast 2 4,193 Mar-14-2021, 07:20 PM
Last Post: Slartybartfast
Question I can't get my real-time chart with Python (Help!) Bastian_ElProfe 1 2,313 Jan-20-2021, 01:34 PM
Last Post: wostan
  python 3 find difference between 2 files pd007 2 2,293 May-22-2020, 01:16 AM
Last Post: Larz60+
  Real time MIDI with python eythoralex 1 3,593 May-19-2020, 07:17 PM
Last Post: Larz60+
  Help Graphing Arduino Data Real Time in Python nschulz 0 2,656 Mar-12-2020, 06:15 PM
Last Post: nschulz
  Fake UserAgent Issue NEED HELP ! adultsitem 1 1,943 Feb-07-2020, 04:45 PM
Last Post: snippsat
  How to do real-time audio signal processing using python Zenolen 7 17,218 Nov-04-2019, 02:57 AM
Last Post: jefsummers
  Show real time temperature and storage with Python linkxxx 4 2,894 Aug-28-2019, 02:06 PM
Last Post: linkxxx

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020