Code Monkey home page Code Monkey logo

recognizer's Introduction

Face Recognition Authentication


Linux CPU Linux GPU Mac OS CPU Windows CPU Android
Build Status Build Status Build Status Build Status Build Status

First of all, install python3.5 if you have mutil-version python

Second, upgrade pip

$ python -m pip install --upgrade pip

and install tensorflow via pip

$ pip3 install --upgrade tensorflow

if encountered error pls do the following steps and solved problems

  • conda uninstall -c conda-forge opencv3
  • conda install python=3.5
  • conda install -c conda-forge opencv
  • conda install -c pyqt

if encountered this error

RuntimeError: module compiled against API version 0xb but this version of numpy is 0xa

pip install numpy --upgrade

Installation commands:

$ pip3 install --upgrade tensorflow
$ conda install -c conda-forge opencv
$ pip install -r requirements.txt

There is a CPU and a GPU version, you can install either or both if you wish so. The commands are as follows:

CPU:

pip install --upgrade
  https://storage.googleapis.com/tensorflow/windows/cpu/tensorflow-0.12.0rc0-cp35-cp35m-win_amd64.whl

GPU:

pip install --upgrade
  https://storage.googleapis.com/tensorflow/windows/gpu/tensorflow_gpu-0.12.0rc0-cp35-cp35m-win_amd64.whl

Contributing

Please read before starting work on a pull request: https://github.com/WangCharlie/Recognizer/wiki/How_to_contribute

Summary of guidelines:

  • One pull request per issue;
  • Choose the right base branch;
  • Include tests and documentation;
  • Clean up "oops" commits before submitting;
  • Follow the coding style guide.

Resources

  1. http://www.learnopencv.com/install-opencv3-on-windows/
  2. https://github.com/opencv/opencv
  3. https://www.tensorflow.org/install/install_windows
  4. https://www.solarianprogrammer.com/2016/09/17/install-opencv-3-with-python-3-on-windows/
  5. more information please read this tensorflow

recognizer's People

Contributors

wangcharlie avatar telsav avatar

Watchers

 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.