Skip to content

tarunmaini16/beer-wine-classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning Example

Wine-Beer Classification

A sample program by which user can differentiate between bottles of Wine and Beer. The classification is done based on following factors:

  • Alcoholic content
  • Color of Liquid (Red/Amber)

alt text

We are using Sklearn library of python here. Scikit-learn provides a range of supervised and unsupervised learning algorithms via a consistent interface in Python.

Following command need to be run to play this repo code.

  • Sci-kit : $ pip install -U scikit-learn
  • Sci-py : $ pip install scipy

Get complete code environment in docker image:

> docker pull tarunmaini/wine-beer-classification