Skip to content
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.

Bunnyspa/FoodRecommenderSystem

Repository files navigation

Food Recommender System

University of Minnesota - Twin Cities
CSci 5512 - Artificial Intelligence II
Spring 2020

Student ID: 4904284
Internet ID (x.500): seoxx156

This repository may be incomplete.
I am not sure if this repo is the same version I used for the final report.

Requirements

FoodData Central API Key is required to run. You can get your own key here.
src/main/java/main/Key.java file is required.
The file should be like this:

package main;
public class Key {
    public static final String KEY_FOODDATACENTRAL = "[KEY]";
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages