Skip to content

sanjay7178/iot-esp32-cam

Repository files navigation

Project Title

A brief description of what this project does and who it's for

IoT Bird Species Identification and Motion Alert Using ESP32-CAM and CNN MobileNet V2 Achitecture

A brief description of what this project does and who it's for

Setup

Git clone

  git clone https://github.com/sanjay7178/iot-esp32-cam.git
  cd iot-esp32-cam
  

Import DB

   mysql -p -u root test < users.sql 
  

Installation

Installation of MySql db and few other python Libraries in Ubuntu 22.04 server

  sudo apt-get update && apt-get upgrade
  sudo apt-get install libmysqlclient-dev -y
  sudo apt install mysql-server -y
  sudo apt-get -y install python3-pip
  pip3 install flask-mysqldb -y
  pip3 install -r requirements.txt

Deployment

To deploy this project run

  #python flask library must be isntalled 
  #for deployment flask Web and Rest API in deployment stage
  python3 -m Login.py --host='0.0.0.0'

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Please adhere to this project's code of conduct.

Authors

Screenshots

App Screenshot App Screenshot App Screenshot App Screenshot App Screenshot

circuit

App Screenshot

PIR Sensor, TTL 3.3v/5v usb adapter, Jumper Wires, ESP32-CAM Board App Screenshot

App Screenshot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published