Skip to content

travis-tran03/lip-reading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lip-reading

Machine Learning program that reads lips

Installation

Clone Repository

Copy repo URL, Run


Download Dataset

The dataset we used was the following:


Create virtual environemnt

cd into the new cloned directory, Run

python -m venv [venvNAME]

or

python3 -m venv [venvNAME]


Install requirements / packages

IF WINDOWS: [venvNAME]\scripts\activate

IF LINUX: [venvNAME]/bin/activate

Run pip -r requirements.txt

cd to frontend folder

Run npm install


Running program

To run the Neural Network training model, run the train.py file => Runs the training process for the Neural Network

To run the visualization website, cd into frontend and run npm start => Opens a localhost React server

About

Machine Learning program that reads lips

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors