This is an implemenation of the YOLOv3 image detection algorithm. We are specificially using YOLOv3-320
from Darknet
Filename: yolov3-320.cfg
Download: Here
Filename: yolov3.weights
Download: Here
To run, download the above configuration and weights to the project directory. This env was built using Anaconda.
python main.py
Why is it called yolo-books? Well the goal is to expand upon this for doing a bunch of cool stuff around book detection, integrated title searching, view ratings, etc.