Darkflow is a Python 3 tool that makes the Darknet open source neural networks available in Python using Tensorflow.
Here's how I got it working on my laptop:
cd /tmp
git clone https://github.com/thtrieu/darkflow
cd darkflow
virtualenv --python=python3 .venv