Code Monkey home page Code Monkey logo

infrared-enabled-driver-fatigue-detection's Introduction

Hey There! I'm Deepanshu Bisht

ย An App developer from India

๐Ÿ’ซ About Me: ย ย ย ย ย Gif description

  • ๐Ÿ”ญ Iโ€™m currently working in Python Development

  • ๐ŸŒฑ Iโ€™m currently learning web development

  • ๐Ÿ‘ฏ Iโ€™m a community founder Regression

  • ๐Ÿค Iโ€™m looking for help with Driver snoozing system

  • ๐Ÿ‘จโ€๐Ÿ’ป All of my projects are available at https://portfolio-8a609.web.app/

  • ๐Ÿ“ซ How to reach me [email protected]

  • ๐Ÿ“„ Know about my experiences Resume๐Ÿ“ƒ

  • โšก Fun fact I think i m good with networking.

๐ŸŒ Socials:

Instagram LinkedIn Twitter

BEST HOLDS IN THESE

Python C AI ML

๐Ÿ’ป Tech Stack:

C C++ CSS3 Java HTML5 Solidity Python Kotlin AWS Cloudflare Firebase Azure Google Cloud Netlify .Net React NPM Angular Anaconda Apache Jenkins MongoDB MicrosoftSQLServer MySQL Adobe Photoshop Blender Canva Figma Adobe After Effects NumPy Keras Pandas SciPy TensorFlow Docker Portfolio Terraform Kubernetes Raspberry Pi CMake

Used These Stuffs Till Now :

appwrite azure bash blender chartjs django figma firebase flask gcp git hadoop heroku jenkins kotlin kubernetes matlab mssql nextjs opencv postman reactnative tensorflow unity

๐Ÿ“Š GitHub Stats:

Deepanshu's GitHub stats

Deepanshu's GitHub stats

Deep-Ghosty's language experiences

snake gif

๐Ÿ† GitHub Trophies

Deep-Ghosty's GitHub stats

โœ๏ธ Random Dev Quote


Show some โค๏ธ by starring some of the repositories!!!

infrared-enabled-driver-fatigue-detection's People

Contributors

anishdubey27 avatar arshnoorkaur21 avatar deep-ghosty avatar giriprasathd avatar subinoybiswas avatar vaibhavx42 avatar vandit98 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

infrared-enabled-driver-fatigue-detection's Issues

Improve accuracy in drowsy,active and sleeping conditions.

			if(left_blink==0 or right_blink==0):
				sleep+=1
				drowsy=0
				active=0
				if(sleep>6):
					status="SLEEPING !!!"
					color = (255,0,0)
					sound_sleep.play()

			elif(left_blink==1 or right_blink==1):
				sleep=0
				active=0
				drowsy+=1
				if(drowsy>6):
					status="Drowsy!"
					color = (0,0,255)
					# Play the sound file
					sound.play()

					
			else:
				drowsy=0
				sleep=0
				active+=1
				if(active>6):
					status="Active :)"
					color = (0,255,0)
##MAKE CHANGES IN THESE CONDITION WITH RESPECT TO CODE TO MAKE THE RECOGNITION MMORE ACCURATE.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.