A brief description of what this project does and who it's for
A brief description of what this project does and who it's for
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 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
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'
Contributions are always welcome!
See contributing.md
for ways to get started.
Please adhere to this project's code of conduct
.
PIR Sensor, TTL 3.3v/5v usb adapter, Jumper Wires, ESP32-CAM Board