Skip to content
sagioto edited this page Jan 20, 2013 · 15 revisions

Welcome to the LipsReading wiki!

To run the code you need to install openCV and ffmpeg on your machine.

If you use ubuntu you can just download the binaries zip, unzip it and cd to the install folder and run ./install.sh If you use windows:

  1. Make sure you have the Microsoft Visual C++ 2010 32 bits or 64 bits

  2. Extract opencv to C:\

  3. Download ffmpeg 32-bit or ffmpeg 64-bit, extract to C:\ and add the bin directory to your Path variable.

For both operating systems, after following these steps you can double click the LipReading.cmd file for the gui application, or run java -jar lib/LipReading*.jar for the console application.

To build the code visit the page here for full windows instructions and [here](https://github.com/sagioto/LipReading/wiki/Building-for-Linux(Ubuntu\)-Instructions) for Linux.

Once everything is installed visit this page to run the test.

Clone this wiki locally