{"id":20198385,"url":"https://github.com/cstack/nutrition-predictor","last_synced_at":"2025-05-07T06:30:54.982Z","repository":{"id":11392544,"uuid":"13836234","full_name":"cstack/Nutrition-Predictor","owner":"cstack","description":"EECS 445 Machine Learning project that, given menu descriptions, predicts nutritional information.","archived":true,"fork":false,"pushed_at":"2013-12-21T02:22:19.000Z","size":512,"stargazers_count":0,"open_issues_count":5,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-03T08:28:59.567Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cstack.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-10-24T15:34:43.000Z","updated_at":"2024-06-29T14:13:59.000Z","dependencies_parsed_at":"2022-09-22T23:12:16.389Z","dependency_job_id":null,"html_url":"https://github.com/cstack/Nutrition-Predictor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cstack%2FNutrition-Predictor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cstack%2FNutrition-Predictor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cstack%2FNutrition-Predictor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cstack%2FNutrition-Predictor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cstack","download_url":"https://codeload.github.com/cstack/Nutrition-Predictor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252826676,"owners_count":21810164,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-14T04:30:55.732Z","updated_at":"2025-05-07T06:30:54.751Z","avatar_url":"https://github.com/cstack.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Nutrition-Predictor\n===================\n\nSetup\n-----\n\nUsing a python Virtual Environment (https://pypi.python.org/pypi/virtualenv) is a great way to manage python packages.\n\nAfter cloning for the first time:\n- pip install virtualenv # Install the virtualenv package manager\n- virtualenv venv # Create the directory that will hold the python packages\n- pip install -r requirements.txt # Install the required python packages\n\nEach time you start using it:\n- . venv/bin/activate # Start using the virtual environment\n\nIf you need to add a new python package:\n- pip install NEW_PACKAGE # Make sure you have already activated the virtual environment\n- pip freeze \u003e requirements.txt # Add the package to the list of required packages\n\nPrivate constants like API keys are kept in `data_collection/private_consts.py`, which is not in the repo. Add it manually. It is ignored by `.gitignore`.\n\nPipeline\n--------\n\nDownload 1000 examples:\n\n`python download_data.py 1000`\n\nExtract features from raw data:\n\n`python extract_features.py`\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcstack%2Fnutrition-predictor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcstack%2Fnutrition-predictor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcstack%2Fnutrition-predictor/lists"}