Posts

QR scan/generator

Image
  QR Scanner and Generator   it is a desktop app which generates and scan the qr code or bar code and make entry into database   let u to perform all additional tasks  with respect to   QR code scan QR make QR save QR as jpg format make entry with time in database language -      python(1 00%)      GUI -    pyqt5      concepts-     basic classes and module making          libraries-     o pencv,pyqt5,qrcode , etc whole GUI is in pyqt5 and qr generator in qrcode library respected functions and modules need basic libraries provided by python. starting view is shown in above image and while carrying out tasks as shown below only authorized will be given entry (for source code visit github ,link given below) github  link: soon
Image
  Performing Analysis of Meteorological Data This project was for data analysis and is to transform the raw data into information and  then convert it into knowledge.in this analysis we compared the Apparent temperature and humidity of month April for 10 years(2006-2016) hypothesis:                              "Has the Apparent temperature and humidity compared monthly                                across 10 years of the data indicate an increase due to Global warming" language:      python(100%) libraries:      numpy, pandas, matplotlib  dataset :     https://www.kaggle.com/muthuj7/weather-dataset Plotting variation in month of April from 2006 -2016 conclusion: As we can analyze there isn’t any change in humidity in past 10 years(2006–2010) fo...

Recognizing Handwritten Digits

Image
 Recognizing Handwritten Digits Recognizing handwritten text is a problem that can be traced back to the first automatic  machines that needed to recognize individual characters in handwritten documents.  Think about, for example, the ZIP codes on letters at the post office and the automation  needed to recognize these five digits. Perfect recognition of these codes is necessary in  order to sort mail automatically and efficiently libraries:    scikitlearn, numpy, pandas language:    python(100%) dataset:        kaggle, minist, sklearn, dataset   dataset link:      https://www.kaggle.com/oddrationale/mnist-in-csv                   The scikit-learn library provides numerous datasets that are useful for testing many  problems of data analysis and prediction of the results. Also in this case there is a dataset  of images called Digits   concl...

SMART SNAP

Image
SMART SNAP smart snap is desktop app which performs some tasks just like google lens let u to perform all additional tasks  with respect to snap google search of that image image to text image to voice edit  image language -    python(1 00%)      GUI -    pyqt5      concepts-    inheritance         libraries-    webbrowser ,googlesearch ,PIL, pytesseract,                                                                                                  tkinter,etc whole GUI is in pyqt5 and snipping tool in tkinter respected functions and modules need basic 11libraries provided by python. starting...