Posts

Vehicle License Recognition

Image
Vehicle License plate Recognization is used for automatic capture images of vehicles at the parking place and identify its license plate and convert image to text. And every time executes and save the text file CSV file. I have implemented this using python with contours NumPy OpenCV by tesseract (which converts the image to text) Jupyter as IDE 1.  first it converts the image to grey to blur 2. second its covers all edges of the input images and using  contours it finds all rectangular shape. 3. Then after  contours, it detects the plate from which we want to extract the text. 4. After all, it displays the character  from the input image 5.  At last, it saved the character to the CSV file automatically. Note: Sorry I unable to share code now because we need some more implementation in this. If you interested in this application kindly email me: jadu4k9@gmail.com

Image Screen Shot

Github to Download Project Nowadays developers use many Js framework to develop this type of Web Apps, like as NPM Package Manager which is used for Node JS for a different module. But we have developed this very simple Web App for Capturing ScreenShot of any Content in a WebPage Using JS vanilla and Jquery. The need for this functionality came about on one of our projects “MyFlatz”; It’s an online gaming platform on which there is also an editor “Studio” where users can take a final ScreenShot of his own personal Flatz (which is the term that we give to custom playing cards). Software Requirements: Editor: Sublime Text, Programming Language: Vanilla JS, Jquery, HTML, Web Browser: I have used Mozilla Firefox Developer Edition but there is no recitation we can use any browser to run this tool.

Picture Editing Tool

Image
Github to download project How to Do image editing using JS vanila Nowadays developers face a lot of issues while developing powerful Web Apps, like using many JS libraries for each individual function. But it’s too difficult to manage multiple libraries, and so the site pages get heavy. For this, we have developed a very simple Web App for basic editing of the image in vanilla JS. The need for this functionality came about on one of our projects “MyFlatz”; It’s an online gaming platform on which there is also an editor “Studio” where users can design his own personal Flatz (which is the term that we give to custom playing cards) Software Requirements: Editor: Sublime Text, Programming Language: Vanilla JS, Web Browser: I have to use Mozilla Firefox Developer Edition but there is no recitation we can use any browser to run this tool. The following Steps are discussed: Function for zoom in image: In these we can zoom in size of image by clicking on button “Zoom In”. Functi