Code Monkey home page Code Monkey logo

expression-detection-using-tensorflow-machine-learning's Introduction

Expression Detection using Tensorflow (Machine Learning)

How to setup the environment to use this project ?

  1. Download & Install 64 bit of Python3 on your system from.

  2. Once python is installed, download virtualenv package on your system. To do that open any terminal window on your system (CMD/Powershell on Windows) & type python -m pip install virtualenv

  3. Now create a virtual environment in the project's root directory to hold all the required dependencies needed to execute this project. To do that, navigate to root of this project & open a terminal window over there & then type python -m virtualenv venv

  4. Activate the virtual environment

  • On windows : venv\Scripts\activate
  • On mac/linux : source venv/bin/activate
  1. Virtual environment will be activated & (venv) will start appearing in your terminal window indicating successful activation of the virtual environment

  2. Install project dependencies, pip install -r requirements.txt

  3. Now all required packages will be installed.

  4. Now run ROI.py : python ROI.py

  5. Train the CNN Model using test dataset : python TrainCNNModel.py

  6. Start init script after all train epochs are completed : python ExpressionInit.py

  7. It should now open a camera window which will detect Expressions of any person present in front of it, Cheers !!

expression-detection-using-tensorflow-machine-learning's People

Stargazers

 avatar  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.