There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Guessing-the-words-game-Python
This game is Coded by Daniyal Atreshdar , In this Game the random word is chosen by system and letter by letter you're gonna guess that in numbers of chances . Wish you'd ENJOY... . . . . . .Kattis-Python-Solutions
QR-creator-
This code would widen your communication horizon by using the QR code and scanning them to connect What you want .... so Create your own QR code .(Py.Dan)Kattis-Cpp-Solutions
DaniyalArteshdar
Config files for my GitHub profile.Live-Sketch-Using-Python-OpenCV
In the project, we will take a live webcam feed and convert it into a live sketch with the help of numpy and OpenCV library.Face-Detection-Using-Python
OpenCV is the most popular library for computer vision. Originally written in C/C++, it now provides bindings for Python. OpenCV uses machine learning algorithms to search for faces within a picture. Because faces are so complicated, there isn’t one simple test that will tell you if it found a face or not. Instead, there are thousands of small patterns and features that must be matched. The algorithms break the task of identifying the face into thousands of smaller, bite-sized tasks, each of which is easy to solve. These tasks are also called classifiers. For something like a face, you might have 6,000 or more classifiers, all of which must match for a face to be detected (within error limits, of course). But therein lies the problem: for face detection, the algorithm starts at the top left of a picture and moves down across small blocks of data, looking at each block, constantly asking, “Is this a face? … Is this a face? … Is this a face?” Since there are 6,000 or more tests per block, you might have millions of calculations to do, which will grind your computer to a halt. To get around this, OpenCV uses cascades. What’s a cascade? The best answer can be found in the dictionary: “a waterfall or series of waterfalls.”Though the theory may sound complicated, in practice it is quite easy. The cascades themselves are just a bunch of XML files that contain OpenCV data used to detect objects. You initialize your code with the cascade you want, and then it does the work for you.Guess-The-Number-Game
This game is Coded by Daniyal Atreshdar , In this Game the random number is chosen by system which you're gonna guess that in numbers of chances . Wish you'd ENJOY... . . . . .Love Open Source and this site? Check out how you can help us