Skip to content

ilayaraja97/Deadpool00

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deadpool00

Teammates

Himani | Chandna

Setting up environment

Use ubuntu 64-bit Python 3

OpenCV

$ sudo apt install python3-opencv

Tensorflow

$ sudo pip3 install tensorflow

Keras

$ sudo pip3 install keras And run testEnvironment.py

Coding style

We will stick to PEP8 coding style.

Know who's working how much

$ git shortlog -s -n # commits
$ git ls-files | while read f; do git blame --line-porcelain $f | grep '^author '; done | sort -f | uniq -ic | sort -n # loc

About

Face emotion detection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages