milaan9 /
92_Python_Games
This repository contains Python games that I've worked on. You'll learn how to create python games with AI. I try to focus on creating board games without GUI in Jupyter-notebook.
81/100 healthLoading repository data…
Toushi8sushi / repository
This repository contains codes to run a driver drowsiness detection program which detects if a driver is drowsy and to alert them. This has been created as part of a learning experience creating a project on CNN and Computer vision using Python ( OpenCV and TensorFlow )
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This project is a Drowsiness Detection System that uses a Convolutional Neural Network (CNN) and OpenCV to monitor a user's eyes through a webcam and detect signs of drowsiness in real-time.
The system works by:
support_files/
Alert.mp3my_right_eye.jpgmy_left_eye.jpgclosed_eye.jpgGraphs for READMEDriver_Drowsiness_integrated.py -> Main file to run the application
Driver_Drowsiness_CNN.ipynb -> File to train a CNN model
Driver_Drowsiness_MobileNetV2.ipynb -> File implementing the pretrained model
image_data_processing.ipynb -> File to preprocess your trainig data
The Convolutional Neural Network (implemented in Driver_Drowsiness_CNN.ipynb) is trained to classify eye states:
It includes:
It achieved an accuracy of around 96% on the test data
I have used a pretrained model to acchieve higher accuracy for the same application. It reduces the training time and works on RGB images.
Driver_Drowsiness_MobileNetV2.ipynbflag_rgb in the image_data_processing.ipynb file.Implemented in Driver_Drowsiness_integrated.ipynb:
Selected from shared topics, language and repository description—not editorial ratings.
milaan9 /
This repository contains Python games that I've worked on. You'll learn how to create python games with AI. I try to focus on creating board games without GUI in Jupyter-notebook.
81/100 healthjanblechschmidt /
This repository contains a number of Jupyter Notebooks illustrating different approaches to solve partial differential equations by means of neural networks using TensorFlow.
80/100 healthintegrativebioinformatics /
Key packages:
opencv-pythontensorflowkerasmatplotlib, numpy, pandaspygame, playsoundPreprocess your data:
Open and run:
image_data_processing.ipynb
Train the CNN model:
Open and run:
Driver_Drowsiness_CNN.ipynb or Driver_Drowsiness_MobileNetV2.ipynb
Start the Drowsiness Detection App:
Run:
Driver_Drowsiness_integrated.py
This starts the webcam and begins monitoring eye activity.
If the eyes are classified as closed for too many consecutive frames, an alarm will sound via
playsound.
This repository contains scNotebooks, a collection of interactive Jupyter and Google Colab notebooks designed to teach and practice single‑cell and spatial transcriptomics. The notebooks guide learners through the complete workflow from introductory steps and single‑cell pipelines to diverse analytical approaches, and FAIR and sharing data
dipanjanS /
This repository will contain the presentation and python jupyter notebooks for the DataHack Summit 2024 conference talk, Improving Real-world Retrieval Augmented Generation Systems, focusing on the key challenges and practical solutions of how to solve them
69/100 healthlaxmimerit /
This repository contains implementations of Retrieval-Augmented Generation (RAG) in Jupyter notebooks. It includes examples of building chatbots with and without history, processing PDFs with RAG, and using DeepSeek models for local RAG and financial document analysis.
62/100 healthStephanRhode /
This repository contains jupyter notebooks and python code for KIT course: Python Algorithms for Automotive Engineering
58/100 health