Skip to content

jelonmusk/face-detection

Repository files navigation

Face-Detection

A Face Detection application using OpenCV, Deep Learning and Python.

                                   

⚠️ TechStack/framework used

🔑 Prerequisites

All the dependencies and required libraries are included in the file requirements.txt See here

🚀  Installation

  1. Clone the repo
$ git clone https://github.com/jelonmusk/face-detection.git
  1. Change your directory to the cloned repo and create a Python virtual environment named 'test'
$ mkvirtualenv test
  1. Now, run the following command in your Terminal/Command Prompt to install the libraries required
$ pip3 install -r requirements.txt

💡 Working

  1. Open terminal. Go into the cloned project directory and type the following command:
$ python facede.py

🔑 Results

Our model gave 99.94% accuracy for Face Detection

👏 And it's done!

Feel free to mail me for any doubts/query :email: jelonmusk@gmail.com

🤝 Contribution

Feel free to file a new issue with a respective title and description on the the Face-Mask-Detection repository. If you already found a solution to your problem, I would love to review your pull request!

❤️ Owner

Made with ❤️  by JShaikh

👀 License

GNU © JShaikh