Skip to content

A Computer Vision project made in python with the help of opencv-python to detect smiles

Notifications You must be signed in to change notification settings

ShahabAthar25/Smile-Detector-Python

Repository files navigation


Logo

Smile Detection

An awesome smile detection app made in python
Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. Contact
  7. Acknowledgements

About The Project

This project is a computer vision project and trained with pretrained models from official opencv-python githubs page. opencv-python is used all over the computer vision space and is the most used library, this project can be used anywhere the smile detection is needed such as one of the biggest example would be snapchats filters that uses smile, mouth, and face detection.

A list of commonly used resources that I find helpful are listed in the acknowledgements.

Built With

This computer vision project is made with the help of opencv-python to detect faces and smiles with pretrained models.

Getting Started

This is a computer vision project and requires basic programming knowledge such as for loops, while loops and python knowledge such as slicing, if you don't have these skills then learn these first.

Prerequisites

Make sure to install python and and upgrade pip to the latest version.

  • Pip
    python -m pip install --upgrade pip setuptools wheel

Installation

  1. Clone the repo
    git clone https://github.com/ShahabAthar25/Smile-Detector-Python.git
  2. Install NPM packages
    pip install -r requirments.txt

Usage

This project is used in computer vision as it is designed for it, this project can be used to make filters that need face detection and smile detection. One of the most used and well known examples would be snapchats filters

For more examples, please refer to the Documentation

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact

Your Name - @MUnpoplur - shahabathar25@gmail.com

Project Link: https://github.com/ShahabAthar25/Smile-Detector-Python

Acknowledgements

About

A Computer Vision project made in python with the help of opencv-python to detect smiles

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages