To solve a challenge, submit a PR to this repository with your proposed solution.
The goodreads challenge has a training data set that includes titles, descriptions and categories for books.
We want you to build an api or a command line that provided a new book title or description, it predicts which category the book belongs to.
The command line or API will be used in separate data set by your interviewer.
Accuracy: The application will be evaluated with a larger data set and scored with +1 for each hit. It will be benchmarked with other solutions.
Code Fluency: the solution will be evaluated on quality and design with general programming principles.