Skip to content

Futaba-Kosuke/cat_camera_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cat_camera_server

RaspberryPiのカメラで飼い猫と飼い主を認識し、ツーショットを自動撮影する監視カメラです。
撮影した写真はアプリからの閲覧が可能な他、複数の猫の分類を実装しています。

九州アプリチャレンジキャラバン: 🏆福岡ビジネスデジタルコンテンツ賞
福岡ビジネスデジタルコンテンツ: 🏆ヤング賞

スクリーンショット 2021-04-08 0 07 03

スクリーンショット 2021-04-08 0 21 51

Requirement

  • python 3.7.3
  • pip 20.2.3

Installation

  1. clone repository
git clone [email protected]:Futaba-Kosuke/cat_camera_server.git
cd cat_camera_server
  1. install modules
python3 -m venv .env
source .env/bin/activate
python -m pip install -r requirements.txt
  1. add firebase credential json file
mv <cred.json path> ./firebase/cred.json

Usage

# Start the server
python main.py

Used

  • Flask
  • Firestore
  • Cloud storage for firebase

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages