Skip to content

lenrar/artemis

Repository files navigation

Artemis

Description

Artemis is a pet food optimizer tool. given a budget, pet type, and pet food consumption it will output the highest quality food for your pet.

Highest quality in this case means max protein, minimal carbs, and fat as close to 20% as possible. this isn't meant to be used very seriously.

Setup

Requires latest anaconda and python

To run, clone and then create a new anaconda environment with conda env create -f environment.yml, then, activate the environment with:

  • windows: activate artemis-env
  • mac/linux: source activate artemis-env

Finally, run python artemis.py to kick off the tool.

About

Pet food finder!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages