Coders Packet

Packets submitted by C Koushik

Attendance system using OpenCV Facial Recognition - Python

Building a simple automated attendance system using facial recognition in Python that detects faces and records live attendance with the login time in an excel sheet.

Voice Recording and Transcribing using Python

Automated voice recording and transcription using sounddevice and SpeechRecognition modules in Python.

Heart Disease Prediction using Machine Learning - Python

Classification models to predict 10-year risk of future coronary heart disease (CHD) using Python.

Prototype of a Banking Chatbot using ChatterBot library - Python

A prototype of banking chatbot implemented in python using ChatterBot library, flask web framework, and SQLStorageAdapter.