
Geschlossen
Veröffentlicht
Bezahlt bei Lieferung
I need a deep-learning solution that watches a driver’s face through a standard camera feed, tracks eye-closure patterns and yawning frequency, then translates those cues into a clear fatigue score that updates continuously. Over a journey the model should also plot a time-based curve so I can see how alertness rises or falls. Please build and train the full pipeline in Python, preferably with PyTorch or TensorFlow paired with OpenCV for video handling. The system must be completely vision-based; no wearables or contact sensors. I will supply sample clips for initial testing, but the code should accept any 30 fps video stream so I can later attach it to an in-car webcam. The final hand-off should include: • Inference script that ingests a live or recorded feed, detects eyes and mouth, classifies drowsiness level frame-by-frame, and logs a running fatigue score. • Function that converts those scores into a simple progression curve (CSV or JSON + plotted graph). • Trained weights and a read-me explaining dependencies, model architecture, and how to retrain with new data. Accuracy, low latency, and robustness under different lighting conditions are key acceptance criteria.
Projekt-ID: 40269181
10 Vorschläge
Remote Projekt
Aktiv vor 13 Tagen
Legen Sie Ihr Budget und Ihren Zeitrahmen fest
Für Ihre Arbeit bezahlt werden
Skizzieren Sie Ihren Vorschlag
Sie können sich kostenlos anmelden und auf Aufträge bieten
10 Freelancer bieten im Durchschnitt ₹2.686 INR für diesen Auftrag

Hi there, I am ready to start AI Driver Drowsiness Detection System -- 3. I have 4+ years of experience in C Programming and Python, so I already have a clear idea of how to approach this efficiently. just close your eyes and trust me, you will be happy. You can check my past Software Architecture and C Programming projects here: https://www.freelancer.com/u/msaadarshadkhan Lets Start?
₹600 INR in 2 Tagen
2,8
2,8

You’re looking to build a deep-learning system that monitors a driver’s face via a standard camera, tracks eye closure and yawning to generate a continuous fatigue score, and visualizes alertness changes over time. The solution must be vision-based, handle 30 fps video streams, and work robustly across lighting conditions using Python, PyTorch or TensorFlow, and OpenCV. Deliverables include an inference script, fatigue progression output, trained weights, and documentation. With over 15 years of experience and more than 200 projects completed, I specialize in Python, deep learning, computer vision, and data visualization. I have extensive expertise building real-time video processing pipelines and training models for facial analysis, ensuring low latency and high accuracy, which perfectly matches your requirements. I will develop a modular pipeline that detects eyes and mouth landmarks using OpenCV, then applies a deep neural network to classify drowsiness frame-by-frame. The fatigue score will be logged and plotted as a time-series curve in CSV and graph formats. Training will leverage your sample clips and additional data augmentation to improve robustness. I estimate delivery within 3 weeks, including testing under varied lighting. Let’s connect to discuss how I can help bring your AI driver drowsiness detection system to life.
₹660 INR in 7 Tagen
2,0
2,0

As an AI and Python aficionado, I believe I'm uniquely positioned to meet the demands and exceed the expectations you've set for this project. My deep understanding of not only PyTorch, TensorFlow, and OpenCV but also computer vision as a whole ensures I have a strong foundation in building robust models even under challenging lighting conditions. Drawing from my experience in dealing with large-scale data and designing complex algorithms, I am confident in crafting an efficient solution that accurately tracks eye-closure patterns and yawning frequency, translating these cues into real-time fatigue scores without hampered latency. Moreover, my final hand-off won't just be about pre-built tools; but I'll ensure you're armed with complete understanding of every moving part of the system. You'll be given trained weights, detailed dependencies, model architecture explanations, and a guide to retrain the model with new data. Let's work together to create a drowsiness detection system that doesn't just do its job but also enhances road safety for everyone involved
₹1.000 INR in 7 Tagen
1,0
1,0

Hello, I’m confident delivering a full deep-learning pipeline for real-time, vision-based driver fatigue detection using Python and PyTorch. I have experience with computer vision systems involving facial landmark detection, eye aspect ratio (EAR), mouth aspect ratio (MAR), temporal modeling, and low-latency inference. The system will process any 30 fps video stream, detect eyes and mouth, classify drowsiness frame-by-frame, and maintain a continuously updated fatigue score. You will receive: • Real-time inference script (live webcam or recorded video) • Eye-closure and yawning detection with temporal smoothing • Frame-level fatigue classification • Running fatigue score logger • Function to export CSV/JSON and generate time-based alertness curve • Trained model weights • Clear README with dependencies and retraining instructions The solution will be optimized for low latency and stable performance under varied lighting using preprocessing, normalization, and temporal filtering techniques. I focus on robustness, measurable accuracy, and production-ready code rather than experimental prototypes. I’m confident delivering a reliable fatigue monitoring system ready for in-car deployment.
₹15.000 INR in 7 Tagen
0,8
0,8

