https://github.com/jubaerhossain/face-detect-numpy
https://github.com/jubaerhossain/face-detect-numpy
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jubaerhossain/face-detect-numpy
- Owner: JubaerHossain
- Created: 2023-07-18T18:48:01.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-18T20:00:26.000Z (almost 2 years ago)
- Last Synced: 2025-02-15T05:44:25.979Z (5 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# face-detect-numpy
## Install
```python
pip install flask opencv-python mtcnn mysql-connector-python pika tensorflow```
### Install RabbitMQ
#### Install RabbitMQ: Download and install RabbitMQ from the official website (https://www.rabbitmq.com/download.html). Follow the installation instructions for Windows.
```bash
rabbitmq-server```
### Enable RabbitMQ Management Plugin (optional):
To use the RabbitMQ Management Console, which provides a web-based interface for managing and monitoring RabbitMQ, you need to enable the Management Plugin.
In the RabbitMQ Command Prompt, run the following command:
bash```bash
rabbitmq-plugins enable rabbitmq_management
```##### Access the RabbitMQ Management Console (optional):
Open a web browser and navigate to http://localhost:15672/ to access the RabbitMQ Management Console.
Log in using the default credentials:
```bash
Username: guest
Password: guest
```## Run
```python
python update.py
```