Click on: source download: kafka-*-src.tgz
- Extract .tgz archive to project directory
- Rename directory to "kafka"
kafka/bin/zookeeper-server-start.sh \
kafka/config/zookeeper.properties
kafka/bin/kafka-server-start.sh \
kafka/config/server.properties
There are 2 options: Run in Docker container or Run locally
docker run marshtupa18/real-time-object-detection-system:latest
Add more RAM for you docker-machine to avoid problem during building
docker build . -f Dockerfile -t <NEW_IMAGE_NAME>
Setup virtual environment
pip install virtualenv
virtualenv venv
source venv/bin/activate
Install all dependencies
pip install -r requirements.txt
pip install -r requirements-detectron2.txt
Run application
python detector/Detector.py