Skip to content

Build a simple Snapchat-like camera with Python (source code).

Notifications You must be signed in to change notification settings

nicholaskajoh/snapclone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snapclone

A simple Snapchat camera clone written in Python which makes use of OpenCV and a Dlib-based face detection and recognition library called face_recognition.

Setup

  • Install Python 3 on your machine.
  • Clone this repo git@github.com:nicholaskajoh/snapclone.git.
  • Create and/or use a virtual environment.
  • Run pip install -r requirements.txt to install dependencies.
  • Run python snap_cam.py.

Controls

  • Use keys 1, 2 and 3 to toggle glasses, headgears and masks respectively.
  • Use key s to take a photo. The images are stored in the photos folder.
  • Use key q to quit the program.

About

Build a simple Snapchat-like camera with Python (source code).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages