- Local Area Network Attack π‘οΈ: Detects malicious LAN activity like DDoS and sniffing using ML models. [GitHub]
- Diabetes Healthy π: Predicts diabetes risk based on health metrics. [GitHub]
- Airline Passenger Satisfaction
βοΈ : Predicts satisfaction using feedback and ML classification. [GitHub] - Titanic π’: Predicts survival using classic Titanic dataset. [GitHub]
- IBM HR Employee π: Predicts employee attrition from satisfaction, work-life balance, etc. [GitHub]
- Heart Disease Prediction β€οΈ: Predicts heart disease using key health features. [GitHub]
- Bank Loan Prediction π³π: Classifies loan applications using various ML models. [GitHub]
- Chest X-ray Classification π©ββοΈ: Classifies chest diseases using CNNs and pre-trained models. [GitHub]
- Gender Recognition π©βπ¦±π¨βπ¦±: Uses CNNs to classify gender from facial features. [GitHub]
- Footwear Impression Retrieval ππ:This project involves the retrieval of crime scene footwear impressions using a Siamese Network and Triplet Loss. [GitHub]
- Football Player Tracking β½π―: End-to-end system for detecting, tracking, and assigning team colors using YOLOv11 + ByteTrack with custom video annotations.[GitHub]
- Car Object Detection YOLOv8 ππ: Detects cars in images using YOLOv8. [GitHub]
- Gym Step Counting ποΈββοΈ: Tracks steps during workouts using motion sensors. [GitHub]
- OCR License Plate Recognition ππ’: Uses OCR and CV to detect and extract license plate text. [GitHub]
- Cloud Segmentation βοΈ: Segments cloud regions from satellite images using CNNs. [GitHub]
- Automatic Speech Recognition π£οΈπ§: Focused on converting spoken language into text using OpenAI's Whisper model. This project leverages Whisper's capabilities for automatic speech recognition, capable of transcribing audio in multiple languages with high accuracy. [GitHub Repository]
- Machine Translation π : focused on automatically translating text from English to Spanish using deep learning techniques. This project leverages models such as Sequence-to-Sequence (Seq2Seq) and Transformer networks to handle tasks like language translation, enabling cross-language communication and content localization [GitHub Repository]
- Text Generation βοΈπ¬: The project trains on a large corpus of text data to generate coherent and contextually relevant text, such as story generation, text completion, or creative writing. By utilizing RNNs, LSTMs, and GRUs, the model learns the patterns and structures of language, improving the fluency and creativity of generated content. [GitHub Repository]
- Face Sketch Generation π¨πΌοΈ: Generates face sketches from photos using GANs (DCGAN, WGAN, VAN). [GitHub]
- Transformer Model π§ π: The project applies the Transformer architecture for text classification tasks. It uses a Transformer encoder to process text data and a decoder with a contextual mask for tasks like sequence generation and contextual understanding. [GitHub Repository]
- Deafbot π€π¦»: A project designed to help individuals with speech impairments (such as those who are mute or non-verbal) interact with Large Language Models (LLMs) like GPT or Gemini. Deafbot utilizes sign language recognition technology to translate gestures into text, enabling seamless communication with LLM bots. The system bridges the gap between users who communicate through sign language and advanced AI, facilitating real-time conversation and interaction. [GitHub Repository]
- Medical Q&A Assistant π©Ίπ€: A RAG-based AI assistant that allows users to upload medical PDF documents and ask questions about their content. It combines document retrieval with powerful LLMs to provide accurate, context-aware answers. Built using LangChain, FAISS, , Streamlit API. [GitHub Repository]
