Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jubaerhossain/face-detect-numpy
https://github.com/jubaerhossain/face-detect-numpy
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jubaerhossain/face-detect-numpy
- Owner: JubaerHossain
- Created: 2023-07-18T18:48:01.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-18T18:48:32.000Z (over 1 year ago)
- Last Synced: 2023-07-18T19:43:08.034Z (over 1 year ago)
- Language: Python
- Size: 0 Bytes
- 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
```