Skip to content

とあるハッカソンで作った顔検知アプリを改良したものです。

License

Notifications You must be signed in to change notification settings

reibomaru/face_counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

開発環境

Python 3.5.2
Anaconda 4.1.1
Django 2.2.5
OpenCV 4.1.1
mysqlclient 1.4.6

Overview

カメラの前に顔があるとカウントをするアプリを作りました。

Description

顔の検知にはOpenCV(公式ドキュメント)を使いました。 アプリケーションのベースにはDjangoを用い、カウントしたデータはJSON形式に変換しJavaScriptファイルで読み込み動的に画面を変化させています。

Demo

macのカメラの前に顔があるとカウントが増える(来客件数が増える) hoge

Requirement

OpenCVとNumpyをpipインストールする必要があります。

Usage

アプリを使用するためにはmysite/staticフォルダにface_count.jsonファイルを作成する必要がありますので注意してください。

pip install -r requirements.txt

Licence

MIT

Author

reibomaru

About

とあるハッカソンで作った顔検知アプリを改良したものです。

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published