GithubHelp home page GithubHelp logo

informaticacba / face-classiffier Goto Github PK

View Code? Open in Web Editor NEW

This project forked from heaven00/face-classiffier

1.0 0.0 0.0 760 KB

A face classification using opencv components

Python 100.00%

face-classiffier's Introduction

How To Use

'cd' into your favourite project directory and clone the project.

git clone https://github.com/heaven00/face-classiffier.git

well we have the code now we need to setup the data. The training data needs to be in a particular order.

cd data
mkdir train_images
mkdir validation_images

the name of the folders can be changed to anything, but that has to be set in the settings.py accordingly. "train_images" will contain your training data and "validatoin_images" will contain your validation set.

More information on the structure of the folder can be found in the folders itself.

After setting up the data,

    python run.py

Incase you see an error, please report it. Thanks :)

REQUIREMENT

You need python 2.7, opencv, numpy & pandas running perfectly on your machine.

For py 2.7, numpy, pandas its easier to just install Anaconda if you are on Windows, if you are on linux well I trust you already know what to do. :) :fingers_crosses:

Now, to setup opencv get a prebuilt version and install it using wheel.

If you don't have wheel do

pip install wheel

and then install the downloaded python version using

pip install path/to/the/file.whl

face-classiffier's People

Contributors

heaven00 avatar

Stargazers

 avatar

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.