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


Possibly Related Threads…
Thread Author Replies Views Last Post
  Issue with uninstalling Python that is driving me crazy traxus 0 208 Mar-30-2024, 04:37 PM
Last Post: traxus
  For Loops Driving Me Insane Guybrush3pwood 9 2,206 May-01-2022, 11:01 AM
Last Post: snippsat
  Real Time Audio Processing with Python Sound-Device not working Slartybartfast 2 3,963 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,220 Jan-20-2021, 01:34 PM
Last Post: wostan
  python 3 find difference between 2 files pd007 2 2,125 May-22-2020, 01:16 AM
Last Post: Larz60+
  Real time MIDI with python eythoralex 1 3,450 May-19-2020, 07:17 PM
Last Post: Larz60+
  Help Graphing Arduino Data Real Time in Python nschulz 0 2,532 Mar-12-2020, 06:15 PM
Last Post: nschulz
  Fake UserAgent Issue NEED HELP ! adultsitem 1 1,846 Feb-07-2020, 04:45 PM
Last Post: snippsat
  How to do real-time audio signal processing using python Zenolen 7 16,537 Nov-04-2019, 02:57 AM
Last Post: jefsummers
  Show real time temperature and storage with Python linkxxx 4 2,745 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