Project

fBayes

0.0
No commit activity in last 3 years
No release in over 3 years
Naitve Bayes for Food Category classification
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.2.0
~> 1.8.3
~> 3.12
~> 2.8.0

Runtime

 Project Readme

fBayes¶ ↑

A Naive Bayes Approach to telling what category certain ingredients belong.

Usage:¶ ↑

require 'fBayes'

@sr24_classifier.classify("cucumber")
=> "Vegetables-and-vegetable-products" 

@sr24_classifier.classify("steak")
=> "Beef-products"

Contributing to fBayes¶ ↑

  • Hack like there is no tomorrow.

Initial Goal: ¶ ↑

Tell somebody the % distribution of the categories of certain ingredients or meals.

  • We have a set Z that represent the category of a certain ingredient or meal.

  • Given a string ingredients or meal names.

  • % distribution of the category each meal or ingredient represents.

Copyright © 2012 Ivan Acosta-Rubio.

www.softwarecriollo.com

www.mealsapp.com