Hi, I read your project and I'd love to help! I have experience building face-tracking systems like this one. Here's what I'll do for you: • Use Python + OpenCV to watch the driver's face through any camera • Track when eyes close and when yawning happens • Turn that into a simple fatigue score (0 to 1) that updates in real time • Save all data to a CSV file and create a graph showing how alertness changes during the trip The system will: · Work with any 30fps video (webcam or recorded files) · Handle different lighting conditions · Run fast with low delay You'll get: · Ready-to-use code that just works · Clear instructions on how to set it up · Help if you want to train it with your own videos later I keep things simple and deliver quality work. Happy to discuss your project further!
₹1.500 INR in 7 Tagen
0,0
0,0

I propose to develop a real-time, camera-based Driver Fatigue Monitoring System that continuously analyzes facial cues such as: ?️ Eye-closure patterns (Blink Rate / PERCLOS) ? Yawning frequency ? Head pose stability (micro-nodding detection) ⏱️ Temporal fatigue trend over time Using only a standard 30 FPS RGB camera feed, the system will translate these behavioral indicators into a continuously updating Fatigue Score and generate a visual alertness progression curve over the duration of a journey.
₹1.050 INR in 7 Tagen
0,0
0,0

I am an AI/ML Developer with strong experience in Computer Vision and Deep Learning, and I can develop your vision-based driver fatigue monitoring system as specified. Based on the provided Driver Drowsiness Detection problem statement, I propose a structured deep learning solution using TensorFlow/Keras and OpenCV. First, I will preprocess the dataset (Eyes Open, Eyes Closed, Yawn, No Yawn) by resizing images to 224×224, normalizing pixel values, and applying augmentation (rotation, zoom, brightness variation) to improve robustness under varying lighting conditions. Next, I will implement two approaches: 1. A Custom CNN for baseline comparison 2. A Transfer Learning model using MobileNetV2 with frozen base layers and a trained classification head. The trained 4-class model (Open, Closed, no_yawn, yawn) will then be mapped into a 3-level fatigue system: 0 – Alert (Open + no_yawn) 1 – Mild Fatigue (yawn) 2 – Severe Fatigue (Closed) For temporal analysis, sequential predictions from video frames will be grouped into fixed time intervals to compute a fatigue progression score. A time-based fatigue curve will be generated and exported in CSV/JSON format along with plotted visualization. Evaluation will include accuracy, confusion matrix, precision, recall, and validation on unseen test data. The final deliverables will include trained model weights, inference script, progression curve module, and detailed documentation for reproducibility. Best regards, Shivaang
₹2.500 INR in 6 Tagen
0,0
0,0

Hello, I can develop a complete deep-learning pipeline that monitors a driver’s face through a standard camera feed, analyzes eye-closure patterns and yawning frequency, and converts those visual cues into a continuously updating fatigue score. The system will be fully vision-based, using computer vision and deep learning only (no wearables or contact sensors), and will support both recorded videos and live 30 FPS webcam streams. I will use the following proposed approach: 1. Face & Landmark Detection 2. Feature Extraction 3. Deep Learning Model 4. Real-Time Inference Pipeline 5. Fatigue Progression Curve Final Deliverables: Complete Python inference script (live + recorded feed support) Trained model weights Fatigue score logging system CSV/JSON export function Automatic fatigue progression graph generation Well-documented README I can also provide a small demonstration using your sample clips before final delivery to ensure the system meets your expectations. Looking forward to collaborating on this project.
₹2.500 INR in 10 Tagen
0,0
0,0

Hello, I’m an AI developer with strong experience in deep learning, computer vision, and real-time video processing. I can build a complete vision-based driver fatigue detection system using Python, PyTorch (or TensorFlow), and OpenCV as requested. What I Will Deliver ✔ Real-time inference script that accepts live or recorded 30 FPS video ✔ Eye and mouth detection using robust facial landmark tracking ✔ Frame-by-frame drowsiness classification (eye closure + yawning analysis) ✔ Continuous fatigue score calculation ✔ Automatic logging of scores (CSV/JSON) ✔ Time-based fatigue progression curve with plotted graph ✔ Trained model weights ✔ Clear README with setup instructions, architecture explanation, and retraining guide Technical Approach Face & landmark detection optimized for different lighting conditions Eye closure detection using EAR (Eye Aspect Ratio) + deep learning validation Yawn detection using MAR (Mouth Aspect Ratio) or CNN-based classifier Rolling temporal analysis (sliding window or LSTM-based refinement) Lightweight inference pipeline for low latency performance The system will be modular, cleanly structured, and ready to connect to an in-car webcam in the future. I will also ensure optimization for real-time use and robustness under varied lighting conditions. My focus is accuracy, efficiency, and production-ready code — not just a demo. I’d be happy to discuss dataset details and performance targets before starting. Best regards, karthikeya gupta
₹1.000 INR in 3 Tagen
0,0
0,0

Chennai, India
Mitglied seit Jan. 14, 2023
₹400-750 INR / Stunde
₹12500-37500 INR
$30-250 CAD
$10-30 CAD
$500-1400 USD
$15-25 USD / Stunde
€30-250 EUR
£1500-3000 GBP
₹600-1500 INR
₹600-1500 INR
₹600-1500 INR
$250-750 USD
$30-250 USD
₹150000-250000 INR
€30-250 EUR
$25-50 AUD / Stunde
€8-30 EUR
₹1500-12500 INR
$1500-3000 USD
$10-30 USD
$10-30 USD