Message Queue for fontto with RabbitMQ
- pull from rabbitMQ (with multithread)
- processing
- pass deep neural network
- noise reduction
- svg conversion
- ttf conversion
- request to fontto-server
node test-publisher/publisher.js --help
cd test-publisher
npm install
node test-publisher/publisher.js --amqp-url amqp://<host>:5672 --queue <queue name> --interval 2000
python index.py --help
pip install -r requirements.txt
python index.py --amqp-url amqp://<host>:5672 --queue <queue> --log-path output.log --thread-num 2