Coders Packet

Packets submitted by Mihir Shri

Face Recognition system in Python using OpenCV and system built using a pre-trained model

This project is about a face recognition system built using a pre-trained model available in Python's face_recognition library and OpenCV.

IMDB Top 10 movies in Python

This project is about getting the Top 10 movies of all time based on IMDB ratings using Python. The ratings have been normalized to take into account the number of votes received by a movie.

Spam Email Detector in Python

This Python packett is about detecting whether an e-mail is spam or ham (not spam) using the Naive Bayes algorithm and supervised Machine Learning techniques.

Random Password Generator using Tkinter in Python

This project is about creating a random password generator in Python 3 using Tkinter. Just give the length of the password you want to generate and you'll get a random password.

Alarm in Python

This project is about creating the beep sound of an Alarm in Python 3. Set the duration after which you want your alarm to ring and you will hear the beep sound at the desired time.