Skip to content

A CNN classifier that distinguish between human and wild animal faces

Notifications You must be signed in to change notification settings

yegekucuk/classifier1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Human and Wild Animal Classifier

Table of Contents

Introduction

This repository contains a Keras CNN model in Python that distinguish between Human and Wild Animal faces. This project was made for understanding and practicing Sequential models in Keras framework.

Features

  • Human Face Detection
  • Wild Animal Face Detection
  • Selectable files to upload

Installation

Requirements

  • Git
  • Python
  • Keras
  • Tensorflow
  • Tkinter
  • Numpy
  • PIL

Steps

Clone the repository:

# Clone
git clone https://github.com/yegekucuk/classifier1/

or you can download the project as a ZIP and extract the files.

Usage

Running

To run the program, you need to navigate to the project folder:

# Change directory
cd classifier1

and then you run main.py file:

# Run
python main.py

When you run the file, you need to click "Upload button" to upload your image and test the program!

About

A CNN classifier that distinguish between human and wild animal faces

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages